CompTIA Project+ (PK0-005) — Question 99

Which of the following methods frequently delivers new code in an automatic way for development projects?

Answer options

Correct answer: B

Explanation

The CI/CD process is specifically designed to automate the integration and delivery of code, ensuring that updates can be deployed efficiently and quickly. Automated testing, validation checks, and deploy sprints are important components of the development lifecycle but do not inherently focus on the automatic delivery of new code like CI/CD does.