Which of the following uses a version control system and a central code repository for tracking the code changes made by developers?
Answer options
A
Continuous Integration
B
Continuous Delivery
C
Continuous Deployment
D
DevOps
Correct answer: Continuous Integration
Explanation
Quick AnswerThe correct answer is Continuous Integration because it directly addresses the core logic of Agile & DevOps.
Continuous Integration uses a VCS and central repository to track developer changes.