nerdexam
Microsoft

AZ-400 · Question #206

Hotspot Question 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. Use the

The correct answer is To create an alert based on the page load experience of most users, the alerting level must be based on percentile_duration_50. = No; To create an alert based on the page load experience of most users, the alerting level must be based on percentile_duration_90. = No; To create an alert based on the page load experience of most users, the alerting level must be based on percentile_duration_95. = Yes; To create an alert based on the page load experience of most users, the alerting level must be based on threshold. = No; To only create an alert when authentication error occurs on the server, the query must be filtered on item Type. = No; To only create an alert when authentication error occurs on the server, the query must be filtered on resultCode. = Yes; To only create an alert when authentication error occurs on the server, the query must be filtered on source. = No; To only create an alert when authentication error occurs on the server, the query must be filtered on success. = No. The correct answer is 'Yes' for percentile_duration_95 because the 95th percentile represents the page load experience for the vast majority (95%) of users, making it the most representative metric for alerting on 'most users' page load performance. The 50th percentile (median) o

Submitted by javi_es· Mar 6, 2026Monitor and Optimize Azure Solutions - specifically configuring Application Insights alerts based on performance telemetry and understanding percentile-based metrics for user experience monitoring.

Question

Hotspot Question 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. 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-400 question #206 exhibit 1
AZ-400 question #206 exhibit 2
AZ-400 question #206 exhibit 3
AZ-400 question #206 exhibit 4

Answer Area

  • To create an alert based on the page load experience of most users, the alerting level must be based on percentile_duration_50.No
  • To create an alert based on the page load experience of most users, the alerting level must be based on percentile_duration_90.No
  • To create an alert based on the page load experience of most users, the alerting level must be based on percentile_duration_95.Yes
  • To create an alert based on the page load experience of most users, the alerting level must be based on threshold.No
  • To only create an alert when authentication error occurs on the server, the query must be filtered on item Type.No
  • To only create an alert when authentication error occurs on the server, the query must be filtered on resultCode.Yes
  • To only create an alert when authentication error occurs on the server, the query must be filtered on source.No
  • To only create an alert when authentication error occurs on the server, the query must be filtered on success.No

Explanation

The correct answer is 'Yes' for percentile_duration_95 because the 95th percentile represents the page load experience for the vast majority (95%) of users, making it the most representative metric for alerting on 'most users' page load performance. The 50th percentile (median) only represents the midpoint of users, and while useful, it doesn't capture the experience of users with slower load times. The 90th percentile is closer but still excludes a significant portion of users who may be experiencing poor performance.

Topics

#Application Insights#Azure Monitor Alerts#Performance Monitoring#KQL Log Queries

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice