Medium-HardAnalyzeBack-of-Envelope EstimationMultiple 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
AUse a write-optimised NoSQL database only
BAdd a read replica tier and a caching layer to handle the 20:1 read/write imbalance
CNo special action needed — a single database handles both
DReduce 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
What is 2^30 in human-readable form?
EasyHow many seconds are in a day (used in QPS estimation)?
EasyAn app has 100M DAU and each user makes 10 requests per day. What is the average QPS?
Medium-EasyPeak QPS is typically what multiple of average QPS for consumer apps?
EasyWrite QPS is 1,000 and each record is 500 bytes. How much storage is generated per day?
Medium-Easy