5 exercises — the language of infrastructure and release engineering: spinning up environments, rolling out releases, cutting over to new infrastructure, and handing off incidents.
Deployment phrasal verb cluster
spin up — start a container, VM, or environment
tear down — destroy and remove an environment
roll out — deploy gradually, in stages
roll back — revert a deployment to a previous version
cut over — switch from old to new system at a specific moment
hand off — transfer responsibility (incident, on-call, task)
scale up / scale down — increase or decrease resources/replicas
0 / 10 completed
1 / 10
The DevOps team says: "We need to _____ a new container for the payment service before the release." Which phrasal verb fits?
Spin up means to start a new server, container, instance, or environment — especially in cloud and containerised infrastructure. It comes from the image of a machine spinning its disks up to operating speed. "Spin up a container" = docker run ... / ECS task launch / Kubernetes pod start. Common usage: "spin up an EC2 instance", "spin up a local dev environment", "spin up 3 replicas". Opposite: "spin down" or "tear down" — stop and remove the environment. "Boot over" — not a standard phrase; "reboot" is the standard term for restart. "Fire through" — not a DevOps term; "fire off" can mean to send rapidly (fire off a request, fire off a email). "Start off" means to begin a journey or activity in general — it doesn't carry the infrastructure-specific meaning of spin up.
2 / 10
After the release is complete, the team says: "We should _____ the staging environment to save costs." Which phrasal verb is correct?
Tear down means to destroy or decommission an environment — removing containers, VMs, infrastructure resources. "Tear down the staging environment" = terraform destroy / stop all containers / delete cloud resources. Opposite: "spin up". Common usage: "tear down the test environment after the pipeline finishes", "tear down the demo stack", "teardown scripts in CI/CD". The noun form is "teardown": "Run the teardown after tests complete." In infrastructure-as-code, teardown is a standard phase in ephemeral environment management. "Turn away" means to refuse entry or send someone away — not infrastructure. "Wipe through" — not a standard technical phrase; "wipe" alone means to erase data/storage. "Shut over" — not standard; "shut down" means to turn off a system.
3 / 10
The release note says: "We will gradually _____ the new version to 10% of users, then 50%, then 100%." What is the correct phrasal verb?
Roll out means to release or deploy gradually, in stages, to a growing audience or set of servers. It's the standard term for phased/canary/blue-green deployments. "Roll out to production" = deploy incrementally, monitor, and expand. The noun form "rollout" is common in product and DevOps communication: "The rollout starts at 2AM", "a staged rollout", "rollout complete". Use "roll out" when emphasising the phased/controlled nature of a release. Compare: "deploy" is more neutral and technical — deploy can be all-at-once. "Roll out" implies care, strategy, and incremental expansion. "Push forward" means to advance a plan or timeline — not specific to deployment. "Release out" — not standard; we say "release to production" or just "release". "Deploy forward" — not a phrasal verb; "deploy" is already the technical verb.
4 / 10
During a database migration, the team says: "We will _____ traffic to the new database cluster once validation passes." Choose the correct phrasal verb.
Cut over means to switch from one system, server, or infrastructure component to another at a specific moment — often used in migrations, data centre moves, and blue/green deployments. "Cut over to the new database" = redirect all traffic/connections from old DB to new DB at the migration point. The noun form is "cutover": "Schedule the cutover for the maintenance window", "a hard cutover", "a soft cutover". Related phrases: "cut over to", "perform the cutover", "cutover plan", "cutover checklist". Compare: "roll out" (gradual) vs. "cut over" (switch at a specific moment). "Pass through" means traffic passing through a layer or network component — not a system switch. "Flip across" — not a standard technical phrase; "flip the switch" is informal for activating a feature flag. "Move behind" — not standard IT vocabulary.
5 / 10
The SRE says: "Before the on-call shift ends, please _____ the incident to the next team along with the current status."
Hand off means to transfer responsibility, a task, or an active incident to another person or team. In deployment and operations: "hand off to the on-call engineer", "hand off the deployment to ops", "hand off the escalation". The noun is "handoff" (or "hand-off"): "Include the context in the handoff notes", "a clean handoff", "async handoff via Slack". Key distinction: "hand off" implies actively transferring with context — you're not just leaving, you're making sure the next person is ready. Compare: "hand over" — similar but often used for larger, more formal transfers: "hand over the project to the new team". "Hand off" is more common in operational and agile contexts. "Pass away" means to die — clearly not appropriate here. "Send through" means to transmit a document or message — it doesn't carry the responsibility-transfer meaning. "Pass around" means to share something among multiple people in sequence.
6 / 10
Sarah (Lead Developer) comments on a pull request: 'Okay, let's roll back this change and revert to the previous commit. We need to investigate why it broke the integration.' Which phrasal verb is most appropriate in this context?
'Rollback' is the standard IT term for returning to a prior version after a problematic deployment. 'Revert' has a broader meaning, while 'override' and 'reset' don't accurately describe the action of undoing changes in response to an error. This scenario specifically refers to reverting code changes.
7 / 10
Mark (DevOps Engineer) sends a Slack message to the team: 'We're seeing high latency after deploying the new API. Let's debug it thoroughly and pinpoint the root cause.' Which phrasal verb best fits this situation?
'Debug' is the correct term for systematically investigating and resolving technical issues. While monitoring is related, it doesn't involve actively identifying and correcting errors. 'Escalate' refers to raising an issue to a higher level, and 'scale' relates to system capacity.
8 / 10
A PR description reads: 'We will spin up a temporary staging environment for testing the new feature. This allows us to validate functionality before pushing changes to production.' Which phrasal verb is most suitable here?
'Spin up' is the common IT term for rapidly creating a temporary environment. It's frequently used in cloud contexts. 'Scale up' implies ongoing growth, while 'shut down' is the opposite action and 'deploy' refers to the overall process of releasing code.
9 / 10
David (SRE) writes in a standup update: 'We need to take down the old version of the service before we can migrate users to the new database.' What does this phrase mean?
'Take down' in this context signifies completely disabling the old service version. It's crucial before initiating a migration. 'Take over' is a different meaning; 'take out' refers to removal of parts, and 'take on' relates to responsibility.
10 / 10
Emily (Release Manager) sends a message: 'To ensure stability, we should ship out the latest build to a small subset of users for initial feedback.' Which phrasal verb is most appropriate?
'Ship out' is the standard term used in software releases to indicate distributing a build to users for testing. 'Burn in' describes intensive testing, 'put out' refers to extinguishing something, and 'run out' indicates depletion of resources.
What will I practise in "Deployment Phrasal Verbs"?
This module focuses on Phrasal Verbs — real workplace phrasing you'll use on the job. It contains 10 scenario-based multiple-choice questions with instant feedback.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account or sign-up required.
How many questions does this exercise have?
This module includes 10 questions. Each one gives an immediate right/wrong result plus a full explanation of the correct phrasing.
What happens if I answer a question incorrectly?
You'll see the correct answer highlighted straight away, along with a plain-English explanation of why it's right and why the other options don't fit — mistakes are part of the learning here.
Can I retry the exercise if I want a better score?
Yes — use the 'Try again' button on the results screen to reset your score and go through the questions again. There's no limit on attempts.
Who is this Phrasal Verbs exercise for?
It's aimed at IT professionals with working English who want to sound more natural and precise around phrasal verbs — useful whether you're preparing for real conversations at work or just building confidence with the vocabulary.
Do I need an account to track my progress?
No account is needed. Your progress through the exercise is tracked locally in your browser for the current session, and you can replay the module at any time.
How is this different from reading a blog article?
This exercise is an interactive drill that tests and reinforces specific phrasing through multiple-choice questions with instant feedback, while blog articles explain concepts and vocabulary in prose. The two work well together.
Where can I find more Phrasal Verbs exercises?
See the Phrasal Verbs hub for more modules like this one, or browse the full Exercises page for other IT-English topics.
Can I complete this exercise on my phone?
Yes — every exercise on CoderSlingo is fully responsive and works on phones and tablets, so you can practise anywhere.