nerdexam
Isaca

CCAK · Question #95

The MOST critical concept of managing the build and test of code in DevOps is:

The correct answer is B. continuous delivery. Continuous delivery is the MOST critical concept because it is the overarching practice that ensures code is always in a deployable, production-ready state by automating the entire build and test pipeline. While continuous integration (CI) triggers automated builds and tests on…

Cloud Auditing for Infrastructure, Platform, and Software as a Service (IaaS, PaaS, SaaS)

Question

The MOST critical concept of managing the build and test of code in DevOps is:

Options

  • Acontinuous build.
  • Bcontinuous delivery.
  • Ccontinuous deployment.
  • Dcontinuous integration.

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    93% (51)
  • C
    2% (1)
  • D
    4% (2)

Explanation

Continuous delivery is the MOST critical concept because it is the overarching practice that ensures code is always in a deployable, production-ready state by automating the entire build and test pipeline. While continuous integration (CI) triggers automated builds and tests on each code commit, continuous delivery extends this by validating that every change is shippable - encompassing build, automated testing, staging, and release readiness. Continuous deployment automates the release step itself, and continuous build is a subset activity. From a management perspective, continuous delivery is the end-to-end practice that governs build and test quality.

Topics

#DevOps#Continuous Delivery#Continuous Integration#Software Release Process

Community Discussion

No community discussion yet for this question.

Full CCAK Practice