Medium-EasyApplyBack-of-Envelope EstimationMultiple Choice
An app has 100M DAU and each user makes 10 requests per day. What is the average QPS?
Apply — Tests ability to use knowledge in practical scenarios.
Answer Options
A~1,000
B~5,800
C~11,600
D~100,000
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)?
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-EasyA 3-way replicated database has 100 TB of raw data with 50 TB of indexes. What is the total disk needed?
Medium