Observability, SLOs & Reliability
42 questionsDONEUNLOCKEDLOCKED
SRE, Prometheus & Observability Interview Questions
Metrics versus logs versus traces, PromQL, Prometheus cardinality blowups, OpenTelemetry collectors and temporality, exemplars, SLI and SLO design, error budget math, and burn-rate alerting that survives an on-call rotation.
Grounded in researched DevOps, SRE and platform engineering interview loops, written to a senior-engineer editorial bar, and never padded to hit a word count.
You have 10 free answers unlocked here.Sign in free for 10 more · 22 are premium.
01–17Foundationsthe words and mechanisms every loop takes as given0/17 done
18–32Core loopsthe questions every loop actually asks0/15 done
33–42Field scenariosthe half-specified problems a real estate throws at you0/10 done
The concepts behind Observability, SLOs & Reliability
The ideas from the curriculum that these questions take as given. The foundations are open to everyone; the ones that decide a senior round sit behind Premium.
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.Core
Cardinality and label discipline: why metrics explodeEach observed label combination creates a series; independent dimensions can multiply the total, while correlated labels do not necessarily do so. This concept gives the arithmetic, the symptoms of cardinality blowups, and the discipline rules that keep dashboards fast and bills sane.Sign in
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.