Mobile app creates duplicate orders
Your order API is idempotent: clients send an `Idempotency-Key` header and the server dedupes by it. After a deploy of the mobile app at 09:00, support reports a rising trickle of *duplicate orders* — same cart, two orders seconds apart — only from mobile, not web. Dashboards: API error rate flat, p99 normal, the idempotency table is filling faster than usual. The mobile change added an automatic retry on network timeout. How do you triage, stop the duplicates, and reconcile?
What a strong answer looks like
Stop the bleeding first (mitigate), then form hypotheses from real signals. Separate root cause from symptom, communicate status as you go, and close with what prevents a repeat.
0:00 of about 35 min
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.
Run or narrate your approach, then ask the coach.