EXIN DevOps Foundation — Question 17
What is not a proper use of the deployment pipeline?
Answer options
- A. As an audit log that enables the monitoring of all changes
- B. As an optimal way to link development and testing together
- C. To accelerate the delivery of changes to Production
- D. To always maintain the system in a working condition
Correct answer: B
Explanation
Option B is incorrect because the deployment pipeline is not primarily designed to optimize the connection between development and testing; rather, it focuses on automating and streamlining the delivery process. Options A, C, and D are all valid uses of the deployment pipeline, as they relate to monitoring, accelerating delivery, and ensuring system stability.