Microsoft DevOps Engineer Expert AZ-400 Practice Question

You are troubleshooting latency spikes in an Azure Web App that is instrumented with Application Insights. To understand which operations are affected, you want a Kusto Query Language (KQL) statement that returns the 95th-percentile request duration for each operation name, limited to the last hour. Which query should you run?

  • dependencies | where timestamp > ago(1h) | summarize p95_duration=percentile(duration, 95) by name | order by p95_duration desc

  • requests | where timestamp > ago(1h) | summarize p95_duration=percentile(duration, 95) by name | order by p95_duration desc

  • requests | where timestamp > ago(1h) | summarize avg_duration=avg(duration) by name | order by avg_duration desc

  • requests | summarize p95_duration=percentile(duration, 95) by name | where timestamp > ago(1h) | order by p95_duration desc

Microsoft DevOps Engineer Expert AZ-400
Implement an instrumentation strategy
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot