Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 302

What is the process in DevSecOps where all changes in the central code repository are merged and synchronized?

Answer options

Correct answer: C

Explanation

The correct answer is CI, which stands for Continuous Integration. This process ensures that all changes made in the code are continuously merged to avoid integration issues. The other options, such as CD (Continuous Delivery), QA (Quality Assurance), and EP (not a standard term in this context), do not specifically refer to the merging and synchronization of changes in the code repository.