How do you approach a production incident you have never seen before?
Answer: Stabilise first, diagnose second. Establish scope — which users, which region, which service. Look for a recent change, because most incidents follow a deployment or configuration change, and roll back if one correlates. Then work down the stack from user symptom to component using dashboards and traces, communicating status while you work.
Why interviewers ask this: The single most valuable habit is "what changed?", which resolves the majority of incidents faster than root-cause analysis. Interviewers listen for whether you restore service before fully understanding it, which is the correct priority.
