200-901 · Question #597
200-901 Question #597: Real Exam Question with Answer & Explanation
The correct answer is B: tracking development changes. Version control systems (VCS) like Git provide numerous benefits, with one of the primary ones being the ability to track development changes. This means that every change made to the codebase is recorded along with information about who made the change, when it was made, and why
Question
What is a benefit of version control?
Options
- Aapplication of code directly to hardware
- Btracking development changes
- Creuse of code-on-code patches
- Dcompatibility with back-end systems
Explanation
Version control systems (VCS) like Git provide numerous benefits, with one of the primary ones being the ability to track development changes. This means that every change made to the codebase is recorded along with information about who made the change, when it was made, and why. This allows teams to collaborate effectively, revert to previous versions if necessary, and understand the history of the project.
Topics
Community Discussion
No community discussion yet for this question.