Skip to content
tezvyn:

Monitoring & SRE

Observability, incident response, reliability, SLOs

131 bites

Test yourself: Top 30 Monitoring & SRE interview questionsMultiple choice, with the correct answer and why it is correct on every question. Free, no sign-in.

Interview questions in Monitoring & SRE, page 3

intermediate1 min read

Designing a cache health dashboard

Hit ratio, latency, memory and evictions, connections and saturation, with stat panels for current state and time-series for trends.

advanced1 min read

Scaling Prometheus for HA and volume

Shard scraping, add long-term object storage and global query via Thanos/Cortex/VictoriaMetrics, run redundant replicas for HA, with dedupe.

advanced1 min read

Writing SLIs in PromQL

Availability is good requests over total using rate and non-5xx counters; latency uses histogram_quantile over rate of buckets summed by le.

advanced1 min read

Loki versus Elasticsearch for logs

Loki indexes only labels and stores raw log chunks, cheap but needs label-scoped brute-force search; Elasticsearch full-text indexes content, fast arbitrary search but costly to store…

easy1 min read

Symptom-based versus cause-based alerting

Symptom alerts fire on user impact like high error rate or latency; cause alerts fire on internal conditions like high CPU. Page on symptoms, treat causes as diagnostic.

easy1 min read

First steps on a p99 latency page

Confirm scope and blast radius, check recent changes and deploys, then look at dependencies and resource saturation.

intermediate1 min read

Fixing a noisy non-actionable alert

Review the data to see if it is ever actionable, then tune threshold or duration, re-target at user-facing symptoms, or delete it.

intermediate2 min read

SLO-based alerting and error budgets

Define SLI/SLO, derive an error budget, alert on how fast you burn it using multi-window multi-burn-rate rules so fast burns page and slow burns ticket.

intermediate1 min read

Anatomy of an effective runbook

Alert meaning and impact, diagnostic steps with dashboard and query links, concrete remediation with rollback, and escalation contacts.

intermediate1 min read

Designing an escalation policy

Define timeout-based escalation tiers, multiple notification channels, secondary and management layers, coverage across time zones, and severity-based routing.

advanced1 min read

Measuring on-call health quantitatively

Track pages per shift especially off-hours, actionability rate, time-to-resolve, and load distribution; use trends to prioritize reliability work and protect against burnout.

advanced2 min read

Catching rare intermittent failures

Add high-cardinality traces and structured logs with exemplars, use tail-based sampling to keep failing traces, and alert on SLO burn rather than coarse averages.

advanced1 min read

Alert silencing versus alert inhibition

Silencing mutes by matcher for a window, inhibition suppresses lower alerts when a higher one fires, dependency-aware.

easy1 min read

Triaging a 5xx error spike

Confirm impact and scope, declare and assign roles, check recent changes, stop the bleeding before root cause.

easy1 min read

Primary goal and sections of a post-mortem

Goal is organizational learning and prevention, not blame; include summary, timeline, impact, root cause, action items.

intermediate1 min read

Designing a SEV1-SEV4 severity matrix

Tie levels to user impact, scope, and SLO burn with concrete thresholds; map each to response and escalation.

intermediate1 min read

Fast rollback versus targeted fix in an incident

Weigh time-to-recovery and blast radius against rollback side effects; prefer restoring service fast, gated by data like deploy diff and migration risk.

intermediate1 min read

Conducting a blameless post-mortem in practice

Focus on systems not individuals, assume good intent, use neutral language and facilitation, end with owned action items.

advanced1 min read

Technical investments to reduce MTTR

Cut detection, diagnosis, and recovery time via observability, runbooks/automation, fast rollback, and resilient architecture.

advanced1 min read

Architecting a single source of truth for incidents

One curated view overlaying golden metrics, deploy/change events, and active alerts on a shared timeline, fed by standardized telemetry.

We are hiring for this. Every open role lists the topics its interview covers, so you can prepare for the real thing rather than guessing.

See open roles