nerdexam
Cisco

200-901 · Question #579

Which CI/CD component is used to store and track code changes during development?

The correct answer is C. version control system. The component used to store and track code changes during development is a Version Control System (VCS). A VCS, such as Git, SVN (Subversion), or Mercurial, helps developers manage and track changes to the source code over time. It allows multiple developers to work collaborative

Software Development and Design

Question

Which CI/CD component is used to store and track code changes during development?

Options

  • AArtifactory
  • BVault
  • Cversion control system
  • Dticketing system

How the community answered

(19 responses)
  • A
    5% (1)
  • C
    89% (17)
  • D
    5% (1)

Explanation

The component used to store and track code changes during development is a Version Control System (VCS). A VCS, such as Git, SVN (Subversion), or Mercurial, helps developers manage and track changes to the source code over time. It allows multiple developers to work collaboratively, tracks changes made by each contributor, and provides mechanisms for branching, merging, and rolling back changes. Version control is a fundamental part of the Continuous Integration/Continuous Delivery (CI/CD) process, enabling teams to maintain a consistent and versioned codebase.

Topics

#CI/CD#Version Control#Code Management

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice