nerdexam
Microsoft

AZ-104 · Question #403

Hotspot Question You have an Azure subscription that contains several virtual machines and an Azure Log Analytics workspace named Workspace1. You create a log search query as shown in the following…

The query uses 'ago(14d)' as the time filter, which means it retrieves data from the past 14 days regardless of which day it is run - so running it on Monday still returns the last 14 days of events. The 'render timechart' command with 'avg(CounterValue)' aggregation displays…

Submitted by tyler.j· Mar 4, 2026Monitor and maintain Azure resources - specifically configuring and interpreting Azure Log Analytics workspace queries using KQL, including time range filtering (ago()) and result rendering (render timechart)

Question

Hotspot Question You have an Azure subscription that contains several virtual machines and an Azure Log Analytics workspace named Workspace1. You create a log search query as shown in the following exhibit. 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. Answer:

Exhibits

AZ-104 question #403 exhibit 1
AZ-104 question #403 exhibit 2

Answer Area

  • If you run the query on Monday, the query will return the events from the last:
  • The query results will be displayed in a

Explanation

The query uses 'ago(14d)' as the time filter, which means it retrieves data from the past 14 days regardless of which day it is run - so running it on Monday still returns the last 14 days of events. The 'render timechart' command with 'avg(CounterValue)' aggregation displays results as a time-based chart where the Y axis represents the average CounterValue metric, making it a graph with avg(CounterValue) on the Y axis rather than a table or other visualization type.

Topics

#Azure Monitor#Log Analytics#KQL (Kusto Query Language)#Azure Diagnostics

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice