← Back to Test

Problem 14 - Entrance Test

What is the purpose of version control systems like Git?

Correct: B

Version control systems (like Git) track changes to files over time, allowing developers to revert to previous versions, compare changes, and collaborate effectively on projects. They are essential for managing source code and coordinating work among multiple developers.