Deploy and Debug Phrasal Verbs
Fill in the blank with the correct phrasal verb. 5 exercises grounded in real DevOps and incident management scenarios.
Key verbs in this exercise
- fell over: a service or system crashed unexpectedly
- hold off (on): postpone, delay deliberately
- sign off on: give official approval for something
- flag up: draw attention to an issue (also: "flag" in US English)
- wrap up: conclude, finish, resolve
0 / 5 completed
1 / 5
"The pipeline ___ due to a misconfigured environment variable."
Correct: fell over — stopped working, crashed
fell over is used to describe a system, process, or service that stopped functioning unexpectedly, as if it physically tipped and stopped.
In DevOps and CI/CD contexts:
fell over is used to describe a system, process, or service that stopped functioning unexpectedly, as if it physically tipped and stopped.
In DevOps and CI/CD contexts:
- "The build server fell over during peak load." ✓
- "The container fell over after consuming all available memory." ✓
- "The pipeline fell over — check the logs." ✓
- fell through: means a plan or deal failed to happen — "The merger fell through." Not used for systems crashing.
- fell apart: means something disintegrated or stopped working as a coherent whole — more often used for processes or relationships, not automated pipelines.
- fell down: informal for failing to meet expectations — "He fell down on the job." Not idiomatic for infrastructure.
- "The pipeline fell over / broke / failed"
- "The deploy went sideways" (informal for unexpected failure)
- "The service went down" (became unavailable)