ExamGecko
Question list
Search
Search

Question 416 - 200-901 discussion

Report
Export

A lead engineer is managing the development of a web application with a team of remote developers using Git as the version control system. What is the advantage of a version Control system that allows developers to pick code from any part of the project and perform updates on it?

A.

efficient handling of projects

Answers
A.

efficient handling of projects

B.

linear development

Answers
B.

linear development

C.

build automation

Answers
C.

build automation

D.

nonlinear development

Answers
D.

nonlinear development

Suggested answer: D

Explanation:

Nonlinear development in a version control system like Git allows developers to work on different parts of the project independently and simultaneously. This approach provides several advantages:

Independent Workflows: Developers can work on different features or bug fixes without interfering with each other's work.

Parallel Development: Multiple branches enable parallel development, where teams can develop, test, and merge features separately.

Efficient Collaboration: Changes can be reviewed, tested, and merged systematically, improving collaboration among remote teams.

Git and Nonlinear Development: Understanding Git Workflow

asked 07/10/2024
Steven Bertoldi
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first