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

You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable.

You need to consolidate the packages into a single feed.

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.

You use an Azure Pipelines pipeline to build and test an app named App1.

Your company ' s development department works in the feature branches.

You need to ensure that a pull request will merge into the main branch only when testing covers more than 90 percent of the code,

What should you do?

A.

Create a Publish Test Results task.

B.

Configure a branch policy for the main branch.

C.

Create a code coverage configuration YAML file.

D.

Configure a branch policy for thefeature branches.

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 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 an explicit merge.

Does this meet the goal?

A.

Yes

B.

No

You are designing a build pipeline in Azure Pipelines.

The pipeline requires a self-hosted agent. The build pipeline will run once 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?

A.

Azure virtual machines

B.

an Azure virtual machine scale set

C.

an Azure Kubernetes Service (AKS) cluster

D.

Azure Container Instances

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?

A.

the number of code modules in an application

B.

the number of unit test failures

C.

the percentage of unit test failures

D.

the percentage of overall time spent on rework

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?

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

You use Azure Pipelines to build and release application code, The pipelines include validation tests that must be completed successfully before deployment proceeds from the test stage to production.

You discover inconsistent test outcomes for the same source code.

You need to validate the test logic.

What should you do?

A.

Decrease the test pass rate.

B.

Configure a parallel test runner.

C.

Enable flaky test detection.

D.

Install the Analytics extension.

Note: This question is part of a series of questions that 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 question in 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 meetthe goal?

A.

Yes

B.

No

You have an Azure DevOps release pipeline as shown in the following exhibit.

You need to complete the pipeline to configure OWASP ZAP for security testing.

Which five Azure CLI tasks should you add in sequence? To answer, move the tasks from the list of tasks to the answer area and arrange them in the correct order.

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?

A.

Yes

B.

No