Skip to content
Medium-Hard Analyze Back-of-Envelope Estimation Multiple Choice

Your system has 10K write QPS and 200K read QPS. Which architecture decision does this directly inform?

Analyze — Tests ability to break down and examine complex problems.

Answer Options

A Use a write-optimised NoSQL database only
B Add a read replica tier and a caching layer to handle the 20:1 read/write imbalance
C No special action needed — a single database handles both
D Reduce write frequency to balance the ratio

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Back-of-Envelope Estimation questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Back-of-Envelope Estimation topic (System Design).

More Back-of-Envelope Estimation Questions