Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 330

What is a component of the first stage of an application development CI/CD pipeline?

Answer options

Correct answer: B

Explanation

The correct answer is B, as committing and pushing code into a version control system is the first step in a CI/CD pipeline. The other options refer to subsequent stages: A and C are related to testing and building, while D pertains to the coding phase, which precedes the version control process.