InterviewStack.io LogoInterviewStack.io

Observability and Monitoring Architecture Questions

Building visibility into infrastructure and services: metrics, logs, and traces, dashboards and alerting, SLIs/SLOs, and the design of an observability stack. Covers instrumenting systems for actionable signal, reducing alert noise, and diagnosing production issues from telemetry. Infrastructure-wide observability, distinct from network-specific monitoring.

EasyTechnical
33 practiced

What does the OpenTelemetry Collector actually do inside a telemetry pipeline? Walk through what a receiver, a processor, and an exporter are each responsible for, and explain when you'd deploy the collector as a per-host agent versus a central gateway.

MediumSystem Design
30 practiced

Design the telemetry data model for a long-running batch job or data pipeline: job-level SLIs (throughput, success rate, lag), task-level metrics, and asset-level lineage. How would you use correlation IDs and idempotency so that retries and partial failures get attributed to the right job run instead of double-counted or lost?

HardTechnical
36 practiced

You want to roll out a new trace sampling strategy that promises a large cost reduction while still catching the errors you care about. Design an experiment to validate it before fully switching over: what would you measure (cost, recall of error traces, false-negative rate), how would you split traffic, how long would you run it, and what statistical test would tell you it's actually safe to ship?

HardSystem Design
32 practiced

Design an immutable, auditable provenance trail that links a deployed model artifact to the telemetry recorded at inference time, so an investigation can be reproduced later. What metadata would you fingerprint and store (dataset snapshot, commit hash, config), how would you attach it to traces and logs without bloating every span, and what's your retention policy for the provenance data itself?

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