Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 419
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?
Answer options
- A. central common code versioning backup
- B. built-in conflict resolution mechanism
- C. distributed nature of the version control system architecture
- D. tracked code changes of the developers
Correct answer: B
Explanation
The built-in conflict resolution mechanism is essential for ensuring that changes made by different developers do not compromise the integrity of the central repository. While the other options may contribute to the system's functionality, they do not specifically address the prevention of conflicts that can arise from simultaneous updates to the same codebase.