CISA · Question #511
Which of the following steps of the change management process can be automated by implementing a continuous integration/continuous deployment (CI/CD) tool?
The correct answer is A. Testing and release to production. CI/CD tools automate key stages of the change management process, particularly testing and deployment. They enable automatic testing of code changes and seamless release to production environments, reducing manual intervention, minimizing errors, and ensuring faster, more reliabl
Question
Which of the following steps of the change management process can be automated by implementing a continuous integration/continuous deployment (CI/CD) tool?
Options
- ATesting and release to production
- BCoding and documenting changes
- CChange request and approval
- DImpact assessment and scheduling
How the community answered
(36 responses)- A92% (33)
- B3% (1)
- C6% (2)
Explanation
CI/CD tools automate key stages of the change management process, particularly testing and deployment. They enable automatic testing of code changes and seamless release to production environments, reducing manual intervention, minimizing errors, and ensuring faster, more reliable software delivery.
Topics
Community Discussion
No community discussion yet for this question.