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
Question
Exhibits
Answer Area
- The test will execute [answer choice]every five minutes per locationevery 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 loadApp1 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
Community Discussion
No community discussion yet for this question.



