New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You are designing YAML-based Azure pipelines for the apps shown in the following table.

You need to configure the YAML strategy value for each app. The solution must minimize app downtime.

Which value shouldyou configure for each app? To answer, select the appropriate options in the answer area.

NOTE:Each correct selection is worth one point.

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?

A.

Microsoft Visual SourceSafe

B.

PDM

C.

WhiteSource

D.

OWASP ZAP

During a code review, you discover many quality issues. Many modulescontain unused variables and empty catch Modes. You need to recommend a solution to improve the quality o' the code. What should you recommend?

A.

In a Gradle build task, select Run Checkstyle.

B.

In an Xcode build task, select Use xcpretty from Advanced

C.

In a Grunt build task, select Enabled from Control Options.

D.

In a Maven build task, select Run PMD.

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.

Youhave a GitHub repository that is integrated with Azure Boards Azure Boards has a work item that has the number 715.

You need to ensure that when you commit source code in GitHub, the work item is updated automatically. What should you include in the commit comments?

A.

@714

B.

=715

C.

the URL of the work item

D.

AB#715

You have an Azure DevOps organization named Contoso and an Azure DevOps project namedProject1.

You plan to use Microsoft-hosted agents to build container images that will host full Microsoft .NET Framework apps in a YAML pipeline in Project1.

What are two possible virtual machine images that you can use for the Microsoft-hosted agent pool?Each

correct answer presents a complete solution.

NOTE:Each correct selection is worth one point.

A.

vs2017-win2016

B.

ubuntu-16.04

C.

win1803

D.

macOS-10.13

E.

vs.2015-win2012r2

You are creating a YAML-based Azure pipeline to deploy an Azure Data factory instance that has the following requirements;

• If a Data Factory instance exists already, the instance must be overwritten.

• No other resources in a resource group named Fabrikam must be affected.

How should you complete the code? To answer, select theappropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You have an Azure subscription. The subscription contains virtual machines that run either WindowsServer or Linux.

You plan to use Prometheus to monitor performance metrics.

You need to integrate Prometheus and Azure Monitor.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worthone point.

A.

Install a Prometheus server on a Windows virtual machine in Azure.

B.

On each virtual machine, expose the metrics endpoint.

C.

On each virtual machine, enable the Azure Diagnostics extension.

D.

On each virtual machine, enable the containerized agent for Azure Monitor.

E.

Expose a virtual network service endpoint for Azure Storage.

F.

Install a Prometheus server on a Linux virtual machine in Azure.

You have project in Azure DevOps.

You create the following template named Template1.yml.

You create the following pipeline named File1.yml.

You need to ensure that Template1.yaml runs before File1.yml.

How should you update File1.yml?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

You have an Azure subscription that contains an Azure Pipelines pipeline named Pipeline1 and a user named User1. Pipeline1 is used to build and test an app named Appl. User1 isassigned the Contributors role for Pipeline1.

You plan to test App1 by using an Azure Deployment Environments environment.

You need to ensure that User1 can provision the environment. The solution must follow the principle of least privilege.

Which role should you assign to User1?

A.

DevCenter Project Admin

B.

Deployment Environments User

C.

Build Administrators

D.

Contributors