nerdexam
CiscoCisco

200-901 · Question #216

200-901 Question #216: Real Exam Question with Answer & Explanation

The correct answer is C: allows users to work on the codebase even when not connected to the Internet. {"question_number": 7, "correct_answer": "C", "explanation": "A distributed version control system (DVCS), such as Git, gives every developer a full clone of the entire repository, including its history, on their local machine. This means developers can commit, branch, merge, vie

Software Development and Design

Question

What is a benefit of a distributed version control system?

Options

  • Aencourages users to commit small places of work to the system more frequently
  • Bensures that all code meets minimum standards before being committed to the system
  • Callows users to work on the codebase even when not connected to the Internet
  • Densures that all code is tested before being committed to the system

Explanation

{"question_number": 7, "correct_answer": "C", "explanation": "A distributed version control system (DVCS), such as Git, gives every developer a full clone of the entire repository, including its history, on their local machine. This means developers can commit, branch, merge, view history, and perform other version control operations without any network connectivity. Option A describes a general best practice encouraged by any VCS, not a specific benefit of distributed systems. Options B and D describe code quality gates (linting, testing before commit), which are CI/CD pipeline features, not inherent properties of a DVCS.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Version Control System#Distributed Version Control#DVCS Benefits#Offline Development

Community Discussion

No community discussion yet for this question.

Full 200-901 PracticeBrowse All 200-901 Questions