ExamGecko
Home / Microsoft / AZ-400 / List of questions
Ask Question

Microsoft AZ-400 Practice Test - Questions Answers, Page 23

List of questions

Question 221

Report
Export
Collapse

You have an Azure DevOps organization named Contoso.

You need to receive Microsoft Teams notifications when work items are updated.

What should you do?

From Azure DevOps, configure a service hook subscription
From Azure DevOps, configure a service hook subscription
From Microsoft Teams, configure a connector
From Microsoft Teams, configure a connector
From Microsoft Teams admin center, configure external access
From Microsoft Teams admin center, configure external access
From Microsoft Teams, add a channel
From Microsoft Teams, add a channel
From Azure DevOps, install an extension
From Azure DevOps, install an extension
Suggested answer: A

Explanation:

Service hooks let you run tasks on other services when events happen in your Azure DevOps projects. For example, create a card in Trello when a work item is created or send a push notification to your team's mobile devices when a build fails. You can also use service hooks in custom apps and services as a more efficient way to drive activities when events happen in your projects. Note: Service hook publishers define a set of events. Subscriptions listen for the events and define actions to take based on the event. Subscriptions also target consumers, which are external services that can run their own actions, when an event occurs.

Reference: https://docs.microsoft.com/en-us/azure/devops/service-hooks/overview

asked 02/10/2024
Patrick Neason
32 questions

Question 222

Report
Export
Collapse

You create an alert rule in Azure Monitor as shown in the following exhibit.

Microsoft AZ-400 image Question 17 86776 10022024015257000000

Which action will trigger an alert?

a failed attempt to delete the ASP-9bb7 resource
a failed attempt to delete the ASP-9bb7 resource
a change to a role assignment for the ASP-9bb7 resource
a change to a role assignment for the ASP-9bb7 resource
a successful attempt to delete the ASP-9bb7 resource
a successful attempt to delete the ASP-9bb7 resource
a failed attempt to scale up the ASP-9bb7 resource
a failed attempt to scale up the ASP-9bb7 resource
Suggested answer: A
asked 02/10/2024
Miguel Monteiro
38 questions

Question 223

Report
Export
Collapse

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 development effort. Which option should you select in the Diagnostics settings of the database?

Send to Log Analytics
Send to Log Analytics
Stream to an event hub
Stream to an event hub
Archive to a storage account
Archive to a storage account
Suggested answer: A

Explanation:

ENABLE DIAGNOSTICS TO LOG ANALYTICS

This configuration is done PER DATABASE

1. Click on Diagnostics Settings and then Turn On Diagnostics

Microsoft AZ-400 image Question 18 explanation 86777 10022024015257000000

2. Select to Send to Log Analytics and select the Log Analytics workspace. For this sample I will selected only Errors

Microsoft AZ-400 image Question 18 explanation 86777 10022024015257000000

Reference:

https://techcommunity.microsoft.com/t5/azure-database-support-blog/azure-sql-db-and-log-analytics-better-together-part-1/ba-p/794833

asked 02/10/2024
Rio Ordonez
40 questions

Question 224

Report
Export
Collapse

DRAG DROP

You need to recommend project metrics for dashboards in Azure DevOps.

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


Microsoft AZ-400 image Question 224 86778 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 224 86778 10022024015257000

Explanation:

Box 1: Lead time

Lead time measures the total time elapsed from the creation of work items to their completion.

Box 2: Cycle time

Cycle time measures the time it takes for your team to complete work items once they begin actively working on them.

Box 3: Burndown

Burndown charts focus on remaining work within a specific time period.

Incorrect Answers:

Velocity provides a useful metric for these activities:

Support sprint planning

Forecast future sprints and the backlog items that can be completed

A guide for determining how well the team estimates and meets their planned commitments

References:

https://docs.microsoft.com/en-us/azure/devops/report/dashboards/velocity-guidance?view=vsts

https://docs.microsoft.com/en-us/azure/devops/report/dashboards/cycle-time-and-lead-time?view=vsts

https://docs.microsoft.com/en-us/azure/devops/report/dashboards/configure-burndown-burnup-widgets?view=vsts

asked 02/10/2024
EDUARDO VIDAL
41 questions

Question 225

Report
Export
Collapse

HOTSPOT

You plan to create alerts that will be triggered based on the page load performance of a home page.

You have the Application Insights log query shown in the following exhibit.

Microsoft AZ-400 image Question 20 86779 10022024015257000000

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

NOTE: Each correct selection is worth one point.


Microsoft AZ-400 image Question 225 86779 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 225 86779 10022024015257000

Explanation:

Box 1: percentile_duration_95

Box 2: resultCode

Reference:

https://devblogs.microsoft.com/premier-developer/alerts-based-on-analytics-query-using-custom-log-search/

asked 02/10/2024
Jesse Moisio
43 questions

Question 226

Report
Export
Collapse

HOTSPOT

You have an Azure Kubernetes Service (AKS) pod.

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

Confirm that the pod 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.


Microsoft AZ-400 image Question 226 86780 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 226 86780 10022024015257000

Explanation:

Box 1: readinessProbe:

For containerized applications that serve traffic, you might want to verify that your container is ready to handle incoming requests. Azure Container Instances supports readiness probes to include configurations so that your container can't be accessed under certain conditions.

Incorrect Answers:

livenessProbe: Containerized applications may run for extended periods of time, resulting in broken states that may need to be repaired by restarting the container. Azure Container Instances supports liveness probes so that you can configure your containers within your container group to restart if critical functionality is not working.

Box 2: periodSeconds: 15

The periodSeconds property designates the readiness command should execute every 15 seconds.

Reference:

https://docs.microsoft.com/en-us/azure/container-instances/container-instances-readiness-probe

asked 02/10/2024
- Paulo Fonseca
38 questions

Question 227

Report
Export
Collapse

HOTSPOT

Your company is building a new web application.

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

All the pilot users 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.


Microsoft AZ-400 image Question 227 86781 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 227 86781 10022024015257000

Explanation:

Box 1: Basic

Assign Basic to users with a TFS CAL, with a Visual Studio Professional subscription, and to users for whom you are paying for Azure Boards & Repos in an organization.

Box 2: Stakeholder

Assign Stakeholders to users with no license or subscriptions who need access to a limited set of features.

Note:

You assign users or groups of users to one of the following access levels:

Basic: provides access to most features

VS Enterprise: provides access to premium features

Stakeholders: provides partial access, can be assigned to unlimited users for free

References: https://docs.microsoft.com/en-us/azure/devops/organizations/security/access-levels?view=vsts

asked 02/10/2024
San Min Oo
40 questions

Question 228

Report
Export
Collapse

DRAG DROP

Your company wants to use Azure Application Insights to understand how user behaviors affect an application.

Which application Insights tool should you use to analyze each behavior? To answer, drag the appropriate tools to the correct behaviors. Each tool 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.


Microsoft AZ-400 image Question 228 86782 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 228 86782 10022024015257000

Explanation:

Box 1: User Flows

The User Flows tool visualizes how users navigate between the pages and features of your site. It's great for answering questions like:

How do users navigate away from a page on your site?

What do users click on a page on your site?

Where are the places that users churn most from your site?

Are there places where users repeat the same action over and over?

Box 2: Users

Box 3: Impact

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-flows

asked 02/10/2024
Ziyad Karadsheh
33 questions

Question 229

Report
Export
Collapse

DRAG DROP

You have several Azure virtual machines that run Windows Server 2019.

You need to identify the distinct event IDs of each virtual machine as shown in the following table.

Microsoft AZ-400 image Question 24 86783 10022024015257000000

How should you complete the Azure Monitor query? To answer, drag the appropriate values to the correct locations. 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.


Microsoft AZ-400 image Question 229 86783 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 229 86783 10022024015257000

Explanation:

You can use makelist to pivot data by the order of values in a particular column. For example, you may want to explore the most common order events take place on your machines. You can essentially pivot the data by the order of EventIDs on each machine.

Example:

Event

| where TimeGenerated > ago(12h)

| order by TimeGenerated desc

| summarize makelist(EventID) by Computer

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/advanced-aggregations

asked 02/10/2024
Spandana Gangavaram
32 questions

Question 230

Report
Export
Collapse

HOTSPOT

You have an Azure web app named Webapp1.

You need to use an Azure Monitor query to create a report that details the top 10 pages of Webapp1 that failed.

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

NOTE: Each correct selection is worth one point.


Microsoft AZ-400 image Question 230 86784 10022024015257000
Correct answer: Microsoft AZ-400 image answer Question 230 86784 10022024015257000

Explanation:

Box 1: requests

Failed requests (requests/failed):

The count of tracked server requests that were marked as failed.

Kusto code:

requests

| where success == 'False'

Box 2: success == false

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/platform/app-insights-metrics

asked 02/10/2024
Karsten Seifert
34 questions
Total 489 questions
Go to page: of 49
Search

Related questions