How do you approach a production incident you have never seen before?
Answer: Stabilise first, diagnose second. Check the 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 rather than guessing, and communicate status while you work.
Why interviewers ask this: The single most valuable habit is "what changed?" — it resolves the majority of incidents faster than root-cause analysis does. Interviewers are listening for whether you restore service before understanding it, which is the correct priority order.
