200-901 · Question #525
200-901 Question #525: Real Exam Question with Answer & Explanation
The correct answer is D: continuous delivery. Continuous Delivery is a DevOps concept where the code is continuously prepared and made ready for production, but the actual deployment to the production environment is triggered manually. In this scenario, the system administrator reviews the code and decides when to implement
Question
A system administrator works with a software development department to implement code to production. The administrator wants to review the code to be implemented and not do it automatically. The code must be ready for production and should be implemented by the administrator without additional intervention from the development team. Which DevOps concept does this scenario represent?
Options
- Acontinuous deployment
- Bcontinuous testing
- Ccontinuous integration
- Dcontinuous delivery
Explanation
Continuous Delivery is a DevOps concept where the code is continuously prepared and made ready for production, but the actual deployment to the production environment is triggered manually. In this scenario, the system administrator reviews the code and decides when to implement it into the production environment without additional intervention from the development team. Continuous Delivery emphasizes the automation of the software release process up to the point of deployment, allowing for a consistent and reliable delivery pipeline.
Topics
Community Discussion
No community discussion yet for this question.