350-701 · Question #513
What is the process In DevSecOps where all changes In the central code repository are merged and synchronized?
The correct answer is C. CI. Continuous integration (CI) is the process of automating and integrating code changes and updates from many team members during software development. In CI, automated tools confirm that software code is valid and error-free before it's integrated, which helps detect bugs and…
Question
What is the process In DevSecOps where all changes In the central code repository are merged and synchronized?
Options
- ACD
- BEP
- CCI
- DQA
How the community answered
(36 responses)- A6% (2)
- C92% (33)
- D3% (1)
Explanation
Continuous integration (CI) is the process of automating and integrating code changes and updates from many team members during software development. In CI, automated tools confirm that software code is valid and error-free before it's integrated, which helps detect bugs and speed up new releases. cd.html#~ci-cd-explained
Topics
Community Discussion
No community discussion yet for this question.