12We resized the cloud volume but df still shows the old size. Walk me through extending the filesystem live.▼mediumNewInfosysWalmart Global TechOracle○ sign inA routine cloud operation with three layers that can quietly disagree. The strong answer is an ordered procedure you could run during business hours, without a reboot.Open full answer →
43Backup window is five minutes on a busy database volume. How do LVM snapshots give you a safe image?▼mediumNewGoldman SachsJPMorgan ChaseOracle◆ premiumCopy-on-write freezes a point-in-time view while the database keeps writing. Fat snapshots overflow into invalid backups and thin pools exhaust into frozen volumes: size both deliberately.Open full answer →
08An app that read from its S3 bucket yesterday gets AccessDenied today. Walk me through every gate that could have closed.▼hard★ EssentialNewAmazon & AWSFlipkartWalmart Global TechunlockedS3 access failures are rarely about the bucket policy alone. The caller, object ownership and network path determine which authorization checks apply. Start with the failed request and trace changes across those boundaries.Open full answer →
03When do you need a StatefulSet rather than a Deployment, and what does it actually guarantee?▼mediumNewDatabricksSnowflakeUber2 repliesunlockedBoth run pods, so the answer sounds obvious until an interviewer asks what happens when you delete one. The guarantees are narrower and more specific than most candidates think.Open full answer →
07A PersistentVolumeClaim has been Terminating for an hour. What is holding it, and how do you clear it safely?▼hardNewDatabricksSnowflakeRed Hat1 repliesunlockedAlmost always a finalizer, and the fast fix is the one that loses data. The safe answer explains what the finalizer is protecting against before removing it.Open full answer →
17A VM rebooted after a storage change and dropped into emergency mode. Talk me through the recovery and what you check first.▼mediumNewMicrosoftOracleIBM○ sign inEmergency mode after a storage change is usually one line in fstab. What interviewers score is your order of operations and whether your recovery preserves data-mount dependencies.Open full answer →
27After moving a shared directory onto NFS, app threads pile into D state and load average tops 50 while CPUs sit idle. Explain it.▼expert★ EssentialNewNVIDIAGoldman SachsJPMorgan Chase◆ premiumNFS waits can stall shutdown and inflate load average while CPUs stay idle. Check the blocked kernel path before deciding whether signals or mount recovery can release it.Open full answer →
32How often should a large training run checkpoint, and what does the answer depend on?▼hardNewNVIDIAMetaMicrosoft2 replies◆ premiumCheckpoint too rarely and a failure costs hours of GPU time. Checkpoint too often and you pay for stalled GPUs writing terabytes to storage. There is an arithmetic answer and most teams never do it.Open full answer →
35Your GPUs sit at 40 percent utilisation during training and the model code is fine. What is starving them?▼hardNewNVIDIAMetaDatabricks2 replies◆ premiumExpensive accelerators waiting on cheap storage is the most common form of waste in a training cluster, and it looks exactly like a code problem on every dashboard.Open full answer →