DevOps engineers use specific verb-noun collocations in daily work. Phrases like trigger a build and roll back a deployment are essential for reading pipeline configs, writing runbooks, and communicating during incidents.
0 / 5 completed
1 / 5
The DevOps team wants to ___ pipelines to eliminate repetitive manual steps.
Automate pipelines is the canonical DevOps collocation. It means to configure pipelines so they run without manual intervention. 'Script' refers to writing code, not the end state. 'Streamline' means to simplify but not necessarily automate. 'Build' is a stage within a pipeline, not the act of automating it.
2 / 5
A push to the main branch will automatically ___ a new build.
Trigger a build is the precise CI/CD collocation. It means an event causes the build process to begin automatically. 'Start' and 'launch' are general. 'Kick off' is informal and better suited to spoken language. In technical documentation and config files, trigger is the standard term.
3 / 5
When a bad release reaches production, teams must be ready to ___ the deployment instantly.
Roll back a deployment is the fixed DevOps collocation for returning a system to a previous stable state. 'Revert' is used for code in version control. 'Undo' is informal. 'Cancel' implies stopping something in progress, not reversing a completed action. Roll back is the industry standard.
4 / 5
The observability team set up dashboards to ___ key metrics in real time.
Monitor metrics is the standard DevOps collocation. It implies continuous, automated observation with alerting. 'Track' is used more for progress over time. 'Watch' is informal. 'Observe' is correct conceptually but less common as a collocation in engineering contexts. Monitor is the professional default.
5 / 5
Security tools were integrated into the pipeline to ___ access policies automatically.
Enforce policies is the fixed collocation in DevSecOps. It means ensuring rules are applied consistently and without exceptions. 'Apply' is used when manually enabling something. 'Implement' refers to building the system. 'Activate' refers to turning a feature on. Only enforce implies ongoing, automated compliance.