Exam 200-901 Topic 3 Question 419 Discussion
Actual exam question for Cisco's 200-901 exam
Question #: 419
Topic #: 3
Question #: 419
Topic #: 3
What is a benefit of a distributed version control system?
Suggested Answer: C Vote an answer
Distributed version control systems (DVCS) like Git provide a local repository for each user, allowing them to work on the codebase offline. Changes can be committed locally and later synchronized with the central repository once connected to the Internet.
* Local Repositories: Each user has a complete copy of the repository, enabling offline work.
* Synchronization: Changes can be committed and later pushed to the central repository.
Option C is correct as it highlights the benefit of working on the codebase without an Internet connection.
Reference:
Git Documentation: Benefits of Distributed Version Control
* Local Repositories: Each user has a complete copy of the repository, enabling offline work.
* Synchronization: Changes can be committed and later pushed to the central repository.
Option C is correct as it highlights the benefit of working on the codebase without an Internet connection.
Reference:
Git Documentation: Benefits of Distributed Version Control
by Lynn at Jul 30, 2026, 11:19 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).