CompTIA Project+ (PK0-005) — Question 247
Which of the following best describes a benefit of the CI/CD process?
Answer options
- A. Software delivery is sped up without compromising quality.
- B. Incremental changes are done at the end of the project.
- C. The software is integrated with other projects easily.
- D. Updates are released every sprint.
Correct answer: A
Explanation
The correct answer, A, highlights that CI/CD allows for faster software delivery while maintaining high quality, which is a core principle of the methodology. Option B is incorrect as CI/CD promotes continuous integration throughout the project lifecycle, not just at the end. Options C and D, while relevant to integration and update frequency, do not specifically address the main benefit of maintaining quality and speed in delivery.