nerdexam
Microsoft

AZ-400 · Question #65

Drag and Drop Question Your company has four projects. The version control requirements for each project are shown in the following table. You plan to use Azure Repos for all the projects. Which versi

The correct answer is Team Foundation Version Control; Git; Git; Team Foundation Version Control. Azure Repos supports exactly two version control systems: Git and Team Foundation Version Control (TFVC). Git is a distributed version control system ideal for projects requiring each developer to have a full local copy of the repository, enabling offline work and flexible branch

Submitted by dimitri_ru· Mar 6, 2026Design and implement source control - Understanding the capabilities and appropriate use cases for Git and Team Foundation Version Control (TFVC) within Azure Repos as part of the AZ-400 DevOps Engineer Expert certification.

Question

Drag and Drop Question Your company has four projects. The version control requirements for each project are shown in the following table. You plan to use Azure Repos for all the projects. Which version control system should you use for each project? To answer, drag the appropriate version control systems to the correct projects. Each version control system may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-400 question #65 exhibit 1
AZ-400 question #65 exhibit 2
AZ-400 question #65 exhibit 3
AZ-400 question #65 exhibit 4

Answer Area

Drag items

GitPerforceSubversionTeam Foundation Version Control

Correct arrangement

  • Team Foundation Version Control
  • Git
  • Git
  • Team Foundation Version Control

Explanation

Azure Repos supports exactly two version control systems: Git and Team Foundation Version Control (TFVC). Git is a distributed version control system ideal for projects requiring each developer to have a full local copy of the repository, enabling offline work and flexible branching. TFVC is a centralized version control system ideal for projects that require a single, centralized server repository, large binary file support, and granular permission controls at the file/folder level - which maps to the specific requirements shown in the table for Projects 1 and 4.

Topics

#Azure Repos#Version Control Systems#Git vs TFVC#Azure DevOps

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice