slo
DevOps interview questions tagged slo, across every topic.
10 questions · 2 unlocked for you
Concepts behind "slo"
The concept pages behind what these questions are testing.
Foundational
Error budgets: the arithmetic and the decision it forcesAn error budget turns reliability from an opinion into a number, and the number is only worth having if spending it changes a decision. The arithmetic takes ten seconds; the policy is the hard part, and the burn-rate alerting that falls out of it is what fixes on-call noise.📈 Observability & Reliability
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
Model quality degrades without touching a single infrastructure metricClassical dependencies and models can both return incorrect results without an error. A model fails by returning something plausible and wrong, which every status-code-based metric records as a success. Quality needs its own signals, its own threshold and its own budget, or it is unobservable until a customer complains.🤖 AI Infrastructure