VMware Digital Workspace Fundamentals — Question 14
What is the result of Continuous Delivery?
Answer options
- A. An application build has been produced and ready for deployment to production
- B. A broken application build is able to be fixed rapidly
- C. An application build artifact has been produced
- D. An application build has been produced and deployed to production
Correct answer: A
Explanation
The correct answer is A because Continuous Delivery ensures that an application build is always ready for deployment to production. Option B focuses on fixing issues rather than readiness, C refers to the creation of artifacts but not their readiness for deployment, and D states that the build has been deployed, which goes beyond the scope of Continuous Delivery.