Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 1 question 13 discussion

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

You are making use of Azure DevOps to configure Azure Pipelines for project, named PROJ-01.
You are preparing to use a version control system that allows for source code to be stored on a managed Windows server located on the company network.
Which of the following is the version control system you should use?

  • A. Github Enterprise
  • B. Bitbucket cloud
  • C. Github Professional
  • D. Git in Azure Repos
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
syu31svc
Highly Voted 2 years, 3 months ago
Selected Answer: A
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). Answer is A
upvoted 9 times
...
Dankho
Most Recent 1 day, 21 hours ago
Selected Answer: D
Azure Repos provides Git-based version control directly integrated with Azure DevOps.
upvoted 1 times
...
Dankho
1 day, 21 hours ago
Selected Answer: D
While GitHub Enterprise supports private repositories and can be hosted on-premises, it is not a direct part of Azure DevOps. Additionally, the question does not mention using GitHub Enterprise or hosting GitHub on the company network.
upvoted 1 times
...
Lubomir
2 weeks, 2 days ago
GitHub Enterprise allows installation on Win servers, therefore it should be the correct answer: To install GitHub Enterprise Server on Hyper-V, you must deploy onto a machine running Windows Server 2008 through Windows Server 2022.
upvoted 1 times
...
heyhuryu
3 weeks, 3 days ago
D. Git in Azure Repos Git in Azure Repos allows code to be managed and hosted on Azure DevOps, which provides a controlled environment integrated with Azure Pipelines. You can synchronize or mirror this code to an on-premises environment if needed. GitHub Enterprise (A) and GitHub Professional (C) are both GitHub-based solutions, which are primarily cloud-hosted platforms. While GitHub Enterprise can be hosted on-premises, it is not directly integrated with Azure DevOps. Bitbucket Cloud (B) is a cloud-based solution hosted by Atlassian and does not offer on-premises hosting options for a Windows server. Thus, Git in Azure Repos is the best option for your requirements in Azure DevOps.
upvoted 2 times
...
tecinfo
4 weeks, 1 day ago
The correct answer is D. Git in Azure Repos. Explanation: Since the question specifies that the source code needs to be stored on a managed Windows server located on the company network, Azure DevOps provides an option for on-premises version control through Azure Repos, which can be configured to run on a company's own infrastructure. Azure Repos supports both Git and Team Foundation Version Control (TFVC). GitHub Enterprise (A) and GitHub Professional (C) are cloud-based services, not designed for hosting on managed Windows servers within the company network. Bitbucket Cloud (B) is also a cloud-based version control system and doesn't fit the requirement of storing the source code on an internal company server. Git in Azure Repos (D) is the correct choice, as it can be used on-premises via Azure DevOps Server, which is designed to run on a company's network infrastructure. Thus, the correct version control system for this scenario is Git in Azure Repos.
upvoted 1 times
...
mehak2020
1 month, 2 weeks ago
What is the correct answer ?
upvoted 1 times
...
zellck
1 month, 4 weeks ago
Selected Answer: A
A is the answer. https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server#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. Developers familiar with GitHub.com can onboard and contribute seamlessly using familiar features and workflows.
upvoted 2 times
...
vLabz
1 year, 1 month ago
Selected Answer: D
Azure Repos exists in Azure DevOps Server (on prem) Question does not talk about Azure DevOps Service, it only mentions Azure DevOps. Github Enterprise runs on Linux. Azure DevOps is the only possible solution.
upvoted 2 times
cluqueg
1 year ago
Github could also be installed on Windows with Hyper-X https://docs.github.com/en/[email protected]/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v. Moreover, Azure DevOps server could work as well: https://learn.microsoft.com/en-us/azure/devops/server/install/single-server?view=azure-devops-2022
upvoted 3 times
kiko90909
3 months, 2 weeks ago
to store source code on a managed Windows server located on the company network, the best choice would be D. Git in Azure Repos. Azure Repos is integrated with Azure DevOps and allows you to host your repositories on your own infrastructure, providing the control and security you need.
upvoted 1 times
...
...
...
BayleafSoftware
1 year, 1 month ago
Selected Answer: D
Git in Azure Repos as stated, the question says "Windows" servers.
upvoted 2 times
...
Gabe_name
1 year, 2 months ago
The answer is not GitHub enterprise. GHES can only be run on Linux https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server
upvoted 3 times
...
yana_b
1 year, 3 months ago
Selected Answer: A
Correct answer is Github Enterprise
upvoted 1 times
...
gam19
1 year, 7 months ago
I don't get it how the picture relates to the question and answer... any comments?
upvoted 1 times
...
charlilec
1 year, 8 months ago
chatgpt: The version control system you should use is D. Git in Azure Repos. Git in Azure Repos is a version control system provided by Azure DevOps that allows you to store and manage source code on a managed Windows server located on the company network. It provides a secure and scalable solution for version control that can be integrated with Azure Pipelines for continuous integration and delivery. Github Enterprise and Github Professional are versions of Github that are installed and hosted on-premises, but they are not provided by Azure DevOps. Bitbucket cloud is a hosted version control system provided by Atlassian, not by Azure DevOps. While these systems may be suitable for version control, they are not the recommended option for use with Azure Pipelines and Azure DevOps.
upvoted 1 times
rahy2k
1 year, 7 months ago
Azure Repos can be Azure DevOps Server(on-prem) as well as Azure DevOps Service(Cloud ) ambiguity is there.A. Git Enterprise is correct only on-premise.
upvoted 1 times
FarEl
1 year, 2 months ago
Git Enterprise runs on Linux, not Windows. I think the answer is Git in Azure Repos. https://docs.github.com/en/[email protected]/admin/overview/system-overview
upvoted 1 times
...
...
...
Govcomm
2 years, 4 months ago
Git Enterprise supports hosting source code on premises.
upvoted 2 times
...
Eltooth
2 years, 6 months ago
Selected Answer: A
A is correct answer.
upvoted 3 times
...
Pravanjan
2 years, 7 months ago
Selected Answer: A
Correct!
upvoted 3 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 ...