CTFL_SYLL_4.0 · Question #103
Your company has been working in a waterfall lifecycle model. They have now decided to implement DevOps and will be using CI/CD. Which of the following is a change that will be required from the…
The correct answer is B. There will be additional emphasis on test automation to supply continuous testing. Shifting from waterfall to DevOps with CI/CD compresses release cycles dramatically - code integrates and deploys continuously rather than in long phases - so manual testing simply can't keep pace. Option B is correct because CI/CD pipelines require automated tests to run on…
Question
Your company has been working in a waterfall lifecycle model. They have now decided to implement DevOps and will be using CI/CD. Which of the following is a change that will be required from the testing team?
Options
- ANo change is required. The current approach will still be applicable.
- BThere will be additional emphasis on test automation to supply continuous testing.
- CAdditional time will be needed to analyze the requirements and design test cases.
- DThere will be a need for less technical testers because the developers will handle all the technical
How the community answered
(37 responses)- A3% (1)
- B76% (28)
- C8% (3)
- D14% (5)
Explanation
Shifting from waterfall to DevOps with CI/CD compresses release cycles dramatically - code integrates and deploys continuously rather than in long phases - so manual testing simply can't keep pace. Option B is correct because CI/CD pipelines require automated tests to run on every code commit, enabling "continuous testing" that gates each build automatically.
Why the distractors fail:
- A is wrong because waterfall testing is typically phase-gated and manual, which breaks down entirely when releases happen multiple times per day.
- C is wrong because DevOps actually reduces upfront requirements analysis time; the approach favors iterative feedback over extensive pre-planning.
- D is wrong and backwards - CI/CD demands more technical skill from testers (scripting, framework knowledge, pipeline integration), not less.
Memory tip: Think of the "C" in CI/CD as also standing for Continuous testing - automation is the engine that makes the whole pipeline run without human bottlenecks at every gate.
Topics
Community Discussion
No community discussion yet for this question.