InterviewStack.io LogoInterviewStack.io

High Availability and Disaster Recovery Questions

Designing systems to remain available and recoverable in the face of infrastructure failures, outages, and disasters. Candidates should be able to define and reason about Recovery Time Objective and Recovery Point Objective targets and translate service level agreement goals such as 99.9 percent to 99.999 percent into architecture choices. Core topics include redundancy strategies such as N plus one and N plus two, active active and active passive deployment patterns, multi availability zone and multi region topologies, and the trade offs between same region high availability and cross region disaster recovery. Discuss load balancing and traffic shaping, redundant load balancer design, and algorithms such as round robin, least connections, and consistent hashing. Explain failover detection, health checks, automated versus manual failover, convergence and recovery timing, and orchestration of failover and reroute. Cover backup, snapshot, and restore strategies, replication and consistency trade offs for stateful components, leader election and split brain mitigation, runbooks and recovery playbooks, disaster recovery testing and drills, and cost and operational trade offs. Include capacity planning, autoscaling, network redundancy, and considerations for security and infrastructure hardening so that identity, key management, and logging remain available and recoverable. Emphasize monitoring, observability, alerting for availability signals, and validation through chaos engineering and regular failover exercises.

MediumSystem Design
119 practiced
You are a Systems Administrator asked to design an HA and DR architecture for a customer-facing web application that must meet an SLA of 99.99% and an RPO of under 5 minutes. Describe the components, redundancy strategy, storage and database replication approach, failover mechanics, and trade-offs you would choose to meet these targets.
MediumTechnical
80 practiced
Design a capacity planning and autoscaling strategy for a public API that experiences unpredictable traffic spikes due to external events. Describe baseline capacity, scaling triggers (metrics and thresholds), warm pool strategies, cooldowns, cross-AZ scaling considerations, and how to prevent cold-start issues affecting availability.
MediumTechnical
89 practiced
Describe availability and disaster recovery considerations for a central key management service (KMS). Include replication and backup of key material, access control and least privilege, key rotation procedures, offline key escrow, and how to ensure encrypted data remains accessible after regional failover.
MediumTechnical
76 practiced
You manage a leader-based coordination system. Outline split-brain mitigation strategies including fencing/STONITH, lease-based leadership, strict quorum rules, and safe leader promotion workflows. Describe recovery steps after a network partition heals to ensure no data divergence or double-leadership remains.
EasyTechnical
74 practiced
Describe common health-check types (TCP connect, HTTP status probe, script/command) and design a practical health-check strategy for a critical internal API that must remain available across two availability zones. Include check frequency, retry thresholds, and the action to take when checks fail.

Unlock Full Question Bank

Get access to hundreds of High Availability and Disaster Recovery interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.