Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 542
What is a benefit of a distributed version control system?
Answer options
- A. encourages users to commit small places of work to the system more frequently
- B. ensures that all code meets minimum standards before being committed to the system
- C. allows users to work on the codebase even when not connected to the Internet
- D. ensures that all code is tested before being committed to the system
Correct answer: C
Explanation
The correct answer is C, as distributed version control systems allow users to continue working on projects without an internet connection, enabling local commits. Options A, B, and D do not specifically relate to the distributed nature of the system and focus more on coding standards and testing, which are not inherent benefits of distributed version control.