Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Microsoft Azure DevOps Solutions Question and Answers

Microsoft Azure DevOps Solutions

Last Update Nov 30, 2025
Total Questions : 564

We are offering FREE AZ-400 Microsoft exam questions. All you do is to just go and sign up. Give your details, prepare AZ-400 free exam questions and then go for complete pool of Microsoft Azure DevOps Solutions test questions that will help you more.

AZ-400 pdf

AZ-400 PDF

$40.25  $114.99
AZ-400 Engine

AZ-400 Testing Engine

$47.25  $134.99
AZ-400 PDF + Engine

AZ-400 PDF + Testing Engine

$61.25  $174.99
Questions 1

Note: This question is part of a series of questions that present the same scenario. Eachquestion 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 beable to return to it. As a result, these questions will not appear in the review screen.

You have an approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.

You have a policystating that approvals must occur within eight hours.

You discover that deployment fail if the approvals take longer than two hours.

You need to ensure that the deployments only fail if the approvals take longer than eight hours.

Solution: FromPre-deployment conditions, you modify the Time between re-evaluation of gates option.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 2

You have an application that consists of several Azure App Service web apps and Azure functions.

You need to access the security of the web apps and the functions.

Which Azure features can you use to provide a recommendation for the security of the application?

Options:

A.  

Security & Compliance in Azure Log Analytics

B.  

Resource health in Azure Service Health

C.  

Smart Detection in Azure Application Insights

D.  

Compute & apps inAzure Security Center

Discussion 0
Questions 3

Note: This question is part of a series of questions that present the samescenario. 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 have an Azure DevOps project.

Your build process creates several artifacts.

You need to deploy the artifacts to on-premises servers.

Solution:You deploy a Kubernetes cluster on-premises. You deploy a Helm agent to the cluster. You add a Download Build Artifacts task to the deployment pipeline.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 4

You have a GitHub repository named repo1.

You migrate repo1 to an Azure Repos repository named repo2.

After themigration, changes are made to repo1.

You need to sync the changes to repo2.

How should you complete the script? 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 dragthe split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 5

You have a project in Azure DevOps that contains a release pipeline. The pipeline contains two stages named QA and Prod. QA deploys code to an Azure webapp named webapp1. Prod deploys code to an Azure web app named webapp2.

You need to ensure that code deployments to webapp2 are blocked if Azure Application Insights generates Failed requests alerts following the deployment of new code to webapp1.

What should you do for each stage? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 6

Your company uses the following resources:

Windows Server 2019 container imageshosted in an Azure Container Registry

Azure virtual machines that run the latest version of Ubuntu An Azure

Log Analytics workspace Azure Active Directory (Azure AD)

An Azure key vault

For which two resources can you receive vulnerability assessments in Azure Security Center? Each correct answer presents part of the solution.

Options:

A.  

the Azure Log Analytics workspace

B.  

the Azure key vault

C.  

the Azure virtual machines that run the latest version of Ubuntu

D.  

Azure Active Directory (Azure AD)

E.  

the Windows Server 2019 container images hosted in the Azure Container Registry

Discussion 0
Questions 7

You have a project in Azure DevOps namedProject that contains a Kanban board named Board1.

You create a Microsoft Teams channel and add the Azure Boards app to the channel.

You need to ensure that users can create work items in Board1 from Microsoft Teams.

Which command should you run?

Options:

A.  

@azure boards sign in

B.  

@azure boards link

C.  

@azure boards create

D.  

@azure boards subscriptions

Discussion 0
Questions 8

You have an Azure subscription that contains an Azure pipeline named Pipeline1 and a GitHub repository named Repo1, Repo1 contains Bicep modules. Pipeline1 deploys Azure resources by using the Bicep modules.

You need to ensure that all releases comply with Azure Policy before they are deployed to production.

What should you do?

Options:

A.  

Configure a deployment gate for Pipeline' include the Azure DevOps Security and compliance assessment task.

B.  

Create an Azure DevOps build runs on the creation of a pull request assesses the code tor compliance.

C.  

