nerdexam
Microsoft

AZ-400 · Question #258

Hotspot Question You have an application named App1 that has a custom domain of app.contoso.com. You create a test in Azure Application Insights as shown in the following exhibit. Use the drop-down me

The correct answer is The test will execute [answer choice]: every five minutes per location; The test will pass if [answer choice] within 30 seconds.: all the HTML, JavaScripts, and images of App1 load. The exhibit shows that the test frequency is set to '5 minutes' and there are '4 location(s) configured'. Therefore, the test will execute every five minutes per location. This means each of the four locations will run a test every five minutes. The explanation for "Box 1: every

Submitted by carlos_mx· Mar 6, 2026Implement an instrumentation strategy

Question

Hotspot Question You have an application named App1 that has a custom domain of app.contoso.com. You create a test in Azure Application Insights 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-400 question #258 exhibit 1
AZ-400 question #258 exhibit 2
AZ-400 question #258 exhibit 3
AZ-400 question #258 exhibit 4

Answer Area

  • The test will execute [answer choice]every five minutes per location
    every 30 seconds at a random locationevery 30 seconds per locationevery five minutes at a random locationevery five minutes per location
  • The test will pass if [answer choice] within 30 seconds.all the HTML, JavaScripts, and images of App1 load
    App1 responds to an ICMP pingthe HTML of App1 and the HTML from URLs in <a> tags loadall the HTML, JavaScripts, and images of App1 load

Explanation

The exhibit shows that the test frequency is set to '5 minutes' and there are '4 location(s) configured'. Therefore, the test will execute every five minutes per location. This means each of the four locations will run a test every five minutes. The explanation for "Box 1: every five minutes per location" confirms this.

For the test to pass, the 'Success criteria' must be met. The 'Test Timeout' is set to '30 seconds'. Crucially, the 'Parse dependent requests' checkbox is selected. This setting instructs Application Insights to not only request the main HTML document (app.contoso.com) but also to download all associated resources like images, scripts (JavaScripts), and style files. The explanation for "Box 2: all the HTML, JavaScripts, and images of App1 load" clarifies that when 'Parse dependent requests' is enabled, the test verifies that all these dependent resources are successfully downloaded within the specified timeout (30 seconds). If any of these resources fail to load, the test will fail.

Topics

#Azure Application Insights#Availability Testing#Web Tests#Application Monitoring

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice