Weekend 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 Jun 14, 2025
Total Questions : 542

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

You have a .NET app named App1.

You need to upload App1 to GitHubPackages.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 2

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 questionsets 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 planto update the Azure DevOps strategy of your company.

You need to identify the following issues as they occur during the company’s development process:

Licensing violations

Prohibited libraries

Solution: You implement continuous integration.

Does thismeet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 3

ON NO: 34 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.

Options:

Discussion 0
Questions 4

You have a pipeline named Pipeline1 in Azure Pipelines.

You need to create a service connection to enable Pipeline1 to downloada public container image.

Which type of service connection should you create?

Options:

A.  

a Docker host

B.  

Azure Service Fabric

C.  

Azure Kubernetes Service (AKS)

D.  

a Docker registry

Discussion 0
Questions 5

You have a project in Azure DevOps. You have an Azure Resource Group deployment project in Microsoft

Visual Studio that ischecked in to the Azure DevOps project.

You need to create a release pipeline that will deploy resources by using Azure Resource Manager templates.

The solution must minimize administrative effort.

Which task type should you include in the solution?

Options:

A.  

Azure Cloud Service Deployment

B.  

Azure RM Web App Deployment

C.  

Azure PowerShell

D.  

Azure App Service Manage

Discussion 0
Questions 6

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 7

Note: This question is part of a series of questionsthat present the same scenario. Each question in the series contains a unit 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 questionin this section, you will NOT be able to return to it. As a result, these questions will not appear if the review screen.

You use an Azure Pipelines pipeline to build and release web apps.

You need to configure the pipeline to meet the following requirements:

• Only run when there is a change in the /webapp folder.

• Only run when a pr is created.

Solution: You configure the pipeline definition by using the following elements.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 8

You are designing an Azure DevOps strategy for your company’s development team.

You suspect that the team’s productivity is low due to accumulate technical debt.

You need to recommend a metric to assess the amount of the team’s technical debt.

What should you recommend?

Options:

A.  

the number of code modules in an application

B.  

B.  

the number of unit test failures

C.  

the percentage of unit test failures

D.  

the percentage of overall time spent on rework

Discussion 0
Questions 9

You have an infrastructure as code (laC) solution that is managed by using Bicep files and Azure Pipelines.

You need to ensure that pipeline actions that significantly affect the existing infrastructure are reviewed before they are run.

What should you configure?

Options:

A.  

a release pipeline that performs a repository build validation

B.  

a branch policy that performs a repository check for comment resolution

C.  

a build pipeline with a Bicep file that performs a what-if operation

D.  

a build pipeline with a Bicep file that performs a deploy operation

Discussion 0
Questions 10

You have an Azure subscription that contains two resource groups named Contoso RG and Contoso Dev, an Azure data factory named Contoso Data Factory, and a release pipeline

in Azure Pipelines named Pipeline1.

You plan to deploy Contoso Data Factory to ContosoRG by using Pipeline1.

You add the Azure Resource Manager (ARM) template deployment task shown the following exhibit.

Options:

Discussion 0
Questions 11

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 12

You have an Azure subscription that contains 50 virtual machines.

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

You need to ensure that Windows Defender is installed on each virtual machine and the Windows Defender service is running.

How should you complete the Desired State Configuration (DSC) code? 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 thesplit bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 13

Your company has a project in Azure DevOps for a new application. The application will be deployed to several Azure virtual machines that run Windows Server 2022. You need to recommend adeployment strategy for the virtual machines. The strategy must meet the following requirements:

• Ensure that the virtual machines maintain a consistent configuration.

• Minimize administrative effort to configure the virtual machines.

What shouldyou include in the recommendation?

Options:

A.  

Azure Resource Manager templates and the PowerShell Desired State Configuration (DSC) extension for Windows

B.  

Deployment YAML and Azure pipeline deployment groups

C.  

Azure Resource Manager templates and the Custom Script Extension for Windows

D.  

Deployment YAML and Azure pipeline stage templates

Discussion 0
Questions 14

You have the followingAzure policy.

Options:

A.  

ensures that at) data for new Azure Storage accounts is encrypted at rest

B.  

prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the internet

C.  

prevents all HTTP traffic to wasting Azure Storage accounts

D.  

ensures that all traffic to new Azure Storage accounts is encrypted

Discussion 0
Questions 15

You use Azure Pipelines to manage build pipelines. GitHub to store source code, and Dependabot to manage dependencies.

You have an app named App1.

Dependabot detects a dependency in App1 that requires an update.

What should you do first to apply the update?

Options:

A.  

Perform a commit.

B.  

Create a pull request.

C.  

Approve the pull request

D.  

Create a branch.

Discussion 0
Questions 16

As part of your application build process, you need to deploy a group of resources to Azure by using an Azure Resource Manager template located on GitHub.

Which three action 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 17

You have 50 Node.js-based projects that you scan by using WhiteSource. Each project includes Package.json, Package-lock.json, and Npm-shrinkwrap.json files.

You need to minimize the number of libraries reports by WhiteSource to only the libraries that you explicitly reference.

What should you do?

Options:

A.  

Configure the File System Agent plug in.

B.  

Delete Package lock.json.

C.  

Configure the Artifactory plug-in.

D.  

Add a devDependencies section to Package-lock.json.

Discussion 0
Questions 18

You have an Azure Repos repository named repo1.

You need to clone repo1. The solution must clone only a directory named src/web.

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 notat all. You may need to drag the spirt bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point

Options:

Discussion 0
Questions 19

Your company has an Azure subscription named Subscription1. Subscription1 is associated to an Azure Active Directory tenant named contoso.com.

You need to provision an Azure Kubernetes Services (AKS) cluster in Subscription1 and set the permissions for the cluster by using RBAC roles that reference the identities in contoso.com.

Which three objects should you create in sequence? To answer, move the appropriate objects from the list of objectsto the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 20

Your company is building a new web application.

You plan to collect feedback from pilot users on the features being delivered.

All the pilotusers have a corporate computer that has Google Chrome and the Microsoft Test & Feedback extension installed. The pilot users will test the application by using Chrome.

You need to identify which access levels are required to ensure that developers can request and gather feedback from the pilot users. The solution must use the principle of least privilege.

Which access levels in Azure DevOps should you identify? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 21

You haw an Azure subscription that contains multiple Azure services. You need to send an SMS alert when scheduled maintenance is planned for the Azure services. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.  

Create an Azure Service Health alert.

B.  

Enable Azure Security Center.

C.  

Create and configure an action group

D.  

Create and configure an Azure Monitor alert rule

Discussion 0
Questions 22

Your company has a project in Azure DevOps for a new webapplication.

The company identifies security as one of the highest priorities.

You need to recommend a solution to minimize the likelihood that infrastructure credentials will be leaked.

What should you recommend?

Options:

A.  

Add a Run Inline Azure PowerShell taskto the pipeline.

B.  

Add a PowerShell task to the pipeline and run Set-AzureKeyVaultSecret.

C.  

Add a Azurre Key Vault task to the pipeline.

D.  

Add Azure Key Vault references to Azure Resource Manger templates.

Discussion 0
Questions 23

Your company is concerned that when developers introduce open source libraries, it creates licensing compliance issues.

You need to add an automated process to the build pipeline to detect when common open source libraries are added to the code base.

What should you use?

Options:

A.  

Microsoft Visual SourceSafe

B.  

PDM

C.  

WhiteSource

D.  

OWASP ZAP

Discussion 0
Questions 24

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 has a project in Azure DevOps for a new web application.

You need to ensure that when code is checked in, a build runs automatically.

Solution: From the Continuous deployment trigger settings of the release pipeline, you enable thePull request triggersetting.

Does the meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 25

Note: This question n 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 approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.

You have a policy stating that approvals must occur within eight hours.

You discover that deployments fail if the approvals lake longer than two hours.

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

Solution: From Pre-deployment conditions, you modify the Timeout setting for pre-deployment approvals.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 26

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution thatmight 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 willnot appear in the review screen.

You manage a project in Azure DevOps.

You need to prevent the configuration of the project from changing over time.

Solution: Implement Continuous Assurance for the project.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 27

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?

Options:

A.  

Configure a service connection.

B.  

Create a service hook subscription.

C.  

Create a project-level notification.

D.  

Create a global notification.

Discussion 0
Questions 28

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 Managed DevOps Pools and select the Ubuntu Server 22.04 LTS - x64 Gen 2 image.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 29

You have an Azure DevOps organization named Contoso, an Azure DevOps project named Project1, an

Azure subscription named Sub1, and an Azure key vault named vault1.

You need to ensure that you can reference the values of the secrets stored in vault1 in all the pipelines of Project1. The solutionmust prevent the values from being stored in the pipelines.

What should you do?

Options:

A.  

Create a variable group in Project1.

B.  

Add a secure file to Project1.

C.  

Modify the security settings of the pipelines.

D.  

Configure the security policy of Contoso.

Discussion 0
Questions 30

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 31

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 32

Task 1

Navigate to aex.dev.azure.com and specify the following credentials:

• UserUser1-48901628@cxamUsers.com

• Password: aFpJ2j-6M!

Use the default setting to sign up for Azure DevOps and create an Azure DevOps organization. Once the organization is created. create a private project named Project1.

You need to ensure that the maximum file size for all the Azure DevOps repositories of Project1 is 2 MB.

Options:

Discussion 0
Questions 33

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 34

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 35

SIMULATION

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

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

Options:

Discussion 0
Questions 36

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 37

Task 12

You need to create a personal access token (PAT) named Token! that has only the following capabilities

• Read write, andmanage code

• Read and execute builds

• Read releases

Token1 must expire in 60 days.

Options:

Discussion 0
Questions 38

Task 10

You need to create a variable group named varGroup1 that will contain the following variables and default values:

• username: Userl-48901628

• password: aFpJ2j+6M!

The PASSWORD variable must be secret.

Options:

Discussion 0
Questions 39

Task 11

You need to create a new artifact feed named artifact_feed.

Only 10 versions of the packages must be retained, and downloaded packages must be retained for 90 days.

Options:

Discussion 0
Questions 40

You plan to implement a CI/CD strategy for an Azure Web App named az400-11566895-main.

You need to configure a staging environment foraz400-11566895-main.

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

Options:

Discussion 0
Questions 41

You manage a website that uses an Azure SQL Database named db1 in a resource group named RG1lod11566895.

You need tomodify the SQL database to protect against SQL injection.

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

Options:

Discussion 0
Questions 42

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 43

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 44

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 45

You plane to store signed images in anAzure Container Registry instance named az4009940427acr1.

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

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

Options:

Discussion 0
Questions 46

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 47

You have an Azure functionhosted in an App Service plan named az400-9940427-func1.

You need to configure az400-9940427-func1 to upgrade the functions automatically whenever new code is committed to the master branch of https://github.com/Azure-Samples/functions-quickstart.

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

Options:

Discussion 0
Questions 48

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 49

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 50

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 51

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 52

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
Questions 53

O: 43SIMULATION

Your company plans to implement a new compliance strategy that will require all Azure web apps to be backed up every five hours.

You need to back up an Azure web app named az400-11566895-main every five hours to an Azure Storage accountin your resource group.

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

Options:

Discussion 0
Questions 54

Task 3

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

You need to protect the main branch of the Project l repository to ensure that all changes are processed by using a pull request that has traceability to a work item.

Options:

Discussion 0
Questions 55

Task 5

You need to create an instance of Azure App Configuration and a feature flag named feature 1. Feature1 must be enabled and must expire in one week.

Options:

Discussion 0
Questions 56

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 57

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 58

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:

The address space must be reduced to support only 256 total IP addresses.

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.

Options:

Discussion 0
Questions 59

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

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

Options:

Discussion 0
Questions 60

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 61

You need to create an instance of Azure Application Insights named az400-9940427-main and configure the instance to receive telemetry data from an Azure web app named az400-9940427-main.

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

Options:

Discussion 0
Questions 62

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 63

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, evenif the code fails to compile. The solution must use the principle of least privilege.

What should you do?

Options:

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

Discussion 0
Questions 64

You have an Azure Kubermets Service (AKS) implementation that is RBAC-enabled

You plan to use Azure Container Instances as a hosted development environment to run containers in the AKS implementation.

Youneed to conjure Azure Container Instances as a hosted environment for running me containers in AKS. Which three actions should you perform m 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 65

You are defining release strategies for two applications as shown in the following table.

Which releasestrategy should you use for each application? To answer, drag the appropriate release strategies to the correct applications. Each release strategy may be used once, more than once, or not at all. You may need to drag the split bar between panes or scrollto view content.

NOTE:Each correct selection is worth one point.

Options:

Discussion 0
Questions 66

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 67

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 68

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 69

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 70

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 71

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 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 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 74

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 75

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 76

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 77

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 78

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 79

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 80

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 81

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 82

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 83

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 84

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 85

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 86

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 87

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 88

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 89

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 90

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 91

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 92

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 93

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 94

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 95

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 96

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 97

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 98

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 99

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