exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 5 question 43 discussion

Actual exam question from Microsoft's AZ-204
Question #: 43
Topic #: 5
[All AZ-204 Questions]

Case study -

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.


To start the case study -
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.


Background -

VanArsdel, Ltd. is a global office supply company. The company is based in Canada and has retail store locations across the world. The company is developing several cloud-based solutions to support their stores, distributors, suppliers, and delivery services.


Current environment -


Corporate website -

The company provides a public website located at http://www.vanarsdelltd.com. The website consists of a React JavaScript user interface, HTML, CSS, image assets, and several APIs hosted in Azure Functions.


Retail Store Locations -

The company supports thousands of store locations globally. Store locations send data every hour to an Azure Blob storage account to support inventory, purchasing and delivery services. Each record includes a location identifier and sales transaction information.


Requirements -

The application components must meet the following requirements:


Corporate website -

• Secure the website by using SSL.
• Minimize costs for data storage and hosting.
• Implement native GitHub workflows for continuous integration and continuous deployment (CI/CD).
• Distribute the website content globally for local use.
• Implement monitoring by using Application Insights and availability web tests including SSL certificate validity and custom header value verification.
• The website must have 99.95 percent uptime.


Retail store locations -

• Azure Functions must process data immediately when data is uploaded to Blob storage. Azure Functions must update Azure Cosmos DB by using native SQL language queries.
• Audit store sale transaction information nightly to validate data, process sales financials, and reconcile inventory.


Delivery services -

• Store service telemetry data in Azure Cosmos DB by using an Azure Function. Data must include an item id, the delivery vehicle license plate, vehicle package capacity, and current vehicle location coordinates.
• Store delivery driver profile information in Azure Active Directory (Azure AD) by using an Azure Function called from the corporate website.


Inventory services -

The company has contracted a third-party to develop an API for inventory processing that requires access to a specific blob within the retail store storage account for three months to include read-only access to the data.


Security -

• All Azure Functions must centralize management and distribution of configuration data for different environments and geographies, encrypted by using a company-provided RSA-HSM key.
• Authentication and authorization must use Azure AD and services must use managed identities where possible.


Issues -


Retail Store Locations -

• You must perform a point-in-time restoration of the retail store location data due to an unexpected and accidental deletion of data.
• Azure Cosmos DB queries from the Azure Function exhibit high Request Unit (RU) usage and contain multiple, complex queries that exhibit high point read latency for large items as the function app is scaling.


You need to test the availability of the corporate website.

Which two test types can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. Standard
  • B. URL ping
  • C. Custom testing using the TrackAvailability API method
  • D. Multi-step
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AndySmith
Highly Voted 1 year, 6 months ago
A and C per this requirement: "Implement monitoring by using Application Insights and availability web tests including SSL certificate validity and custom header value verification." A - Standard test: This single request test is similar to the URL ping test. It includes TLS/SSL certificate validity, proactive lifetime check, HTTP request verb. C - Custom TrackAvailability test: If you decide to create a custom application to run availability tests, you can use the TrackAvailability() method to send the results to Application Insights. https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-overview#types-of-tests
upvoted 8 times
...
arunkuml
Highly Voted 1 year, 4 months ago
Got it in the exam 14/12/23. Scored 912/1000. All questions are from ExamTopics. Case study - VanArsdel, Ltd (11 questions)
upvoted 8 times
...
w1ktorija
Most Recent 1 month, 4 weeks ago
Selected Answer: AC
A and C, because URL ping is deprecated Had this case today it included 11 questions. All 11 was from here. Scored 850, around 70 - 80% was from here, in total got 49 questions. So This tutorial helped a lot!
upvoted 1 times
...
Iaminall
2 months, 1 week ago
Selected Answer: CD
CD upon Grok
upvoted 1 times
...
bbc9a52
3 months, 2 weeks ago
Selected Answer: BD
To test the availability of the corporate website, the following two options are correct: Correct answers: B. URL ping This type of test is useful for checking the availability of a specific URL. It's a simple and straightforward way to test if the website is accessible. D. Multi-step Multi-step testing is useful for simulating complex website interactions, such as navigating through multiple pages, performing specific actions, or verifying custom elements. Additional explanation: A. Standard: Not applicable because it's not a specific test type for websites in Application Insights. C. Custom testing using the TrackAvailability API method: This is a valid option for custom testing, but it is not mentioned in the requirements as a specific need for this situation. These two selected tests (URL Ping and Multi-step) meet the requirements of the case study of monitoring the availability of the corporate website.
upvoted 1 times
...
AndySmith
1 year, 5 months ago
On exam 3-Nov-2023. Went with proposed answer - 932/1000.
upvoted 3 times
...
ENGs
1 year, 7 months ago
Selected Answer: AC
A and C
upvoted 2 times
...
drkpnsh
1 year, 8 months ago
Because it is for the local use, my understanding is it is in the intranet, not internet. So url ping & multi step cannot be used. https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-overview#types-of-tests
upvoted 2 times
lorenaizzo
1 year, 8 months ago
The answer must meet the following rule "• Implement monitoring by using Application Insights and availability web tests including SSL certificate validity and custom header value verification." So Standard Test can check if the certificate is valid. And creating a custom application and sending the results using a Custom TrackAvailabilityTest. About the local site vs internet... "The older classic tests, URL ping test and multi-step web test, rely on the DNS infrastructure of the public internet to resolve the domain names of the tested endpoints. If you're using private DNS, you must ensure that the public domain name servers can resolve every domain name of your test. When that's not possible, you can use custom TrackAvailability tests instead." I understand that you can use any of them, just need to pay attention to the DNS entries (and routing)
upvoted 1 times
...
...
lyggwtwtczxnhznebw
1 year, 8 months ago
Selected Answer: AC
Based on https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-overview#types-of-tests the answer is correct.
upvoted 4 times
...
Arr14487
1 year, 8 months ago
given answer , i think its wrong. it should be urlping and multi step
upvoted 3 times
Mattt
6 months ago
You should write the reason as well
upvoted 2 times
...
...
Firo
1 year, 9 months ago
Selected Answer: AC
The answer is correct A-Standard C-Custom Testing - TrackAvailability https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-overview#types-of-tests
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago