200-901 · Question #593
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…
The correct answer is D. nonlinear development. 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 Independent Workflows: Developers can work on different features or bug fixes without…
Question
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?
Options
- Aefficient handling of projects
- Blinear development
- Cbuild automation
- Dnonlinear development
How the community answered
(53 responses)- A2% (1)
- B4% (2)
- D94% (50)
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 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.
Topics
Community Discussion
No community discussion yet for this question.