Incident Response Phrasal Verbs
Fill in the blank with the correct phrasal verb. 5 exercises from real incident response and on-call engineering scenarios.
Key verbs in this exercise
- roll back: revert a deployment to a previous known-good state
- spin up: create and start a new compute resource or service
- shut down: stop a service or system completely and cleanly
- bring up: introduce a status or piece of information into the discussion
- hand off: transfer incident ownership and context to another engineer
0 / 5 completed
1 / 5
"Error rates are still climbing — we need to ___ the deployment immediately before more customers are affected."
Correct: roll back — revert a deployment or system change to a previous known-good state
roll back is one of the most critical phrasal verbs in incident response. It means to undo a recent change and return the system to its previous state. This is distinct from "roll out" (deploying something new) — rolling back is the emergency reversal of a roll-out.
In incident response contexts:
Why C is wrong: "roll over" means to move funds from one account to another, or to knock something down. Not used in deployment contexts.
Why D is wrong: "roll up" means to arrive, or to aggregate data — "The metrics roll up into a dashboard." Not used for deployment reversals.
Incident response deployment phrases:
roll back is one of the most critical phrasal verbs in incident response. It means to undo a recent change and return the system to its previous state. This is distinct from "roll out" (deploying something new) — rolling back is the emergency reversal of a roll-out.
In incident response contexts:
- "Error rate spiked — roll back the config change." ✓
- "We need to roll back to version 2.4.1 immediately." ✓
- "The IC ordered a rollback — all services should be reverting." ✓
Why C is wrong: "roll over" means to move funds from one account to another, or to knock something down. Not used in deployment contexts.
Why D is wrong: "roll up" means to arrive, or to aggregate data — "The metrics roll up into a dashboard." Not used for deployment reversals.
Incident response deployment phrases:
- "Roll back the deploy — we can investigate after." (IC command)
- "Rollback initiated — ETA 3 minutes." (engineer update)
- "After the rollback, confirm services are green." (verification step)