Which of the following best describes a benefit of the CI/CD process?
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
The Answer Is:
A
This question includes an explanation.
Explanation:
CI/CD (Continuous Integration/Continuous Deployment) allows faster and more reliable delivery by automating builds, tests, and deployments. It ensures rapid delivery without compromising quality. Updates are frequent but not necessarily tied to sprint cycles.