nerdexam
Cisco

352-001 · Question #742

Which description correctly describes Git?

The correct answer is D. Git is a version control system for tracking changes in files. Git is a distributed version control system used to track changes in source files over time. The other options describe unrelated tools and services.

Evolving Technologies

Question

Which description correctly describes Git?

Options

  • AGit is a command line utility for creating archives of files
  • BGit is a web-based responsibility for sharing files
  • CGit is a configuration management tool that automates provisioning
  • DGit is a version control system for tracking changes in files

How the community answered

(30 responses)
  • B
    3% (1)
  • C
    3% (1)
  • D
    93% (28)

Why each option

Git is a distributed version control system used to track changes in source files over time. The other options describe unrelated tools and services.

AGit is a command line utility for creating archives of files

Creating archives of files describes utilities like tar or zip, not Git, which tracks changes rather than simply compressing files.

BGit is a web-based responsibility for sharing files

A web-based file sharing service describes platforms like Dropbox or SharePoint; Git is a local VCS protocol, not a file sharing service by design.

CGit is a configuration management tool that automates provisioning

Automating provisioning describes configuration management tools such as Ansible, Puppet, or Chef, which are distinct from version control systems.

DGit is a version control system for tracking changes in filesCorrect

Git is a distributed version control system created by Linus Torvalds that records changes to files, enables branching and merging, and supports collaboration across teams through a full history of modifications.

Concept tested: Git version control system definition

Source: https://git-scm.com/about

Topics

#Git#version control#DevOps tools#source control

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice