Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 237
What is a benefit of implementing a Cl pipeline?
Answer options
- A. decreases external dependencies
- B. enables a faster feedback loop
- C. enforces version control
- D. ensures that tests are written before code is written
Correct answer: B
Explanation
The correct answer is B because a CI pipeline facilitates rapid feedback on code changes, allowing developers to identify issues quickly. Options A, C, and D, while beneficial practices, do not specifically highlight the primary advantage of a CI pipeline, which is to enhance the speed of feedback.