InterviewStack.io LogoInterviewStack.io

Performance and Load Testing Questions

Evaluating a system under expected and extreme load. Covers load, stress, soak, and scalability testing, defining performance goals, generating load, and interpreting latency and throughput results. Includes identifying bottlenecks and validating capacity before release.

EasyTechnical
68 practiced

Explain a simple approach to detect performance regressions as part of CI. Describe what to benchmark (latency, P95/P99), how to gather representative load, and a pass/fail criterion to gate merges that could introduce regressions.

HardSystem Design
66 practiced

You are asked to design a service-level 'test harness' for simulating 10,000 concurrent users performing complex transactions on a financial service. Define how you would model user behavior, test data lifecycle, environment sizing, result validation, and how to integrate these tests into pre-production validation without impacting production data.

HardSystem Design
58 practiced

You're migrating a high-throughput monolith into microservices. Design a capacity testing and benchmarking plan to ensure each new service meets performance targets and the overall system scales. Include how to model realistic traffic, coordinate test data/state, measure inter-service latency, and integrate capacity tests into CI/CD pipelines.

That is every published Performance and Load Testing question for Site Reliability Engineer (SRE) so far. Browse the other topics in this category, or practice this one interactively.