Code RoomSLO monitoring and error budget
MediumPrep Room Coding #3284

SLO monitoring and error budget

System designReliability & on-callMid–Senior~35 min

Design an SLO monitoring and error-budget system for a payments API with a 99.95% availability and a 'p99 latency < 300ms' SLO measured over a rolling 28-day window. The platform serves 40k req/s. You need to compute compliance, show remaining error budget, and page on-call only when the budget is burning fast enough to matter — not on every blip. Design the measurement, the budget computation, and the alerting policy.

What a strong answer looks like

Clarify scale and constraints first. Propose a clean component breakdown, then go deep on the hard parts (data model, bottlenecks, consistency, failure modes) and name the trade-offs you are making.

Clarify4:00 left
Estimate4:00 planned
Design11:30 planned
Deep dive9:30 planned
Failure6:00 planned
0:00
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.