200-901 · Question #451
200-901 Question #451: Real Exam Question with Answer & Explanation
The correct answer is B: built-in conflict resolution mechanism. In a centralized workflow, all developers work with a single central repository. To ensure the integrity of the central repository, a built-in conflict resolution mechanism is crucial. This feature helps resolve issues that arise when multiple developers attempt to modify the sam
Question
A development team is using a version control system that has a centralized workflow. Which feature of the version control system ensures the integrity of the central repository?
Options
- Acentral common code versioning backup
- Bbuilt-in conflict resolution mechanism
- Cdistributed nature of the version control system architecture
- Dtracked code changes of the developers
Explanation
In a centralized workflow, all developers work with a single central repository. To ensure the integrity of the central repository, a built-in conflict resolution mechanism is crucial. This feature helps resolve issues that arise when multiple developers attempt to modify the same code or files simultaneously, ensuring that the repository remains consistent and stable.
Topics
Community Discussion
No community discussion yet for this question.