Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
What is a benefit of a distributed version control system?
Correct Answer: C
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