Practice Free AZ-400 Exam Online Questions
DRAG DROP
You create a Git repository named Repo1 in Azure Repos.
You need to configure Repo1 to meet the following requirements:
• Work items must be linked to a pull request.
• Pull requests must have a minimum of two reviewers.
• Pull requests must complete a code review by using a third-party tool.
The solution must minimize administrative effort.
Which type of policy should you use for each requirement? To answer, drag the appropriate policy types to the correct requirements. Each type policy 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.

HOTSPOT –
You have the Azure DevOps pipeline shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: 1 –
The Cloud agent job only.
Box 2: 4 –
The pipeline has the four tasks: NuGet restore, Compile Application, Copy Files, and Publish Artifact.
Reference: https: //azuredevopslabs.com/labs/azuredevops/continuousintegration/
DRAG DROP
You have a project in Azure DevOps.
You need to configure a dashboard.
The solution must include the following metrics:
• Bottlenecks in the software development process
• A burndown chart for the work in a single iteration
• How long it takes to close a work item after the item was started
Which type of widget should you use for each metric? To answer, drag the appropriate widget types to the correct metrics. Each widget type 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.

DRAG DROP
You have a project in Azure DevOps.
You need to configure a dashboard.
The solution must include the following metrics:
• Bottlenecks in the software development process
• A burndown chart for the work in a single iteration
• How long it takes to close a work item after the item was started
Which type of widget should you use for each metric? To answer, drag the appropriate widget types to the correct metrics. Each widget type 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.

Your company implements an Agile development methodology.
You plan to implement retrospectives at the end of each sprint.
Which three questions should you include? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Who performed well?
- B . Who should have performed better?
- C . What could have gone better?
- D . What went well?
- E . What should we try next?
Your company implements an Agile development methodology.
You plan to implement retrospectives at the end of each sprint.
Which three questions should you include? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Who performed well?
- B . Who should have performed better?
- C . What could have gone better?
- D . What went well?
- E . What should we try next?
Your company implements an Agile development methodology.
You plan to implement retrospectives at the end of each sprint.
Which three questions should you include? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Who performed well?
- B . Who should have performed better?
- C . What could have gone better?
- D . What went well?
- E . What should we try next?
You have a free tier of an Azure DevOps organization named Contoso. Contoso contains 10 private projects. Each project has multiple jobs with no dependencies. The build process requires access to resource les located in an on-premises le system. You frequently run the jobs on five self-hosted agents but experience long build times and frequently queued builds.
You need to minimize the number of queued builds and the time it takes to run the builds.
What should you do?
- A . Configure the pipelines to use the Microsoft-hosted agents.
- B . Register additional self-hosted agents.
- C . Purchase self-hosted parallel jobs.
- D . Purchase Microsoft-hosted parallel jobs.
You have a project in Azure DevOps named Project1. Project1 contains a pipeline that builds a container image named Image1 and pushes Image1 to an Azure container registry named ACR1. Image1 uses a base image stored in Docker Hub. You need to ensure that Image1 is updated automatically whenever the base image is updated.
What should you do?
- A . Enable the Azure Event Grid resource provider and subscribe to registry events.
- B . Add a Docker Hub service connection to Azure Pipelines.
- C . Create and run an Azure Container Registry task.
- D . Create a service hook in Project1.
You have an Azure DevOps organization named Contoso and an Azure subscription.
You use Azure DevOps to build a containerized app named App1 and deploy App1 to an Azure container instance named ACI1.
You need to restart ACI1 when App1 stops responding.
What should you do?
- A . Add a liveness probe to the YAML configuration of App1.
- B . Add a readiness probe to the YAML configuration of App1.
- C . Use Connection Monitor in Azure Network Watcher.
- D . Use IP ow verify in Azure Network Watcher.