ITIL Foundation v5 — Question 7
Which is an approach to software development in which software can be released to production at any time after a decision is made by the team?
Answer options
- A. Continuous Deployment
- B. Continuous Integration
- C. Continuous Delivery
- D. DevOps
Correct answer: C
Explanation
Continuous Delivery is the correct answer as it ensures that software can be released to production at any time after the team decides to do so. Continuous Deployment, while similar, automatically releases every change that passes tests, making it less about team decisions. Continuous Integration focuses on merging code changes frequently but does not inherently involve releasing to production. DevOps is a broader cultural shift that enhances collaboration between development and operations but does not specifically pertain to the release process.