EXIN DevOps Foundation — Question 10
Why should everything be stored in a version control system?
Answer options
- A. It allows Developers to re-use already written code
- B. It gives both Development and Operations access
- C. It is the basis for automation of the deployment pipeline
- D. It prevents deliberate introduction of chaos in the system
Correct answer: D
Explanation
The correct answer is D because a version control system helps maintain consistency and order in the codebase, preventing chaos. Options A, B, and C highlight benefits of version control, but they do not address the critical aspect of maintaining system stability and preventing disorder.