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
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)- A5% (1)
- C89% (17)
- D5% (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
Community Discussion
No community discussion yet for this question.