LFCA · Question #22
LFCA Question #22: Real Exam Question with Answer & Explanation
The correct answer is B: The focus is on automating releases of projects as soon as possible.. Continuous Delivery (CD) is a DevOps practice focused on ensuring that software can be released to production reliably and quickly at any time. It emphasizes automating the entire release process, from code commit to deployment readiness.
Question
Which of the following best describes the DevOps methodology of Continuous Delivery?
Options
- AThe focus is on coding, building, integrating, and testing software.
- BThe focus is on automating releases of projects as soon as possible.
- CThe focus is on configuration management and continuous monitoring.
- DThe focus is on product releases but also includes coding, building, integrating and testing
Explanation
Continuous Delivery (CD) is a DevOps practice focused on ensuring that software can be released to production reliably and quickly at any time. It emphasizes automating the entire release process, from code commit to deployment readiness.
Common mistakes.
- A. This describes Continuous Integration (CI), which focuses on merging developer code changes frequently and automatically building and testing them.
- C. This describes aspects of Continuous Operations and Site Reliability Engineering (SRE), which are related to maintaining and monitoring systems in production, rather than the delivery aspect of software.
- D. While product releases are part of it, Continuous Delivery's core tenet is the automation and readiness for release, not just encompassing the development cycle steps.
Concept tested. DevOps Continuous Delivery definition
Reference. https://learn.microsoft.com/en-us/devops/what-is-devops/continuous-delivery
Topics
Community Discussion
No community discussion yet for this question.