Microsoft AZ-400 Practice Exams
Last updated on Apr 01,2025 - Exam Code: AZ-400
- Exam Name: Designing and Implementing Microsoft DevOps Solutions
- Certification Provider: Microsoft
- Latest update: Apr 01,2025
You have an Azure DevOps organization named Contoso and an Azure DevOps project named Project1.
You plan to use Microsoft-hosted agents to build container images that will host full Microsoft .NET Framework apps in a YAML pipeline in Project1.
What are two possible virtual machine images that you can use for the Microsoft-hosted agent pool? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . vs2017-win2016
- B . ubuntu-16.04
- C . win1803
- D . macOS-10.13
- E . vs.2015-win2012r2
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.
Your company has a project in Azure DevOps for a new web application.
You need to ensure that when code is checked in, a build runs automatically.
Solution: From the Triggers tab of the build pipeline, you select Enable continuous integration.
Does this meet the goal?
- A . Yes
- B . No
You are using GitHub as a source code repository.
You create a client-side Git hook on the commit-msg event. The hook requires that each commit message contain a custom work item tag.
You need to make a commit that does not have a work item tag.
Which git commit parameter should you use?
- A . –squash
- B . –no-verify
- C . –message ”
- D . –no-post-rewrite
You need to consider the underlined segment to establish whether it is accurate.
The Burnup widget measures the elapsed time from creation of work items to their completion.
Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.
- A . No adjustment required.
- B . Lead time
- C . Test results trend
- D . Burndown
You have a GitHub repository.
You need to ensure that all changes to code are validated by your company’s security department before the main branch is deployed.
Which two actions can you perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Require signed commits.
- B . Create a branch protection rule for the feature branches.
- C . Create a LICENSE le.
- D . Create a branch protection rule for the main branch.
- E . Create a CODEOWNERS le.
HOTSPOT
You company uses a Git source-code repository.
You plan to implement GitFlow as a work ow strategy.
You need to identify which branch types are used for production code and preproduction code in the strategy.
Which branch type should you identify for each code type? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
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.
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?
- A . OpenID
- B . GitHub App
- C . a personal access token (PAT)
- D . SAML
You manage a project by using Azure Boards. You manage the project code by using GitHub.
You have three work items that have IDs of 456, 457, and 458.
You need to create a pull request that will be linked to all the work items. The solution must set the state of work item 456 to done.
What should you add to the commit message?
- A . Fixes #456, #457, #458
- B . Fixes #AB456, #AB457, #AB458
- C . #456, #457, #458
Completed #456 - D . #AB456, #AB457, #AB458
You are creating a build pipeline in Azure Pipelines.
You de ne several tests that might fail due to third-party applications.
You need to ensure that the build pipeline completes successfully if the third-party applications are unavailable.
What should you do?
- A . Configure the build pipeline to use parallel jobs
- B . Configure flaky tests
- C . Increase the test pass percentage
- D . Add the Requirements quality widget to your dashboard