Microsoft DevOps Engineer Expert AZ-400 Practice Question

You are reviewing Application Insights data stored in the AppTraces table of an Azure Monitor Log Analytics workspace. You must write a Kusto Query Language (KQL) query that returns, for the last 24 hours, the total number of log records whose severity is Warning or higher, grouped by the cloud role (component) and sorted by the highest count first. Which query meets the requirement?

  • AppTraces | where TimeGenerated > ago(24h) | where SeverityLevel >= 2 | distinct Cloud_RoleName, SeverityLevel

  • AppTraces | where TimeGenerated > ago(24h) | summarize WarningCount = countif(SeverityLevel >= 2) | order by TimeGenerated desc

  • AppTraces | where TimeGenerated > ago(24h) | where SeverityLevel >= 2 | summarize WarningCount = count() by Cloud_RoleName | order by WarningCount desc

  • AppTraces | where TimeGenerated > ago(24h) | summarize CountPerRole = count() by Cloud_RoleName | where SeverityLevel >= 2 | order by CountPerRole 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