on call
DevOps interview questions tagged on call, across every topic.
8 questions · 3 unlocked for you
Concepts behind "on call"
The concept pages behind what these questions are testing.
Foundational
Alert on symptoms, not causesA cause alert fires when something inside the system looks wrong. A symptom alert fires when users are affected. One of those is always going off and the other is worth waking someone for, and the difference explains most of what is wrong with a noisy on-call rotation.📈 Observability & Reliability
Foundational
Mitigate before you diagnoseUnderstanding a failure and stopping it are different goals, and during an incident only one of them is urgent. The instinct to find the cause first is what turns a five-minute outage into an hour, and it is a useful failure mode to practice avoiding in an incident round.🚨 Debugging Production