monitoring
DevOps interview questions tagged monitoring, across every topic.
4 questions · 0 unlocked for you
Concepts behind "monitoring"
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
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