Microsoft AZ-400 Practice Exams
Last updated on Apr 02,2025- Exam Code: AZ-400
- Exam Name: Designing and Implementing Microsoft DevOps Solutions
- Certification Provider: Microsoft
- Latest update: Apr 02,2025
DRAG DROP
You need to find and isolate shared code. The shared code will be maintained in a series of packages.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
You use Azure Pipelines to manage project builds and deployments.
You plan to use Azure Pipelines for Microsoft Teams to notify the legal team when a new build is ready for release. You need to configure the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams.
What should you turn on?
- A . Third-party application access via OAuth
- B . Azure Active Directory Conditional Access Policy Validation
- C . Alternate authentication credentials
- D . SSH authentication
You are configuring project metrics for dashboards in Azure DevOps.
You need to configure a chart widget that measures the elapsed time to complete work items once they become active.
Which of the following is the widget you should use?
- A . Cumulative Flow Diagram
- B . Burnup
- C . Cycle time
- D . Burndown
You use Azure Pipelines pipeline to build and deploy an app named App1.
You need to ensure that before App1 is deployed, all the code for the app passes a security validation by using a custom tool.
What should you do?
- A . Add a status check to the policies of the branch used by your company’s development department. Most Voted
- B . Add a status check to the policies of the main branch.
- C . Add a service hook to the project.
- D . Limit the job authorization scope to the current project for all the release pipelines.
You have the following Azure policy.
You assign the policy to the Tenant root group.
What is the effect of the policy?
- A . prevents all HTTP traffic to existing Azure Storage accounts
- B . ensures that all traffic to new Azure Storage accounts is encrypted
- C . prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the Internet
- D . ensures that all data for new Azure Storage accounts is encrypted at rest
You have the following Azure policy.
You assign the policy to the Tenant root group.
What is the effect of the policy?
- A . prevents all HTTP traffic to existing Azure Storage accounts
- B . ensures that all traffic to new Azure Storage accounts is encrypted
- C . prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the Internet
- D . ensures that all data for new Azure Storage accounts is encrypted at rest
HOTSPOT
You have an app named App1 that is built and deployed by using containers.
The Docker le for App1 has the following definition.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
DRAG DROP –
Your company has a project in Azure DevOps.
You plan to create a release pipeline that will deploy resources by using Azure Resource Manager templates.
The templates will reference
secrets stored in Azure
Key Vault.
You need to recommend a solution for accessing the secrets stored in the key vault during deployments. The solution must use the principle of least privilege.
What should you include in the recommendation? To answer, drag the appropriate configurations to the correct targets. Each configuration 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.
You store source code in a Git repository in Azure Repos. You use a third-party continuous integration (CI) tool to control builds.
What will Azure DevOps use to authenticate with the tool?
- A . certificate authentication
- B . a personal access token (PAT)
- C . a Shared Access Signature (SAS) token
- D . NTLM authentication
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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment.
You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos.
Solution: You add a trigger to the build pipeline.
Does this meet the goal?
- A . Yes
- B . No