Skip to content
Medium-Hard Analyze System Design Interview Framework Multiple Choice

A system has 100K read QPS and 5K write QPS on a single PostgreSQL instance. Which scaling action addresses the bottleneck?

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

Answer Options

A Add more application servers
B Shard the database by user_id
C Add Redis cache and read replicas to offload the 100K reads
D Switch to MongoDB for its flexible schema

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