exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 411 discussion

Actual exam question from Cisco's 200-901
Question #: 411
Topic #: 1
[All 200-901 Questions]

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?

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
daniii89
3 months, 1 week ago
Selected Answer: D
D. Tracked code changes of the developers. Version control tracks all changes, making every modification auditable and reversible, which ensures data integrity.
upvoted 1 times
...
ExamNinja1
3 months, 2 weeks ago
Selected Answer: D
why not b The built-in conflict resolution mechanism (option B) is indeed an important feature of version control systems, but it doesn't directly ensure the integrity of the central repository. Instead, it helps developers resolve conflicts when multiple changes are made to the same part of the code. The integrity of the central repository is maintained by tracking code changes (option D). This feature ensures that every change made by developers is recorded, allowing for a complete history of modifications. This way, any issues can be traced back to their source, and the repository remains consistent and reliable.
upvoted 2 times
...
samitherider
8 months, 2 weeks ago
The answer is D: Tracked code changes of the developers ensure the integrity of the central repository in a version control system that has a centralized workflow. With a centralized workflow, there is a single central repository that serves as the authoritative source for the codebase. All team members push their changes to this central repository, and it is important that the repository's integrity is maintained. The central repository can maintain the latest working version of the codebase only if each team member's code changes are tracked and controlled. This feature helps prevent accidental or unauthorized modifications to the central codebase.
upvoted 3 times
...
sandaruwann654
1 year, 1 month ago
Selected Answer: B
B is correct
upvoted 2 times
...
herrmann69
1 year, 3 months ago
Selected Answer: B
As a client-server model, a centralized workflow enables file locking so that any piece of the code that's currently checked out will not be accessible to others, ensuring that only one developer can contribute to the code at a time. Team members use branches to contribute to the central repository, and the server will unlock files after merges. https://about.gitlab.com/topics/version-control/what-is-centralized-version-control-system/
upvoted 3 times
...
LukeJones
1 year, 5 months ago
B. built-in conflict resolution mechanism In a centralized version control system, the integrity of the central repository is maintained through features like the built-in conflict resolution mechanism. This ensures that when multiple developers are working on the same codebase, any changes that could potentially conflict with the work of others are detected and can be resolved before they are committed to the central repository.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago