AZ-204 · Question #626
You need to configure a test that will generate HTTP POST requests that include custom headers. Your solution must minimize development effort. Which type of test should you configure?
The correct answer is B. Standard test. Standard test: A type of availability test that checks the availability of a website by sending a single request, similar to the deprecated URL ping test. In addition to validating whether an endpoint is responding and measuring the performance, Standard tests also include…
Question
Options
- AMulti-step web test
- BStandard test
- CURL ping test
- DCustom TrackAvailability test
How the community answered
(22 responses)- A9% (2)
- B73% (16)
- C14% (3)
- D5% (1)
Explanation
Standard test: A type of availability test that checks the availability of a website by sending a single request, similar to the deprecated URL ping test. In addition to validating whether an endpoint is responding and measuring the performance, Standard tests also include TLS/SSL certificate validity, proactive lifetime check, HTTP request verb (for example, GET,HEAD, and POST), custom headers, and custom data associated with your HTTP request. https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability
Topics
Community Discussion
No community discussion yet for this question.