As asked
Walk me through a production incident on an LLM serving system you operated. What were the symptoms, how did you diagnose it, and what did you change afterward to prevent recurrence?
Sample answer outline
A strong answer gives a specific incident (GPU OOM, latency spike from KV cache eviction storm, model producing garbage after a bad deployment), describes the exact diagnostic steps taken (which metrics surfaced the issue, how the root cause was isolated), and specifies concrete preventive changes (alerting threshold added, configuration change, deployment gate added). Vague answers about working well under pressure without technical specifics are weak.
Expect these follow-ups
- What monitoring would have caught this 30 minutes earlier?
- How did you communicate the impact to stakeholders during the incident?