exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 6 discussion

Actual exam question from Microsoft's AZ-400
Question #: 6
Topic #: 7
[All AZ-400 Questions]

DRAG DROP -
You are configuring Azure Pipelines for three projects in Azure DevOps as shown in the following table.

Which version control system should you recommend 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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Project1:Git in Azure Repos -

Project2: Github Enterprise -
GitHub Enterprise is the on-premises version of GitHub.com. GitHub Enterprise includes the same great set of features as GitHub.com but packaged for running on your organization's local network. All repository data is stored on machines that you control, and access is integrated with your organization's authentication system (LDAP, SAML, or CAS).

Project3: Bitbucket cloud -
One downside, however, is that Bitubucket does not include support for SVN but this can be easily amended migrating the SVN repos to Git with tools such as
SVN Mirror for Bitbucket .
Note: SVN is a centralized version control system.
Incorrect Answers:
Bitbucket:
Bitbucket comes as a distributed version control system based on Git.
Note: A source control system, also called a version control system, allows developers to collaborate on code and track changes. Source control is an essential tool for multi-developer projects.
Our systems support two types of source control: Git (distributed) and Team Foundation Version Control (TFVC). TFVC is a centralized, client-server system. In both Git and TFVC, you can check in files and organize files in folders, branches, and repositories.
Reference:
https://www.azuredevopslabs.com/labs/azuredevops/yaml/
https://enterprise.github.com/faq

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
TosO
Highly Voted 4 years, 7 months ago
1 -> Git in Azure DevOps 2 -> Github Enterprise 3 -> Subversion
upvoted 141 times
MSMaster2020
3 years, 8 months ago
Are we missing an option for Gihub in Azure DevOps in the Version Control Systems?
upvoted 2 times
...
Dani_ac7
1 year, 3 months ago
3 -> Subversion --> Is subversion because "centralized" = Subersion, "distrubited" = git
upvoted 1 times
...
SoftwareEngineeringMaster
2 years, 4 months ago
%100 wrong answer….. the correct as given above…. You get from where Git in Azure DevOps. Even you %100 right you still need to follow the rule who wrote the test. :)
upvoted 2 times
...
...
Samhara
Highly Voted 4 years, 4 months ago
Verified 1 -Git in Azure DevOps 2 - Github Enterprise 3 - Subversion
upvoted 29 times
...
ozbonny
Most Recent 8 months, 1 week ago
Azure Repos Github Enterprise Bitbucket Cloud
upvoted 4 times
...
vsvaid
10 months, 1 week ago
3rd option should be subversion. Subversion (SVN) and TFS are centralized system. Git is distributed
upvoted 1 times
...
zellck
1 year, 4 months ago
1. Git in Azure repos 2. GitHub Enterprise 3. Subversion https://learn.microsoft.com/en-us/training/modules/describe-types-of-source-control-systems/2-understand-centralized ome of the most common-centralized version control systems you may have heard of or used are Team Foundation Version Control (TFVC), CVS, Subversion (or SVN), and Perforce.
upvoted 7 times
zellck
1 year, 4 months ago
https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server GitHub Enterprise Server is a self-hosted platform for software development within your enterprise. Your team can use GitHub Enterprise Server to build and ship software using Git version control, powerful APIs, productivity and collaboration tools, and integrations. GitHub Enterprise Server runs on your infrastructure and is governed by access and security controls that you define, such as firewalls, network policies, IAM, monitoring, and VPNs. GitHub Enterprise Server is suitable for use by enterprises that are subject to regulatory compliance, which helps to avoid issues that arise from software development platforms in the public cloud.
upvoted 5 times
...
...
Rams_84zO6n
1 year, 7 months ago
1. Git in Azure repos 2. Github Enterprise 3. Subversion https://www.azuredevopslabs.com/labs/azuredevops/yaml/#task-4-adding-a-yaml-build-definition When you define a new pipeline and choose a repo from Azure Repos Git, you get the option to pick a pre-configured YAML configuration.
upvoted 2 times
...
lugia4000
1 year, 8 months ago
Came out at 20230215
upvoted 7 times
...
syu31svc
2 years, 2 months ago
Project 1 "preconfigured YAML" so Git in Azure Repos Project 2 "company network so GitHub Enterprise" Project 3 "centralized version control" so subversion
upvoted 4 times
...
UnknowMan
2 years, 5 months ago
1 -> Git in Azure DevOps -> CICD 2 -> Github Enterprise -> On Premise GitHub 3 -> Subversion -> Centralized (git is decentralized)
upvoted 5 times
...
rdemontis
2 years, 7 months ago
IMHO answers are 1. Git in Azure DevOps 2. GitHub Enterprise 3. Subversion As the answer explanation itself states Bitbucket is decentralized like Git.
upvoted 4 times
...
lugospod
2 years, 8 months ago
Got this January 2022.
upvoted 3 times
...
celciuz
3 years, 2 months ago
This question came out, August 2021. The correct answer should be: 1. Git in Azure Repos - You can store YAML pipeline config files in Azure Repos Git to be referenced in your Pipelines. 2. GitHub Enterprise - Only solution here that enables you to host your Git Repo on premise privately 3. Assembla Subversion - SVN is a centralized version control.
upvoted 5 times
...
celciuz
3 years, 2 months ago
This question came out, August 2021
upvoted 1 times
...
Ravi22
3 years, 4 months ago
1 Git in Azure Repos 2 Github Enterprise 3 Aseembla Subversion --Varified answer
upvoted 5 times
...
Sri_Hari
3 years, 7 months ago
Git in Azure Repos GitHub Enterprise Assembla Subversion
upvoted 4 times
...
RKS
3 years, 8 months ago
1 -> Git in Azure DevOps 2 -> Github Enterprise 3 -> Subversion
upvoted 1 times
...
vglearn
3 years, 8 months ago
Answer Should be 1-> Git in Azure Repos 2->GitHub Enterprise 3->Subversion Explanation 1. Here since you are going to making use of YAML files for Azure Pipelines, the best solution would be to use Git in Azure Repos 2. Here you can use GitHub Enterprise. This allows you to host a Git repository on your on-premise environment to keep it private. 3. Subversion is a centralized source code versioning system.
upvoted 7 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