InterviewStack.io LogoInterviewStack.io

Production Incident Response and Diagnostics Questions

Covers structured practices, techniques, tooling, and decision making for detecting, triaging, mitigating, and learning from failures in live systems. Core skills include rapid incident triage, establishing normal baselines, gathering telemetry from logs, metrics, traces, and profilers, forming and testing hypotheses, reproducing or simulating failures, isolating root causes, and validating fixes. Candidates should know how to choose appropriate mitigations such as rolling back, applying patches, throttling traffic, or scaling resources and when to pursue each option. The topic also includes coordination and communication during incidents, including incident command, stakeholder updates, escalation, handoffs, and blameless postmortems. Emphasis is also placed on building institutional knowledge through runbooks, automated diagnostics, improved monitoring and alerting, capacity planning, and systemic fixes to prevent recurrence. Familiarity with common infrastructure failure modes and complex multi system interactions is expected, for example cascading failures, resource exhaustion, networking and deployment issues, and configuration drift. Tooling and methods include log analysis, distributed tracing, profiling and debugging tools, cross system correlation, and practices to reduce mean time to detection and mean time to resolution.

HardTechnical
82 practiced
A primary database node failed and triggered an automatic failover to a secondary. After failover, cache eviction storms and retry amplification caused multiple services to experience cascading failures and partial outages. Describe an RCA approach (what logs/metrics/traces to examine), how to reproduce safely, and concrete design changes to prevent recurrence (both infra and application-level).
EasyTechnical
84 practiced
Explain the difference between a root cause, contributing factor, and symptom. Provide a concise example from an incident where addressing a symptom made the problem reappear later, and explain how you would dig deeper to find the true root cause.
EasyTechnical
62 practiced
Describe 'headroom' and 'safety margin' in capacity planning. Given 95th percentile request rate of 20k RPS and a business rule to maintain at least 30% headroom, outline how you would compute required cluster resources and what monitoring you would use to ensure the headroom remains available during spikes.
HardSystem Design
129 practiced
Design a multi-region disaster recovery plan for a write-heavy service requiring RPO ≤ 5 minutes and RTO ≤ 15 minutes. Discuss replication strategy (sync vs async), consistency model, failover orchestration, DNS and traffic cutover, data reconciliation after failback, and trade-offs between latency and data safety.
EasyTechnical
70 practiced
A page fires: "service-x 5xx error rate = 15% over 2 minutes". Walk me through the first 10 minutes of triage as an on-call SRE. What commands and telemetry do you immediately gather, what hypotheses do you form, and what quick mitigations might you take while investigating?

Unlock Full Question Bank

Get access to hundreds of Production Incident Response and Diagnostics interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.