DevOps Interview DropAdvanced TierScenario+50 XP on read

How do you investigate a latency spike that lasted only five minutes?

Core Summary

A spike that heals itself was self-limiting: a run of GC pauses, a cache stampede, a brief dependency blip, or a retry storm that burned out. It's over by the time you look, so the skill is knowing what to capture in the first thirty seconds and what to compare it against once the panic has passed.

Hints

Hint 1: Self-healing usually means the problem was transient or self-correcting

Hint 2: Capture traces during the spike; investigate after

Hint 3: Check: GC pauses, CPU bursts, traffic shape, dependency health

Reported in interviews at Google, Meta, Amazon