rollback
DevOps interview questions tagged rollback, across every topic.
5 questions · 2 unlocked for you
Concepts behind "rollback"
The concept pages behind what these questions are testing.
Foundational
Deploying is not releasingDeployment puts code on a machine. Release exposes behaviour to a user. Treating them as one event is why rollbacks are frightening, why releases happen at night, and why a bad feature requires an emergency deploy instead of a config change.🚀 Delivery & GitOps
Foundational
Mitigate before you diagnoseUnderstanding a failure and stopping it are different goals, and during an incident only one of them is urgent. The instinct to find the cause first is what turns a five-minute outage into an hour, and it is a useful failure mode to practice avoiding in an incident round.🚨 Debugging Production