Skip to content
Medium Apply System Design Interview Framework Multiple Choice

A database primary server goes down. What is the standard recovery sequence?

Apply — Tests ability to use knowledge in practical scenarios.

Answer Options

A Restart the primary server and replay the WAL log
B Health check detects failure → promote a replica to primary → retry queued writes
C Delete the failed node and provision a new one from a backup
D Route all traffic to the cache until the primary recovers

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more System Design Interview Framework questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the System Design Interview Framework topic (System Design).

More System Design Interview Framework Questions