To Pipeline1, add a step that runs a What If deployment before thedeployment step.

D.  

Configure a deployment gate for Pipeline' that uses Azure Automation to run a What If deployment

Discussion 0
Questions 9

You have an Azure key vault named KV1 and three web servers.

You plan to deploy an app named App1 to the web server.

You need to ensure that App1 can retrieve a secret fromKV1.

The solution must meet the following requirements:

• Minimize the number of permission grants required

• Follow the principle of least privilege.

What should you include in the solution?

Options:

A.  

role-based access control (RBAQ permissions

B.  

a system-assigned managed identity

C.  

a user-assigned managed identity

D.  

a service principal

Discussion 0
Questions 10

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 thanone 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.

Your company uses Azure DevOps tomanage the build and release processes for applications.

You use a Git repository for applications source control.

You need to implement a pull request strategy that reduces the history volume in the master branch.

Solution: You implement a pull request strategy that uses squash merges.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 11

You have a GitHub organization named org1 and an Azure tenant named Tenant1.

You need to enable single sign-on (SSO) in Azure Active Directory (Azure AD) for the users in org1.

Which URIs should you use for the SAML configuration in Azure AD? To answer, drag the appropriate URIs to the correct settings. Each URImay 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.

Options:

Discussion 0
Questions 12

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 have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling.

You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1.

You need to ensure that an email alert is generated whenever VMSS1 scales in or out.

Solution: From Azure Monitor, create an action group.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 13

You have an Azure subscription that contains the resources shown in the following table.

Project1 produces 9pm packages that are published to Feed1. Feed1 is consumed by multiple projects.

You need to ensure that only tested packages are available for consumption. The solution must minimize development effort.

What should you do?

Options:

A.  

Create a feed view named @default. After the 9pm packages test successfully, configure a release pipeline that tags the packages as release.

B.  

Create a feed view named @release and set @release as the default view. After the 9pm packages test successfully, configure a release pipeline that tags the packages as release.

C.  

Create a feed view named @release and set @release as the default view After the 9pm packages test successfully, configure a release pipeline that promotes a package to the @release view.

D.  

Create a feed view named @default. After the 9pm packages test successfully, configure a release pipeline that promotes a package to the @default view.

Discussion 0
Questions 14

You have a GitHub repository.

You need to configure Dependabot dependency scanning. The solutionmust meet the following requirements:

• Automatically open a pull request to resolve an alert.

• Automatically open a pull request when a dependency is updated.

What should you enable for each requirement? To answer, drag the appropriate featuresto the correct requirements. Each feature 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.

Options:

Discussion 0
Questions 15

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.

Options:

Discussion 0
Questions 16

You need to recommend a procedure to implement the build agent for Project1.

Which three actions should you recommend be performed in sequence? To answer, move the appropriate actions from the list of actions tothe answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 17

In Azure DevOps, you create Project3.

You need to meet the requirements of the project.

What should you do first?

Options:

A.  

From Azure DevOps, create a service endpoint.

B.  

From Sonar Qube, obtain an authentication token.

C.  

From Azure DevOps, modify the build definition.

D.  

From Sonar Qube , create a project.

Discussion 0
Questions 18

How should you configure the filters for the Project5 trigger? To answer, select the appropriate option in the answer area.

NOTE: Each correct selectionis worth one point.

Options:

Discussion 0
Questions 19

You need to implement Project4.

What should you do first?

Options:

A.  

Add the FROM instruction in the Dockerfile file.

B.  

Adda 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.

Discussion 0
Questions 20

You need to configure Azure Automation for the computers in Pool7.

Whichthree 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.

Options:

Discussion 0
Questions 21

You need to configure Azure Automation for the computer in Group7.

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.

Options:

Discussion 0
Questions 22

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 ofactions to the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 23

Where should the build and release agents for the investment planning application suite run? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 24

To resolve the current technical issue, what should you do to theRegister-AzureRmAutomationDscNodecommand?

Options:

A.  

Change the value of theConfigurationModeparameter.

B.  

Replace theRegister-AzureRmAutomationDscNodecmdlet withRegister-AzureRmAutomationScheduledRunbook

C.  

Add theAllowModuleOverwriteparameter.

D.  

Add theDefaultProfileparameter.

Discussion 0
Questions 25

You have a project in Azure DevOps.

You plan to deploy a self-hosted agent by using an unattended configuration script.

Which two values should you define in the configuration script? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth onepoint.

Options:

A.  

authorization credentials

B.  

the project name

C.  

the deployment group name

D.  

the organization URL

E.  

the agent pool name

Discussion 0
Questions 26

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

Options:

A.  

release isolation

B.  

main only

C.  

development isolation

D.  

feature isolation

Discussion 0
Questions 27

HOTSPOT

You have an Azure virtual machine named VM1 that runs Linux.

You plan to deploy the Desired State Configuration (DSC) extension to VM1.

You need to grant the Log Analytics agent the appropriate directory permissions.

How should you complete the command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth onepoint.

Options:

Discussion 0
Questions 28

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.

Options:

Discussion 0
Questions 29

You need to configure a cloud service to store the secrets required by the mobile applications to call the share.

What should you include in thesolution? To answer, select the appropriate options m the answer area, NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 30

ION NO: 7

You have Azure Pipelines and GitHub integrated as a source code repository.

The build pipeline has continuous integration enabled.

You plan to trigger an automated build whenever code changes are committed to the repository.

You need to ensure that the system will wait until a build completes before queuing another build.

What should you implement?

Options:

A.  

path filters

B.  

batch changes

C.  

scheduled builds

D.  

branch filters

Discussion 0
Questions 31

Task 10

For Project1, you need to ensure that artifacts, symbols, and attachments are retained for 60 days.

Options:

Discussion 0
Questions 32

You have several apps that use an Azure SQLDatabase named db1.

You need to ensure that queries to db1 are tuned by Azure over time. The solution must only apply to db1.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0
Questions 33

You are designing a build and release pipeline.

You need to implement continuous integration and continuous delivery (CI/CD) for the pipeline

Which automated activities should you include in the pipeline?

Options:

A.  

unit tests, integration tests, and acceptance tests

B.  

functional tests, production tests, and production release

C.  

functional tests, regression tests, and formal assessments

D.  

unit tests, production release, and production deployment

Discussion 0
Questions 34

Task 5

For Project1, you need to create a project wiki named Wiki1 that uses the Mermaid syntax to render a diagram A sample of the desired output is stored in C:\Resources\TCPHandshake.png.

Options:

Discussion 0
Questions 35

Task 6

For Project 1. you need to create a service connection that can be used to deploy resources to the RGHod489Q1628 resource group.

The service connection must use the ManagedJd1 identity and workload identity federation.

Options:

Discussion 0
Questions 36

How should you confrere the release retention policy for the investment planning depletions suite? To answer, select the appropriate options in the answer area.

NOTE: Eachcorrect selection is worth one point.

Options:

Discussion 0
Questions 37

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.

Options:

Discussion 0
Questions 38

What should you use to implementthe code quality restriction on the release pipeline for the investment planning applications suite?

Options:

A.  

a trigger

B.  

a pre deployment approval

C.  

a post-deployment approval

D.  

a deployment gate

Discussion 0
Questions 39

You have a web app hosted on Azure App Service. The web app stores data in an Azure SQL database.

You need to generate an alert when there are 10,000 simultaneous connections to the database. The solution must minimize deve4opment effort.

Which option should you select in the Diagnostics settings of the database?

Options:

A.  

Send to Log Analytics

B.  

Archive to m storage account

C.  

Stream to an event hub

Discussion 0
Questions 40

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.

Your company uses Azure DevOps to manage the build and release processes for applications.

You usea Git repository for applications source control.

You need to implement a pull request strategy that reduces the history volume in the master branch.

Solution: You implement a pull request strategy that uses a three-way merge.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 41

Your company uses Azure DevOps for Get source control.

You have a project in Azure DevOps named Contoso App that contains the following repositories:

https://dev.azure.com/contoso/contoso-app/core-api

https://dev.azure.com/contoso/contoso-app/core-spa

https://dev.azure.com/contoso/contoso-app/core-db

You need to ensurethat developers receive Slack notifications when there are pull requests created for Contoso App.

What should you run in Slack? To answer, select the appropriate options in the answer area.

NOTE:Each correct selection is worth one point.

Options:

Discussion 0
Questions 42

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 have an Azure pipeline that is used to deploy a web app.The pipeline includes a test suite named TestSuite1. TestSuite1 is used to validate the operations of the web app.

TestSuite1 fails intermittently.

You identify that the failures are unrelated to changes in the source code and execution environment.

You need to minimize troubleshooting effort for the TestSuite1 failures.

Solution: You enable Test Impact Analysis (TIA).

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 43

Your companyplans 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 endpoints. Each component may be used once, more than once, ornot 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.

Options:

Discussion 0
Questions 44

You have anAzure Pipelines pipeline named Pipeline1 that has the following YAML definition.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 45

You have an Azure subscriptionthat contains 50 virtual machines

You plan to manage the configuration of the virtual machines by using Azure Automation State Configuration.

You need to create the Desired State Configuration (DSO configuration files.

How should structure the code blocks?

Options:

A.  

Node>Configuration>Resource

B.  

Configuration>Node> Resource

C.  

Configuration>Resource>Node

D.  

Resource>Configuration>Node

Discussion 0
Questions 46

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 usefor 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.

Options:

Discussion 0
Questions 47

You have therepositories shown in the following table.

You need to migrate the contents of the GitHub repository to the Azure Repos repository. The solution must ensure that the Azure Repos repository only contains branches and history from the GitHub repository.

Which three commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 48

You have an Azure web app named webapp1 that uses the .NET Core runtime stack. You have an Azure Application Insights resource named Applnsight1. Webapp1 sendstelemetry data to Applnsights1.

You need to ensure that webapp1 sends the telemetry data at a fixed sampling rate.

What should you do?

Options:

A.  

From the code repository of webapp1, modify the Applicationlnsights.config file.

B.  

From the code repository of webapp1, modify the Startup.cs file.

C.  

From Applnsights1. modify the Usage and estimated costs settings.

D.  

From Applnsights1, configure the Continuous export settings.

Discussion 0
Questions 49

You have an Azure Kubernetes Service (AKS) pod.

You need to configure a probe to perform the following actions:

Confirm that thepod is responding to service requests.

Check the status of the pod four times a minute.

Initiate a shutdown if the pod is unresponsive.

How should you complete the YAML configuration file? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 50

You are developinga 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 teaman email message when the front end fails to return a status code of 200.

Which feature should you use?

Options:

A.  

Service Map in Azure Log Analytics

B.  

Profiler in Azure Application Insights

C.  

availability tests in Azure Application Insights

D.  

ApplicationMap in Azure Application Insights

Discussion 0
Questions 51

You plan to deploy a solution that will include multiple microservices.

You need to recommend a deployment strategy for the microservices The solution must meet the following requirements:

• Enable testing and monitoring of changes during a gradual rollout.

• Control the number of users that will receive new code releases.

Which strategy should you recommend?

Options:

A.  

A/B

B.  

progressive exposure

C.  

blue/green

D.  

feature toggle

Discussion 0
Questions 52

Your company is building a new solution in Java.

The companycurrently uses a SonarQube server to analyze the code of .NET solutions.

You need to analyze and monitor the code quality of the Java solution.

Which task types should you add to the build pipeline?

Options:

A.  

Chef

B.  

Gradle

C.  

Octopus

D.  

Gulp

Discussion 0
Questions 53

You plan to use a NuGet package in a project in Azure DevOps. The NuGet package is in a feed that requires authentication.

You needto ensure that the project can restore the NuGet package automatically.

What should the project use to automate the authentication?

Options:

A.  

an Azure Automation account

B.  

an Azure Artifacts Credential Provider

C.  

an Azure Active Directory (Azure AD) account that has multi-factor authentication (MFA) enabled

D.  

an Azure Active Directory (Azure AD) service principalD18912E1457D5D1DDCBD40AB3BF70D5D

Discussion 0
Questions 54

You have a GitHub repository named repo1 and an Azure key vault named kv1.

In repo1, you plan to create a workflow named Workflow 1 that will deploy adatabase server by using credentials stored in kv1.

You need to ensure that Workflow1 can retrieve the credentials from kv1.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answerarea and arrange them in the correct order.

Options:

Discussion 0
Questions 55

Your team uses an agile development approach.

You need to recommend a branching strategy for the team’s Git repository. The strategymust meet the

following requirements.

Provide the ability to work on multiple independent tasks in parallel.

Ensure that checked-in code remains in a releasable state always.

Ensure that new features can be abandoned at any time.

Encourage experimentation.

What should you recommend?

Options:

A.  

a single long-running branch

B.  

multiple long-running branches

C.  

a single fork per team member

D.  

a single-running branch with multiple short-lived topic branches

Discussion 0
Questions 56

Your company has a project in Azure DevOps.

You plan to create a release pipeline that will deploy resources by using Azure Resource Manager templates. The templates will reference secrets stored in Azure Key Vault.

You need to recommend a solution for accessing the secrets stored in the key vault during deployments. The solution must use the principle of least privilege.

What should you include in the recommendation? To answer, drag the appropriate configurations to the correct targets. Each configuration 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 isworth one point.

Options:

Discussion 0
Questions 57

You are designing a build pipeline in Azure Pipelines.

The pipeline requires a self-hosted agent. The build pipeline will runonce daily and will take 30 minutes to complete.

You need to recommend a compute type for the agent. The solution must minimize costs.

What should you recommend?

Options:

A.  

Azure virtual machines

B.  

an Azure virtual machine scale set

C.  

an Azure Kubernetes Service (AKS) cluster

D.  

Azure Container Instances

Discussion 0
Questions 58

HOTSPOT

You are using PowerShell to administer Azure Log Analytics workspaces.

You need to list the available workspaces and their properties.

How should you complete the command? To answer, select the appropriate optionsin the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 59

You are using GitHub asa source code repository.

You create a client-side Git hook on the commit-msg event. The hook requires that each commit message contain a custom work item tag.

You need to make a commit that does not have a work item tag.

Which git commit parameter shouldyou use?

Options:

A.  

--squash

B.  

--no-verify

C.  

--message ''

D.  

--no-post-rewrite

Discussion 0
Questions 60

How should youconfigure the release retention policy for the investment planning applications suite? To answer, select the appropriate options in the answer area.

NOTE:Each correct selection is worth one point.

Options:

Discussion 0
Questions 61

You need to replace the existing DevOps tools to support the planned changes.

What should you use? To answer, drag the appropriate tools to the correct targets. Each tool may be usedonce, 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.

Options:

Discussion 0
Questions 62

You plan to deploy a new database environment. The solution must meet the technical requirements. You need to prepare the database for the deployment. How should you formatthe export?

Options:

A.  

NDF

B.  

MDF

C.  

BACPAC

D.  

DACPAC

Discussion 0
Questions 63

You need to meet the technical requirements for controlling access to Azure DevOps.

What should you use?

Options:

A.  

Azure Multi-Factor Authentication (MFA)

B.  

on-premises firewall rules

C.  

conditional access policies in Azure AD

D.  

Azure role-based access control (Azure RBAC)

Discussion 0
Questions 64

You are configuring the Azure DevOps dashboard. The solution must meet the technical requirements.

Which widget should you use for each metric? To answer, drag the appropriate widgets to the correct metrics. Each widgetmay 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.

Options:

Discussion 0
Questions 65

You need to meet the technical requirements for monitoring App1.

What should you use?

Options:

A.  

Splunk

B.  

Azure Application Insights

C.  

Azure Advisor

D.  

App Service logs

Discussion 0
Questions 66

You need to configure authentication for App1. The solution must support the planned changes.

Which three actions should you perform in sequence? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 67

You need to configure the alert for VM1.The solution must meet the technical requirements.

Which two settings should you configure? To answer, select the appropriate settings in the answer area.

NOTE:Each correct selection is worth one point.

Options:

Discussion 0
Questions 68

You need to perform the GitHub code migration. The solution must support the planned changes for the DevOps environment.

What should you use?

Options:

A.  

git clone

B.  

GitHub Importer

C.  

Import repository in Azure Repos

D.  

git-tfs

Discussion 0
Questions 69

Your company implements an Agile development methodology.

You plan toimplement retrospectives at the end of each sprint.

Which three questions should you include? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.  

Who performed well?

B.  

Who should have performed better?

C.  

What could have gone better?

D.  

What went well?

E.  

What should we try next?

Discussion 0
Questions 70

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?

Options:

A.  

Run the Register-AzureRmAutomationDscNodeAzure 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).

Discussion 0
Questions 71

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.

Options:

Discussion 0
Questions 72

You need to the merge the POC branch into the main branch. The solution must meet the technical requirements.

Which command should you run?

Options:

A.  

git push

B.  

git merge --squash

C.  

git merge --allow-unrelated-histories

D.  

git rebase

Discussion 0
Questions 73

You need to configure Azure Pipelines to control App2 builds.

Which authentication method should you use?

Options:

A.  

Windows NTLM

B.  

certificate

C.  

SAML

D.  

personal access token (PAT)

Discussion 0
Questions 74

You use GitHub Enterprise to manage source code and deployments.

From GitHub Actions, you create a reusable workflow named workflow 1.

You need to ensure that the secrets defined in the calling workflow are passed to workflow1.

What should you include in the YAML file for the calling workflow?

Options:

A.  

B.  

C.  

D.  

Discussion 0
Questions 75

Task 4

Initialize the default main branch, if it does not exist already.

In the Userl-42147509 Azure DevOps project, you need to implement an approval process for the default main branch.

The process must use the four-eyes principle and have at least one approval on every iteration.

Options:

Discussion 0
Questions 76

Task 8

Initialize the default main branch,if it does not exist already.

In Project 1, you need to create a new Azure Pipelines YAML pipeline by using the ASP.NET template.

The pipeline must use Azure Repos as the hosting platform and must be created in a new branch named azure-pipelines.

Options:

Discussion 0
Questions 77

You need to configure a virtual machine named VM1 to securely access stored secrets in an Azure Key Vault named az400-11566895-kv.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0
Questions 78

Task 4

For Project1, you need to create a self-hosted agent pod named Pool1.

All the pipelines in Project1 must have access to Pool1.

Options:

Discussion 0
Questions 79

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem.

After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen.

You have an on-premises web server named Server1.

You need to ensure that you can build .NET apps and deploy the apps to Server1 by using Azure Pipelines.

Solution: You deploy a virtual machine scale set and select a custom Ubuntu image that includes the .NET command-line interface (CU) tools.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 80

Task 8

In Project1, you need to create a service hook that will integrate with Azure Storage.

Use the queue1 queue from the storage48901628 storage account.

Options:

Discussion 0
Questions 81

You manage the Git repository for a large enterprise application.

You need to reduce the data size of the repository.

How should you complete the commands? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 82

Task 7

You need to create a pipeline to deploy a Docker image. The commit must be created in a new branch named azure-pipelines.

The pipeline must be created by using the predefined Docker template.

Options:

Discussion 0
Questions 83

You have an Azure subscription.

You create two Bicep templates named Template1 and Template2 that will be used to create a virtual machine and a website.

You need to create a template named Template3 that will reuse logic from Template1 and Template2.

What should you define first?

Options:

A.  

parameters

B.  

modules

C.  

resources

D.  

outputs

Discussion 0
Questions 84

You have a web app that connects to an Azure SQL Database named db1.

You need to configure db1 to send Query Store runtime statistics to Azure Log Analytics.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0
Questions 85

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 a feed 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.

Options:

Discussion 0
Questions 86

Task 7

You need to prepare a network security group (NSG) named az400 38443478 nsgl 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

Options:

Discussion 0
Questions 87

Task 1

You need to ensure that an Azure Web App named az400-38443478-main can retrieve secrets from an Azure key vault named az400-3844J478-kv1 byusing a system managed identity The solution must use the principle of least privilege.

Options:

Discussion 0
Questions 88

Task 11

You need to write a KQL query that will count the number of inbound requests for each source IP address, for any connection made during the last three months of 2021.

Open Azure Data Explorer by using the following link:

https//dataexploter azure.com/clusters/help/databases/Securiitylogs

The requests are contained in a table named InboundBrowsing in the Securitylogs connection.

The query must return two columns named NumberOfRequests and SourcelP.

Export the query result to C:\Samples

Options:

Discussion 0
Questions 89

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.

Options:

Discussion 0
Questions 90

You plan to deploy a website that will be hosted in two Azure regions.

You need to create an Azure Traffic Manager profile named az40011566895n1-tm in a resource group named RG1lod11566895. The solution must ensure that users will always connect to a copy of the website that is in the same country.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0
Questions 91

Task 2

You need to log all audit events for the Azure DevOps organization in the Log Analytics! Logs Analytics workspace.

Options:

Discussion 0
Questions 92

Task 12

In Project 1. you need to ensure that you can add the following iterations to items added tc Az-fe Ecards:

• Sprint 1

• Sprint 2

• Sprint 3

Sprint 3 must have a start date of January 1 of next year and an end date of Januan / 31 of next year.

Options:

Discussion 0
Questions 93

You need to create and configure an Azure Storage account named az400lod11566895stor in a resource group named RG1lod11566895 to store the boot diagnostics for a virtual machine named VM1.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0
Questions 94

Task 6

Initialize the default main branch, if it does not exist already.

For Project 1, you need to implement branch merging restrictions to enable squash merge for all changes merged into the main branch.

Options:

Discussion 0
Questions 95

Task 8

You need to ensure that the https://contoso.com/statushook webhookis called every time a repository named az40038443478acr 1 receives a new version of an image named dotnetapp

Options:

Discussion 0
Questions 96

Task 9

In Project1, you need to create a variable group named varGroup1 that will contain the following variables:

serverNane: server1 dbName: db1

Options:

Discussion 0
Questions 97

Task 3

You need to ensure that an Azure Web App named az400-38443478-matn supports rolling upgrades The solution must ensure that only 10 percent of users who connect to az400-38443478 main use updated versions of the app. The solution must minimize administrative effort.

Options:

Discussion 0
Questions 98

Task 6

You have an Azure function hosted in an App Service plan named az400-38443478-funct

You need to configure az400 38443478-funcl lo update the functions automatically whenever new code is committedto the main branch of https://githubcom/Azure-Samples/functions-quickstart.

NOTE: Access to GitHub is blocked in the exam environment. Access to GitHub is NOT required to complete the task successfully.

Options:

Discussion 0
Questions 99

You need to create a notification if the peak averageresponse time of an Azure web app named az400-9940427-main is more than five seconds when evaluated during a five-minute period. The notification must trigger the “https://contoso.com/notify” webhook.

To complete this task, sign in to the Microsoft Azureportal.

Options:

Discussion 0
Questions 100

You need to create a notification if the peak average response time of an Azure web app named az400-9940427-main is more than five seconds when evaluated during a five-minute period. The notification must trigger the “https://contoso.com/notify” webhook.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0
Questions 101

Task 5

You plan to stoic signed images in an Azure Container Registry instance named az40038443478act1.

You need to modify the SKU for az40038443478aa1 to support the planned images. The solution must minimize costs.

Options:

Discussion 0
Questions 102

You plan to deploy a runbook that will create Azure AD user accounts.

You need to ensure that runbooks can run the AzurePowerShell cmdlets for Azure Active Directory.

To complete this task, sign in to the Microsoft Azure portal.

Options:

Discussion 0