ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 152 - AZ-204 discussion

Report
Export

You are developing applications for a company. You plan to host the applications on Azure App Services.

The company has the following requirements:

Every five minutes verify that the websites are responsive.

Verify that the websites respond within a specified time threshold. Dependent requests such as images and JavaScript files must load properly.

Generate alerts if a website is experiencing issues.

If a website fails to load, the system must attempt to reload the site three more times.

You need to implement this process with the least amount of effort.

What should you do?

A.
Create a Selenium web test and configure it to run from your workstation as a scheduled task.
Answers
A.
Create a Selenium web test and configure it to run from your workstation as a scheduled task.
B.
Set up a URL ping test to query the home page.
Answers
B.
Set up a URL ping test to query the home page.
C.
Create an Azure function to query the home page.
Answers
C.
Create an Azure function to query the home page.
D.
Create a multi-step web test to query the home page.
Answers
D.
Create a multi-step web test to query the home page.
E.
Create a Custom Track Availability Test to query the home page.
Answers
E.
Create a Custom Track Availability Test to query the home page.
Suggested answer: D

Explanation:

You can monitor a recorded sequence of URLs and interactions with a website via multi-step web tests.

Incorrect Answers:

A: Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers.

It provides extensions to emulate user interaction with browsers, a distribution server for scaling browser allocation, and the infrastructure for implementations of the W3C WebDriver specification that lets you write interchangeable code for all major web browsers.

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/app/availability-multistep

asked 02/10/2024
John Shelby
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first