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
- A. triggering of the automated testing phase
- B. commitment and pushing of code into a version control system
- C. triggering of the automated build phase
- D. developer writing the initial lines of code
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.