InterviewStack.io LogoInterviewStack.io

Monitoring, Logging, and Observability Questions

Understanding running systems through their signals. Covers metrics, logs, and traces, instrumentation, dashboards, alerting design, and log analysis and correlation for debugging production. Emphasizes designing observability so problems are detectable and diagnosable before users are affected.

HardTechnical
42 practiced

Your 5xx rate is climbing, but your logs show hardly any error messages. Walk through how you'd combine metrics, targeted logging, tracing, and exemplars to actually narrow down the root cause without just cranking log verbosity everywhere.

MediumTechnical
51 practiced

Have you managed your dashboards, alert rules, and metric definitions as code, checked into version control the same way as application code? What does that actually buy you, and what's harder about it compared to clicking around in a UI?

HardSystem Design
76 practiced

Design an automated system that reacts to error-budget burn: it should be able to roll back a feature flag, shift traffic away from a bad region, or freeze deploys entirely, depending on how fast the budget is burning. What safety checks and manual overrides would you build in, and how would you test it without risking a bad automated rollback in production?

MediumTechnical
50 practiced

Your team is choosing between a hosted observability platform and a self-hosted open-source stack for a growing company with a small operations team. Walk through the trade-offs you'd weigh, things like cost, operational overhead, feature completeness, and vendor lock-in, and what would tip your recommendation one way or the other.

HardTechnical
51 practiced

You've got an anomaly-detection alert on a per-entity rate, think per-customer or per-tenant request volume, and it fires constantly for your smallest customers while staying quiet for your largest ones. How would you redesign the detection so it's sensitive to real anomalies at both ends of that size range?

Unlock Full Question Bank

Get access to all Monitoring, Logging, and Observability interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.