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
Continuous Integration uses a VCS and central repository to track developer changes.