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.

MediumTechnical
52 practiced

Your service handles data that includes personal information. What fields would you put in a structured log line, and how would you decide what needs to be redacted or hashed before it's written? How would you verify that no sensitive values are leaking through in practice?

MediumTechnical
41 practiced

When you're writing a postmortem, how do you decide which telemetry actually helps you explain the blast radius and how quickly the issue was detected and resolved? What do you do when the data you'd want isn't there?

EasyTechnical
53 practiced

What's the difference between structured and unstructured logging? Also, walk through when you'd log at DEBUG versus INFO versus WARN versus ERROR, and how that choice affects an on-call engineer during an incident.

EasyTechnical
55 practiced

What are the three pillars of observability? For each one, explain what kind of question it's best at answering, one blind spot it has on its own, and a concrete example of a production issue it would help you catch.

That is every published Monitoring, Logging, and Observability question for Cybersecurity Engineer so far. Browse the other topics in this category, or practice this one interactively.