1 / 5
Predefined conditions like 'error rate > 2% for 5 min' are rollback ___.
-
-
-
-
Clear rollback triggers remove hesitation during an incident; the team acts on the agreed threshold instead of debating.
2 / 5
Choosing to ship a quick patch instead of reverting is called ___.
-
-
-
-
Fix-forward keeps the new release and patches the issue; it's appropriate when the fix is trivial and reverting is risky.
3 / 5
Which sentence clearly declares the rollback decision?
-
-
-
-
A decisive, unambiguous statement of the call and who is making it prevents confusion mid-incident.
4 / 5
After rolling back, you should ___ stakeholders promptly.
-
-
-
-
Timely communication keeps support, leadership, and customers informed and reduces speculation during an incident.
5 / 5
A release that can be reverted quickly and safely is said to be ___.
-
-
-
-
Designing releases to be reversible (e.g. backward-compatible migrations) is what makes a fast rollback decision possible.