00:00

QUESTION 96

- (Exam Topic 4)
You are developing an open source solution that uses a GitHub repository. You create a new public project in Azure DevOps.
You plan to use Azure Pipelines for continuous build. The solution will use the GitHub Checks API. Which authentication type should you use?

Correct Answer: C
https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml https://developer.github.com/v3/checks/

QUESTION 97

- (Exam Topic 4)
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
• The builds must access an on-premises dependency management system.
• The build outputs must be stored as Server artifacts in Azure DevOps.
• The source code must be stored in a Git repository in Azure DevOps.
Solution: Configure the build pipeline to use a Hosted Ubuntu agent pool. Include the Java Tool Installer task in the build pipeline. Does this meet the goal?

Correct Answer: A

QUESTION 98

- (Exam Topic 4)
You have a multi-tier application. The front end of the application is hosted in Azure App Service. You need to identify the average load times of the application pages. What should you use?

Correct Answer: B

QUESTION 99

- (Exam Topic 3)
You need to perform the GitHub code migration. The solution must support the planned changes for the DevOps environment.
What should you use?

Correct Answer: A
Woodgrove Bank plans to implement the following changes to the DevOps environment:
AZ-400 dumps exhibit Migrate all the source code from TFS1 to GitHub.
The Git-TFS tool is a two-way bridge between Team Foundation Version Control and Git, and can be used to perform a migration.
Reference:
https://docs.microsoft.com/en-us/devops/develop/git/migrate-from-tfvc-to-git

QUESTION 100

- (Exam Topic 4)
You manage projects by using Azure Boards.
You have a current work item name itemA that is dependant on a work item named item3. You need to define the dependency for itemA.
What should you do in the web portal for Azure DevOps?

Correct Answer: B