Microsoft AZ-400 Übungsprüfungen
Zuletzt aktualisiert am 06.06.2025- Prüfungscode: AZ-400
- Prüfungsname: Designing and Implementing Microsoft DevOps Solutions
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 06.06.2025
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.
DRAG DROP
You have an Azure subscription that uses Azure Monitor and contains a Log Analytics workspace.
You have an encryption key.
Which five 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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
You have an app named App1 that you release by using Azure Pipelines.
App1 has the versions shown in the following table.
You complete a code change to x a bug that was introduced in version 3.4.3.
Which version number should you assign to the release?
- A . 3.4.4
- B . 3.4.8
- C . 3.5.0
- D . 4.0.1
DRAG DROP
You have a GitHub repository that contains the code for an app named App1.
App1 depends on a library of functions from a repository at https: //github.com/contoso/afeed.
You need to keep a clone of the afeed repository as a subdirectory of the App1 repository.
How should you complete the Git command? To answer, drag the appropriate values to the correct targets. Each value 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
Your company is creating a suite of three mobile applications.
You need to control access to the application builds. The solution must be managed at the organization level.
What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
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?
- A . Yes
- B . No
HOTSPOT
You have an Azure DevOps project that is used to build and test an app named App1.
You need to troubleshoot the following issues:
• Most bugs are detected and reported by customers.
• It takes a long time to detect failures.
Which metric should you review for each issue? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You use GitHub for source control and Azure Boards for project management. GitHub and Azure Boards are integrated.
You plan to create a pull request in GitHub.
You need to automatically link the request to an existing Azure Boards work item by using the text of AB#.
To which two elements can you add the text? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . milestone
- B . label
- C . title
- D . comment
- E . description
You have a private distribution group that contains provisioned and unprovisioned devices.
You need to distribute a new iOS application to the distribution group by using Microsoft Visual Studio App Center.
What should you do?
- A . Select Register devices and sign my app.
- B . Create an active subscription in App Center Test.
- C . Add the device owner to the organization in App Center.
- D . Create an unsigned build.
Your team uses Azure Pipelines to deploy applications.
You need to ensure that when a failure occurs during the build or release process, all the team members are notified by using Microsoft Teams. The solution must minimize development effort.
What should you do?
- A . Install the Azure Boards app for Teams and configure a subscription to receive notifications in a channel.
- B . Use Azure Automation to connect to the Azure DevOps REST API and notify the team members.
- C . Use an Azure function to connect to the Azure DevOps REST API and notify the team members.
- D . Install the Azure Pipelines app for Teams and configure a subscription to receive notifications in a channel.