Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 384
What is a benefit of using continuous testing and static code analysis in a CI pipeline?
Answer options
- A. They detect source code vulnerabilities as part of the standard build process.
- B. They automate code authoring based on user stories.
- C. They monitor the production environment and send alerts when errors are detected.
- D. They ensure that the product backlog is delivered to the release schedule.
Correct answer: A
Explanation
The correct answer, A, highlights that continuous testing and static code analysis are crucial for identifying vulnerabilities in the code as part of the build process. Options B, C, and D do not directly relate to the primary benefits of continuous testing and static code analysis, as they focus on different aspects of software development and deployment.