
Answer-first summary for fast verification
Answer: Deployment
✅ **C. Deployment** Continuous Deployment is the DevOps practice where code changes that successfully pass through the production pipeline stages are automatically released into the production environment, eliminating the need for explicit approval. This practice fully automates the software release process. ❌ **A. Development** Continuous Development is not a recognized term within the core CI/CD pipeline context. While development is an ongoing process, it does not specifically refer to the automated release of code to production. ❌ **B. Integration** Continuous Integration (CI) involves the frequent merging of code changes from various developers into a shared repository, followed by automated builds and tests. Although CI is essential for continuous deployment, it does not include the automatic deployment to production without explicit approval. ❌ **D. None of the Above** This option is incorrect because Continuous Deployment precisely matches the description provided in the question.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which practice in DevOps ensures that every code change passing all stages of the production pipeline is automatically released to the production environment without explicit approval, thereby fully automating the software release process? (Select One)
A
Development
B
Integration
C
Deployment
D
None of the Above