InterviewStack.io LogoInterviewStack.io

Incident Management and Response Questions

Covers operational handling of production outages and service incidents across the full lifecycle from preparation through detection, triage, containment, mitigation, recovery, and post incident review. Interviewers assess monitoring and observability signals, alerting thresholds and on call rotation, severity classification and escalation paths, incident command and coordination, runbooks and playbooks, immediate containment and mitigation techniques to minimize customer impact, restoration and recovery procedures, and evidence capture when relevant. Candidates should be able to describe root cause analysis practices, blameless post incident reviews, tracking remediation and follow up actions, driving cross functional ownership of fixes, and how incident learnings feed into long term reliability improvements and tooling or automation. Senior level expectations include organizing incident response teams for production reliability, defining severity levels and escalation policies, balancing rapid decisions with risk management, and continuously improving processes, runbooks, and instrumentation.

MediumTechnical
69 practiced
Write a Python 3 script that reads a newline-delimited log file where each line is a JSON object with keys: "timestamp" (ISO 8601), "service", "level", "message". The script should output per-minute error counts (level == "ERROR") for a given service over the last 60 minutes, printing lines like: 2025-03-12 14:05 3. The log may be out-of-order and can be large (~10GB): prioritize streaming and bounded memory.
EasyTechnical
89 practiced
Explain the difference between a runbook and a playbook. Provide a concise example runbook entry for 'database-primary-unavailable' that an on-call SRE can follow, including safety checks and verification steps. Also list what metadata (last-tested, owner, risk-level) must appear on every runbook entry.
HardTechnical
73 practiced
You're leading an incident where, over several hours, hundreds of hosts show intermittent disk I/O latency spikes that cause sporadic application errors. Logs are sparse because services rely heavily on in-memory caches. Describe a step-by-step approach to detect and triage the issue with limited logs, including live tools to run (iostat, ioping, eBPF tracing), what instrumentation to add quickly, short-term containment to reduce customer impact, and long-term mitigations to prevent recurrence.
MediumTechnical
61 practiced
You are facilitating a blameless post-incident review for a P0 outage. Outline a meeting agenda and the artifacts you will produce: a detailed timeline, evidence collected, RCA, corrective actions with owners and deadlines, impact quantification, and communication artifacts. Describe rules and facilitation techniques to keep the review blameless and constructive, and how remediation items are tracked to closure.
EasyTechnical
75 practiced
You are designing alerting for a microservice. Describe at least five alerting best practices (signal selection, actionable thresholds, aggregation, deduplication, ownership). Provide three examples of noisy or misleading alerts and show how you would improve each into an actionable alert with clear responder and remediation guidance.

Unlock Full Question Bank

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

Sign in to Continue

Join thousands of developers preparing for their dream job.