Microsoft AZ-400 Designing and Implementing Microsoft DevOps Solutions Online Training
Microsoft AZ-400 Online Training
The questions for AZ-400 were last updated at Dec 19,2024.
- Exam Code: AZ-400
- Exam Name: Designing and Implementing Microsoft DevOps Solutions
- Certification Provider: Microsoft
- Latest update: Dec 19,2024
Your company deploys applications m Docket containers.
You want to detect known exploits in the Docket images used to provision the Docker containers. You need to integrate image scanning into the application lifecycle. The solution must expose the exploits as early as possible during the application lifecycle.
What should you configure?
- A . a task executed in the continuous deployment pipeline and a scheduled task against a running production container.
- B . a task executed in the continuous integration pipeline and a scheduled task that analyzes the production container.
- C . a task executed in the continuous integration pipeline and a scheduled task that analyzes the image registry
- D . manual tasks performed during the planning phase and the deployment phase
You are developing a multi-tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end. The application will use Azure functions to write some data to Azure Storage.
You need to send the Azure DevOps team an email message when the front end fails to return a status code of 200.
Which feature should you use?
- A . Service Map in Azure Log Analytics
- B . Profiler in Azure Application Insights
- C . availability tests in Azure Application Insights
- D . Application Map in Azure Application Insights
DRAG DROP
Your company plans to deploy an application to the following endpoints:
• Ten virtual machines hosted in Azure.
• Ten virtual machines hosted in an on-premises data center environment
All the virtual machines have the- Azure Pipelines agent.
You need to implement a release strategy for deploying the application to the endpoints.
What should you recommend using to deploy the application to the endpoints? To answer, drag the appropriate components to the correct endpoint. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or soon to view content. NOTE: Each correct selection n worth one point.
DRAG DROP
You need to configure access to Azure DevOps Agent pools to meet the forwarding requirements:
• Use a project agent pool when authoring build release pipelines.
• View the agent pool and agents of the organization.
• Use the principle of least privilege.
Which role memberships are required for the Azure 0e%Oos organization and the project? To answer, drag the appropriate role membership to the correct targets. Each role membership may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to content. NOTE: Each correct selection is worth one point.
HOTSPOT
You are configuring a release pipeline in Azure DevOps as shown in the exhibit.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
Your company has a project in Azure DevOps for a new web application.
The company uses Service Now for change management.
You need to ensure that a change request is processed before any components can be deployed to the production environment.
What are two ways to integrate into the Azure DevOps release pipeline? Each correct answer
presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Define a deployment control that invokes the Service Now SOAP API.
- B . Define a post deployment gate after the deployment to the QA stage.
- C . Define a deployment control that invokes the ServiceNow REST API.
- D . Define a pre deployment gate before the deployment to the Prod stage.
Your company has an on-premises Bitbucket Server that is used for Git-based source control. The server is protected by a firewall that blocks inbound Internet traffic.
You plan to use Azure DevOps to manage the build and release processes.
Which two components are required to integrate Azure DevOps and Bitbucket? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one port.
- A . an External Git service connection
- B . a Microsoft hosted agent
- C . service hooks
- D . a self- hosted agent
- E . a deployment M group
DRAG DROP
Your company has four projects.
The version control requirements for each project are shown in the following table.
You plan to use Azure Repos for all the projects.
Which version control system should you use for each project? To answer, drag the appropriate version control systems to the correct projects. Each version control system 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 mc configuring Azure DevOps build pipelines.
You plan to use hosted build agents.
Which build agent pool should you use to compile each application type? To answer, drag the appropriate built agent pools to the correct application types. Each butt agent pool 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 have a brand policy in a project in Azure DevOps. The policy requires that code always builds
successfully.
You need to ensure that a specific user can always merge change to the master branch, even if the code fails to compile. The solution must use the principle of least privilege.
What should you do?
- A . From the Security setting of the repository, modify the access control tor the user.
- B . From the Security settings of the branch, modify the access control for the user.
- C . Add the user to the Build Administrators group,
- D . Add the user to the Project Administrators group