0% found this document useful (0 votes)
588 views13 pages

Azure DevOps Exam Guide

We won't charge if Real AZ-400 Dumps PDF won't advantage of you. To support your certainty we are giving you cashback insurance. We feel joy and regarded by getting the criticism that we have gotten from the clients of this helpful study material. An understudy can likewise access to the exam that has been intended for your best execution in real AZ-400 settings.

Uploaded by

noranayel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
588 views13 pages

Azure DevOps Exam Guide

We won't charge if Real AZ-400 Dumps PDF won't advantage of you. To support your certainty we are giving you cashback insurance. We feel joy and regarded by getting the criticism that we have gotten from the clients of this helpful study material. An understudy can likewise access to the exam that has been intended for your best execution in real AZ-400 settings.

Uploaded by

noranayel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Microsoft

AZ-400
Microsoft Azure DevOps Solutions
Question: 1

HOTSPOT
How should you complete the code to initialize App Center in the mobile application? To answer,
select the appropriate options in the answer area.
NOTE: Each correct selection a worth one point.

Answer:

Explanation:
Scenario: Visual Studio App Center must be used to centralize the reporting of mobile application
crashes and device types in use.
In order to use App Center, you need to opt in to the service(s) that you want to use, meaning by
default no services are started and you will have to explicitly call each of them when starting the SDK.
Insert the following line to start the SDK in your app's AppDelegate class in the
didFinishLaunchingWithOptions method.
MSAppCenter.start("{Your App Secret}", withServices: [MSAnalytics.self, MSCrashes.self])
References:
https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/ios

Question: 2
Which branching strategy should you recommend for the investment planning applications suite?

A. release isolation
B. main only
C. development isolation
D. feature isolation

Answer: C
Explanation:
Scenario: A branching strategy that supports developing new functionality in isolation must be used.
Feature isolation is a special derivation of the development isolation, allowing you to branch one or
more feature branches from main, as shown, or from your dev branches.
When you need to work on a particular feature, it might be a good idea to create a feature branch.

Incorrect Answers:
A: Release isolation introduces one or more release branches from main. The strategy allows
concurrent release management, multiple and parallel releases, and codebase snapshots at release
time.
B: The Main Only strategy can be folder-based or with the main folder converted to a Branch, to
enable additional visibility features. You commit your changes to the main branch and optionally
indicate development and release milestones with labels.
C: Development isolation: When you need to maintain and protect a stable main branch, you can
branch one or more dev branches from main. It enables isolation and concurrent development. Work
can be isolated in development branches by feature, organization, or temporary collaboration.
References:
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/branching-strategies-withtfvc?
view=azure-devops

Question: 3
DRAG DROP
Which package feed access levels should be assigned to the Developers and Team Leaders groups for
the investment planning applications suite? To answer, drag the appropriate access levels to the
correct groups. Each access level 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.
Answer:

Explanation:
Box 1: Reader
Members of a group named Developers must be able to install packages.
Feeds have four levels of access: Owners, Contributors, Collaborators, and Readers. Owners can add
any type of identity-individuals, teams, and groups-to any access level.
Box 2: Owner
Members of a group named Team Leaders must be able to create new packages and edit the
permissions of package feeds.
Question: 4
You add the virtual machines as managed nodes in Azure Automation State Configuration.
You need to configure the computer in Group7.
What should you do?

A. Run the Register-AzureRmAutomationDscNode Azure Powershell cmdlet.


B. Modify the ConfigurationMode property of the Local Configuration Manager (LCM).
C. Install PowerShell Core.
D. Modify the RefreshMode property of the Local Configuration Manager (LCM).

Answer: A
Explanation:
The Register-AzureRmAutomationDscNode cmdlet registers an Azure virtual machine as an APS
Desired State Configuration (DSC) node in an Azure Automation account.
Scenario: The Azure DevOps organization includes:
The Docker extension
A deployment pool named Pool7 that contains 10 Azure virtual machines that run Windows Server
2016

References:
https://docs.microsoft.com/en-
us/powershell/module/azurerm.automation/registerazurermautomationdscnode

Question: 5
In Azure DevOps, you create Project3.
You need to meet the requirements of the project.
What should you do first?

A. From Azure DevOps, create a service endpoint.


B. From SonarQube, obtain an authentication token.
C. From Azure DevOps, modify the build definition.
D. From SonarQube, create a project.

Answer: A
Explanation:
The first thing to do is to declare your SonarQube server as a service endpoint in your VSTS/DevOps
project settings.
References:
https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Extension+for+vsts-TFS

Question: 6
HOTSPOT
How should you configure the filters for the Project5 trigger? To answer, select the appropriate
option in the answer area.
NOTE: Each correct selection is worth one point.
Answer:

Explanation:
Scenario:

References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers

Question: 7
DRAG DROP
You need to implement the code flow strategy for Project2 in Azure DevOps.
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 in the correct order.
Answer:

Explanation:
Step 1: Create a repository
A Git repository, or repo, is a folder that you've told Git to help you track file changes in. You can have
any number of repos on your computer, each stored in their own folder.
Step 2: Create a branch
Branch policies help teams protect their important branches of development. Policies enforce your
team's code quality and change management standards.
Step 3: Add a build validation policy
When a build validation policy is enabled, a new build is queued when a new pull request is created
or when changes are pushed to an existing pull request targeting this branch. The build policy then
evaluates the results of the build to determine whether the pull request can be completed.
Scenario:
Implement a code flow strategy for Project2 that will:
Enable Team2 to submit pull requests for Project2.
Enable Team2 to work independently on changes to a copy of Project2.
Ensure that any intermediary changes performed by Team2 on a copy of Project2 will be subject to
the same restrictions as the ones defined in the build policy of Project2.
References:
https://docs.microsoft.com/en-us/azure/devops/repos/git/manage-your-branches

Question: 8
DRAG DROP
You need to implement Project6.
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 m the correct order.

Answer:

Explanation:
Scenario: Implement Project3, Project5, Project6, and Project7 based on the planned changes
Step 1: Open the release pipeline editor.
In the Releases tab of Azure Pipelines, select your release pipeline and choose Edit to open the
pipeline editor.
Step 2: Enable Gates.
Choose the pre-deployment conditions icon for the Production stage to open the conditions panel.
Enable gates by using the switch control in the Gates section.
Step 3: Add Query Work items.
Choose + Add and select the Query Work Items gate.
Configure the gate by selecting an existing work item query.
Note: A case for release gate is:
Incident and issues management. Ensure the required status for work items, incidents, and issues.
For example, ensure deployment occurs only if no priority zero bugs exist, and validation that there
are no active incidents takes place after deployment.
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deploy-usingapprovals?
view=azure-devops#configure-gate
Question: 9
DRAG DROP
You need to implement the code flow strategy for Project2 in Azure DevOps.
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.

Answer:

Question: 10
You need to implement Project4.
What should you do first?

A. Add the FROM instruction in the Dockerfile file.


B. Add a Copy and Publish Build Artifacts task to the build pipeline.
C. Add a Docker task to the build pipeline.
D. Add the MAINTAINER instruction in the Dockerfile file.
Answer: C
Explanation:
Scenario: Implement Project4 and configure the project to push Docker images to Azure Container
Registry.

You use Azure Container Registry Tasks commands to quickly build, push, and run a Docker container
image natively within Azure, showing how to offload your "inner-loop" development cycle to the
cloud. ACR Tasks is a suite of features within Azure Container Registry to help you manage and
modify container images across the container lifecycle.
References:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-quickstart-task-cli

You might also like