DevOps Interview DropAdvanced TierScenario+50 XP on read
A critical production bug needs an emergency fix, but your PR process takes two hours. What do you do?
Core Summary
Mitigate first: rollback or a feature flag beats writing code under pressure. If code is genuinely needed, use a documented hotfix lane: branch from the production tag, minimal fix, fast tests, one reviewer, deploy, then merge back. Emergency means a faster controlled process, not no process.
Hints
Hint 1: The fastest fix usually is not a fix at all
Hint 2: Branch from what is in production, not from main
Hint 3: Merging back is the step everyone forgets
Reported in interviews at Amazon, Shopify, Stripe