AZ-400 Dumps

AZ-400 Free Practice Test

Microsoft AZ-400: Microsoft Azure DevOps Solutions (beta)

QUESTION 101

- (Exam Topic 4)
Your company has four projects. The version control requirements for each project are shown in the following table.
AZ-400 dumps exhibit
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.
AZ-400 dumps exhibit
Solution:
* 1 -> TFVS Refer :
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/control-access-team-foundation-version-control?view=
* 2 -> TFVS Refer :
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies?view=azure-devops
* 3 -> Git Refer :
https://docs.microsoft.com/en-us/azure/devops/repos/git/share-your-code-in-git-xcode?view=azure-devops
* 4 -> TFVS Refer
:https://docs.microsoft.com/en-us/azure/devops/organizations/security/permissions?view=azure-devops#tfvc

Does this meet the goal?

Correct Answer: A

QUESTION 102

- (Exam Topic 4)
You plan to deploy a template named D:Deploy.json to a resource group named Deploy-lod9940427. You need to modify the template to meet the following requirements, and then to deploy the template:
AZ-400 dumps exhibit The address space must be reduced to support only 256 total IP addresses.
AZ-400 dumps exhibit The subnet address space must be reduced to support only 64 total IP addresses. To complete this task, sign in to the Microsoft Azure portal.
Solution:
* 1. Sign in to the portal,
* 2. Choose template Deploy-lod9940427
* 3. Select Edit template, and then paste your JSON template code into the code window.
* 4. Change the ASddressPrefixes to 10.0.0.0/24 in order to support only 256 total IP addresses. addressSpace":{"addressPrefixes": ["10.0.0.0/24"]},
* 5. Change the firstSubnet addressprefix to 10.0.0.0/26 to support only 64 total IP addresses. "subnets":[
{
"name":"firstSubnet", "properties":{ "addressPrefix":"10.0.0.0/24"
}
* 6. Select Save.
AZ-400 dumps exhibit
* 7. Select Edit parameters, provide values for the parameters that are shown, and then select OK.
* 8 Select Subscription. Choose the subscription you want to use, and then select OK.
* 9. Select Resource group. Choose an existing resource group or create a new one, and then select OK.
AZ-400 dumps exhibit
* 10. Select Create. A new tile on the dashboard tracks the progress of your template deployment. References:
https://docs.microsoft.com/en-us/azure-stack/user/azure-stack-deploy-template-portal?view=azs-1908
https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/update-resource

Does this meet the goal?

Correct Answer: A

QUESTION 103

- (Exam Topic 4)
You need to recommend project metrics for dashboards in Azure DevOps.
Which chart widgets should you recommend for each metric? To answer, drag the appropriate chart widgets to the correct metrics. Each chart widget 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.
AZ-400 dumps exhibit
Solution:
Box 1: Lead time
Lead time measures the total time elapsed from the creation of work items to their completion. Box 2: Cycle time
Cycle time measures the time it takes for your team to complete work items once they begin actively working on them.
Box 3: Burndown
Burndown charts focus on remaining work within a specific time period.

Does this meet the goal?

Correct Answer: A

QUESTION 104

- (Exam Topic 4)
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.
AZ-400 dumps exhibit
Solution:
All Azure Artifacts feeds require authentication, so you'll need to store credentials for the feed before you can install or publish packages. npm uses .npmrc configuration files to store feed URLs and credentials. Azure DevOps Services recommends using two .npmrc files.
Feed registry information: The .npmrc file in the project
One .npmrc should live at the root of your git repo adjacent to your project's package.json. It should contain a "registry" line for your feed and it should not contain credentials since it will be checked into git.
Credentials: The .npmrc file in the user's home folder
On your development machine, you will also have a .npmrc in $home for Linux or Mac systems or
$env.HOME for win systems. This .npmrc should contain credentials for all of the registries that you need to connect to. The NPM client will look at your project's .npmrc, discover the registry, and fetch matching credentials from $home/.npmrc or $env.HOME/.npmrc.
References:
https://docs.microsoft.com/en-us/azure/devops/artifacts/npm/npmrc?view=azure-devops&tabs=windows

Does this meet the goal?

Correct Answer: A

QUESTION 105

- (Exam Topic 4)
You have the services shown in the following table.
AZ-400 dumps exhibit
You manage a project by using Azure Boards.
You need to notify the services Of build Status changes. Which services can be notified by using a webhook?

Correct Answer: C