ExamGecko
Question list
Search
Search

Question 424 - 200-901 discussion

Report
Export

What is a benefit of version control?

A.

application of code directly to hardware

Answers
A.

application of code directly to hardware

B.

tracking development changes

Answers
B.

tracking development changes

C.

reuse of code-on-code patches

Answers
C.

reuse of code-on-code patches

D.

compatibility with back-end systems

Answers
D.

compatibility with back-end systems

Suggested answer: B

Explanation:

Other benefits of version control include:

Collaboration: Multiple developers can work on the same project simultaneously without overwriting each other's work.

Branching and Merging: Developers can work on different features or bug fixes in isolation and merge their changes back into the main codebase once they are ready.

Backup: The entire history of the project is stored in the VCS, providing a backup that can be restored if necessary.

Cisco DevNet Associate Certification Guide

Pro Git Book, Chapter on Getting Started

asked 07/10/2024
DAVID LOPEZ MORGADO
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first