InterviewStack.io LogoInterviewStack.io

Backup and Disaster Recovery Questions

Keeping data durable and recoverable when systems fail: backup design (full, incremental, differential, and snapshot strategies; point-in-time recovery), backup verification and restore testing, retention and archival policy (including compliance retention and legal holds), encryption and key management for backups, and disaster-recovery planning measured against recovery-time and recovery-point objectives (RTO/RPO). Tests whether a candidate can design a backup strategy that actually restores, choose the right retention tier for a business's downtime and data-loss tolerance, and operate backup systems safely under failure, compliance, and ransomware threats. Distinct from code-level fault-tolerance patterns (circuit breakers, retries, bulkheads) and multi-region failover architecture, which belong to high-availability-and-disaster-recovery.

HardTechnical
81 practiced

Case study: A compliance workload requires 10-year retention and must be recoverable within 48 hours. Compare two approaches quantitatively and qualitatively: (A) keep replicated backup copies in two regions (higher ongoing storage/egress cost) vs (B) keep primary in lower-cost cold archive and perform on-demand restores to recover within 48 hours. What variables determine the better approach and how would you model costs and risk?

HardTechnical
57 practiced

As a senior systems administrator you must recommend whether to purchase a commercial backup platform or build an internal backup solution for a global enterprise. Create a decision framework covering total cost of ownership, SLAs, feature gaps, vendor lock-in, security and compliance, operational overhead, and a final recommendation process including pilots and evaluation criteria.

HardSystem Design
103 practiced

Architect an enterprise backup and recovery solution for a hybrid environment with 10,000 VMs and 50 PB of data across on-prem NAS and public cloud object stores. Requirements: tiered RTO/RPO for multiple service tiers, global deduplication, encryption, immutable retention for 7 years, GDPR controls, and an automated quarterly restore test plan. Provide a high-level design, key components, data flow, and testing/automation strategy.

That is every published Backup and Disaster Recovery question for Systems Engineer so far. Browse the other topics in this category, or practice this one interactively.