Certificate of Cloud Auditing Knowledge (CCAK) — Question 37

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

Answer options

Correct answer: D

Explanation

Continuous integration is crucial in DevOps as it ensures that code changes are automatically tested and integrated into the main branch regularly, reducing integration issues. Continuous build, delivery, and deployment are important but follow after ensuring that the integration process is smooth and efficient.