Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Microsoft AZ-400 - Microsoft Azure DevOps Solutions

Page: 6 / 8
Total 542 questions

You manage an Azure web app that supports an e-commerce website.

You need to increase the logging level when the web app exceeds normal usage patterns. The solution must minimize administrative overhead.

Which two resources should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

an Azure Automation run book

B.

an Azure Monitor alert that has a dynamic threshold

C.

an Azure Monitor alert that has a static threshold

D.

the Azure Monitor auto scale settings

E.

an Azure Monitor alertthat uses an action group that has an email action

You have the services shown in the following table.

You manage a project by using Azure Boards.

You need to notify the services Of build Statuschanges.

Which services can be notified by using a web hook?

A.

Service1 only

B.

Service2 only

C.

Service1 and Service2 only

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?

A.

Chef

B.

Gradle

C.

Octopus

D.

Gulp

You plan to use Azure DevOps in development processes.

You identify the following issues with the existing development processes:

• Frequent discovery of bugs in production

• Increasing detection of bugs by customers

• Slow resolution of bugs and slow resumption of production

You need to implement Key Performance Indicators (KPIs) to track each issue.

Which KPI should you implement for each issue? To answer, drag the appropriate KPIs to the correct issues. Each KPI 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.

You have a build pipeline in Azure Pipelines that uses different jobs to compile an application for 10 different architectures.

The build pipeline takes approximately one day tocomplete.

You need to reduce the time it takes to execute the build pipeline

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

NOTE: Each correct selection is worth one point

A.

Move to a blue/green deployment pattern.

B.

Create an agent pool.

C.

Create a deployment group.

D.

Reduce the size of the repository.

E.

Increase the number of parallel jobs.

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 ft. As a result these questions will not appear in the review screen.

You company has a prefect inAzure DevOps for a new web application.

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

Solution: From the Triggers tab of the build pipeline, you selected Batch changes while a build is in progress

Does this meet the goal?

A.

Yes

B.

No

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 threeactions 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 have an app named App1. You have a Log Analytics workspace named Workspace 1 that contains two tables named Events andLogs. App1 manages events in multiple locations and writes logs to Workspace1.

You need to query Workspace1 for all log entries related to Asia that occurred during the last two days.

In which order should you arrange the query statements? To answer, moveall statements from the list of statements to the answer area and arrange them in the correct order.

You have an application named App1 that has a custom domain of app.contoso.com.

You create a test in Azure Application Insights as shown in the following exhibit.

Use the drop-down menus to select theanswer choice that completes each statement based on the information presented in the graphic.

NOTE:Each correct selection is worth one point.

Your company develops an application named App1 that is deployed in production.

As part of an application update, a new service is being added to App1. The new service requires access to an application named App2 that is currently in development.

You need to ensure that you can deploy the update to App1 before App2 becomes available. You mustbe able to enable the service in App1 once App2 is deployed.

What should you do?

A.

Create a branch in the build.

B.

Implement a branch policy.

C.

Create a fork in the build.

D.

Implement a feature flag.