Storage

All interview questions related to Storage

11 Questions
3 Categories
5 Intermediate6 Advanced
Advertisement
πŸ“ž Phone Screen
Docker Volume vs Bind Mount
Intermediate

What is the difference between a Docker volume and a bind mount, and when would you use each?

2 minβ€’Phone
View Question→
πŸ—οΈ System Design
Design a Real-Time Chat System
Advanced

Design a web/mobile chat system with 1:1 and group chats, typing indicators, presence, read receipts, and offline support.

45 minβ€’System-Design
View Question→
πŸ—οΈ System Design
Design a Cloud File Storage Service (Dropbox-like)
Advanced

Design a secure cloud file storage and sync service with versioning, sharing, offline sync, and deduplication.

45 minβ€’System-Design
View Question→
πŸ—οΈ System Design
Design Collaborative Document Editing
Advanced

Design a Google Docs–style collaborative editor with real-time edits, offline support, and conflict resolution.

45 minβ€’System-Design
View Question→
πŸ—οΈ System Design
Design a Time-Series Metrics Database
Advanced

Design a horizontally scalable time-series database for metrics with high-cardinality support, rollups, and retention policies.

45 minβ€’System-Design
View Question→
πŸ—οΈ System Design
Design a Cloud Data Warehouse
Advanced

Design a data warehouse platform supporting petabyte-scale storage, ELT/ETL pipelines, query federation, and cost controls.

45 minβ€’System-Design
View Question→
πŸ”§ Troubleshooting Scenarios
Node Disk Full
Intermediate

One of your production nodes is reporting 100% disk usage and workloads are failing. How do you investigate and resolve this?

10 minβ€’Scenario
View Question→
πŸ”§ Troubleshooting Scenarios
du and df Show Different Disk Usage
Intermediate

On a Linux production node, `df -h` reports the filesystem nearly full, but `du -sh /` shows far less used space. How do you reconcile the discrepancy and free space safely?

10 minβ€’Scenario
View Question→
πŸ”§ Troubleshooting Scenarios
Inode Exhaustion on Filesystem
Intermediate

Disk usage looks low, but new files cannot be created and services fail with ENOSPC. How do you confirm inode exhaustion and fix it?

10 minβ€’Scenario
View Question→
πŸ”§ Troubleshooting Scenarios
Storage IOPS Throttling
Intermediate

An application shows sudden latency spikes due to cloud storage IOPS limits being hit. How do you confirm and fix?

10 minβ€’Scenario
View Question→
πŸ”§ Troubleshooting Scenarios
etcd Disk Latency Causing Cluster Issues
Advanced

Your Kubernetes etcd cluster shows high fsync latency, causing API server slowness. How do you troubleshoot and resolve?

15 minβ€’Scenario
View Question→
Advertisement