Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 296
A group of software developers wants to improve its collaboration with the operations team. The group wants to deliver release-ready code that merges code changes back to the main branch and runs the automated testing as often as possible. Which DevOps concept does this scenario represent?
Answer options
- A. continuous delivery
- B. version control
- C. continuous integration
- D. continuous deployment
Correct answer: C
Explanation
The correct answer is C, continuous integration, as it focuses on merging code changes frequently and running automated tests to ensure code quality. Options A and D refer to delivering code to production, while B is about managing code versions rather than the integration process.