InterviewStack.io LogoInterviewStack.io

Scalability & Capacity Planning Questions

Analyzing how a system's performance changes as load grows and planning the resources to keep it healthy. Covers horizontal vs vertical scaling, throughput vs latency under load, headroom and saturation, load modeling, and forecasting capacity for expected traffic. Includes identifying the scaling bottleneck that will bind first as demand increases.

EasyTechnical
94 practiced
You observe a sudden increase in error rate on a critical endpoint. List the first 6 steps you would take to triage this production incident to identify whether the cause is code, infra, or external dependency related. Make your answer concrete and ordered by priority.
MediumTechnical
67 practiced
A service shows high disk write latency. Describe an experiment to determine whether the bottleneck is due to slow disks, increased fsync frequency, or database configuration (e.g., WAL settings). Include safe steps for production validation.
MediumTechnical
98 practiced
Explain how network bandwidth constraints can manifest at different layers (application, OS, infrastructure). Given 1 Gbps NICs and observed packet drops, list diagnostic commands/tools and the order you would run them to isolate whether the problem is on the host, network, or remote dependency.
MediumTechnical
144 practiced
Explain how connection saturation to a remote dependency (e.g., an API or database) can lead to cascading failures. Give an example architecture and outline short-term mitigations you would employ immediately to stop the cascade.
MediumTechnical
76 practiced
A backend service shows high lock contention leading to poor scaling. Explain three strategies to reduce contention at the code and architecture level and the performance trade-offs of each.

Unlock Full Question Bank

Get access to hundreds of Scalability & Capacity Planning interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.

50+ Scalability & Capacity Planning Interview Questions & Answers (2026) | InterviewStack.io