Microsoft (AZ-400) Exam Questions And Answers page 45
You have a project in Azure DevOps named Project1. Project1 contains a published wiki.
You need to change the order of pages in the navigation pane of the published wiki in the Azure DevOps portal.
What should you do?
You need to change the order of pages in the navigation pane of the published wiki in the Azure DevOps portal.
What should you do?
At the root of the wiki, create a file named wiki.md that defines the page hierarchy.
Rename the pages in the navigation pane.
Drag and drop the pages in the navigation pane.
Implement and Manage
Monitor and Optimize
You are implementing a package management solution for a Node.js application by using Azure Artifacts.
You need to configure the development environment to connect to the package repository. The solution must minimize the likelihood that credentials will be leaked.
Which file should you use to configure each connection? To answer, drag the appropriate files to the correct connections. Each file 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 need to configure the development environment to connect to the package repository. The solution must minimize the likelihood that credentials will be leaked.
Which file should you use to configure each connection? To answer, drag the appropriate files to the correct connections. Each file 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.
Implement and Manage
Continuous Integration and Continuous Delivery (CI/CD)
You have a multi-tier application. The front end of the application is hosted in Azure App Service.
You need to identify the average load times of the application pages.
What should you use?
You need to identify the average load times of the application pages.
What should you use?
Azure Application Insights
the activity log of the App Service
the diagnostics logs of the App Service
Azure Advisor
Monitor and Optimize
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 plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources:
• Two resource groups
• Four Azure virtual machines in one resource group
• Two Azure SQL databases in other resource group
You need to recommend a solution to deploy the resources.
Solution: Create a main template that has two linked templates, each of which will deploy the resources in its respective group.
Does this meet the goal?
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 plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources:
• Two resource groups
• Four Azure virtual machines in one resource group
• Two Azure SQL databases in other resource group
You need to recommend a solution to deploy the resources.
Solution: Create a main template that has two linked templates, each of which will deploy the resources in its respective group.
Does this meet the goal?
Yes
No
Plan and Design
Continuous Integration and Continuous Delivery (CI/CD)
You have a build pipeline in Azure Pipelines.
You create a Slack App Integration.
You need to send build notifications to a Slack channel named #Development.
What should you do first?
You create a Slack App Integration.
You need to send build notifications to a Slack channel named #Development.
What should you do first?
Create a project-level notification.
Configure a service connection.
Create a global notification.
Creates a service hook subscription.
Implement and Manage
Continuous Integration and Continuous Delivery (CI/CD)
How should you configure the filters for the Project5 trigger? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
NOTE: Each correct selection is worth one point.
Plan and Design
Continuous Integration and Continuous Delivery (CI/CD)
You have an Azure DevOps project named Project1 and an Azure subscription named Sub1.
You need to prevent releases from being deployed unless the releases comply with the Azure Policy rules assigned to Sub1.
What should you do in the release pipeline of Project1?
You need to prevent releases from being deployed unless the releases comply with the Azure Policy rules assigned to Sub1.
What should you do in the release pipeline of Project1?
Add a deployment gate.
Modify the Deployment queue settings.
Configure a deployment trigger.
Create a pipeline variable.
Implement and Manage
Continuous Integration and Continuous Delivery (CI/CD)
SIMULATION
You need to prepare a network security group (NSG) named az400-9940427-nsg1 to host an Azure DevOps pipeline agent. The solution must allow only the required outbound port for Azure DevOps and deny all other inbound and outbound access to the Internet.
To complete this task, sign in to the Microsoft Azure portal.
You need to prepare a network security group (NSG) named az400-9940427-nsg1 to host an Azure DevOps pipeline agent. The solution must allow only the required outbound port for Azure DevOps and deny all other inbound and outbound access to the Internet.
To complete this task, sign in to the Microsoft Azure portal.
Implement and Manage
Continuous Integration and Continuous Delivery (CI/CD)
You are preparing to deploy an Azure resource group via Terraform.
To achieve your goal, you have to install the necessary frameworks.
Which of the following are the frameworks you should use? Answer by dragging the correct options from the list to the answer area.
To achieve your goal, you have to install the necessary frameworks.
Which of the following are the frameworks you should use? Answer by dragging the correct options from the list to the answer area.
Implement and Manage
Continuous Integration and Continuous Delivery (CI/CD)
You plan to onboard 10 new developers.
You need to recommend a development environment that meets the following requirements:
• Integrates with GitHub
• Provides integrated debugging tools
• Supports remote workers and hot-desking environments
• Supports developers who use browsers, tablets, and Chromebooks
What should you recommend?
You need to recommend a development environment that meets the following requirements:
• Integrates with GitHub
• Provides integrated debugging tools
• Supports remote workers and hot-desking environments
• Supports developers who use browsers, tablets, and Chromebooks
What should you recommend?
VS Code
Xamarin Studio
MonoDevelop
Github Studio Codespaces
Plan and Design
Implement and Manage
Comments