Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 21 question 1 discussion

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

HOTSPOT -
You need to implement event routing for retail store location data.
Which configurations should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Azure Blob Storage -
Azure event publishers and event handlers are at the core of the Event Grid routing-service. Event Grid listens to Azure event publishers, such as Blog Storage, then reacts by routing specific events to Azure event handlers, such as WebHooks. You can easily control this entire process at a granular level through event subscriptions and event filters.

Box 2: Azure Event Grid -
Azure Event Grid is a highly scalable event-routing service that listens for specific system events, then reacts to them according to your precise specifications. In the past, event handling has relied largely on polling ג€" a high latency, low-efficiency approach that can prove prohibitively expensive at scale.

Box 3: Azure Logic App -
Event Grid's supported event handlers currently include Event Hubs, WebHooks, Logic Apps, Azure Functions, Azure Automation and Microsoft Flow.
Reference:
https://www.appliedi.net/blog/using-azure-event-grid-for-highly-scalable-event-routing

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
le129
Highly Voted 2 years, 2 months ago
Shouldn't it be Azure Function App for the handler?
upvoted 38 times
willchenxa
2 years, 2 months ago
Agree, there is no logic app in the solution.
upvoted 6 times
...
Dani_ac7
2 years, 2 months ago
Yes, logic app is not mentioned
upvoted 5 times
...
...
juanckar
Highly Voted 1 year, 4 months ago
This was on the exam (July 2023). Went with blob/grid/function. Scored 917
upvoted 8 times
...
0cc50bf
Most Recent 3 months, 1 week ago
The answer is Blob Storage, Event Grid, Function app. You maniacs want to send the entire blob through the Service Bus, don't you? Fools. What you want is for Blob Storage to emit an event saying "a new blob is here" to the function app, and then the Function app reads the blob and potentially saves the data to Cosmos. Please don't use Service bus to send data when it's already been stored and can just as easily be read by a function.
upvoted 4 times
overhill
4 days, 7 hours ago
Good argument in favor of Event Grid
upvoted 1 times
...
...
robertical
6 months, 2 weeks ago
For the Handler, Logic Apps are not part of the test anymore, so Function App is probably the preferred option here, regardless of what it was before.
upvoted 1 times
...
james2033
8 months, 2 weeks ago
Event data --> Configuration Source = Azure Blob Storage Receiver = Azure Event Grid Handler = Azure Logic App
upvoted 1 times
Christian_garcia_martin
3 months, 2 weeks ago
logic app is not used in this case , Handler is the function
upvoted 1 times
...
...
egaws
9 months, 2 weeks ago
locations send data every hour to an Azure Blob storage account to support inventory, purchasing and delivery services. This data might be more than event grid max message size of 512k, so survicebus should be here
upvoted 2 times
abhishekgraphs
7 months ago
Agreed. Blob storage dispatch heavy-weight payload data that fall under the category of "messages" - the dispatched data packets are not light-weight events. We should use Service Bus here
upvoted 1 times
...
...
tawanda_belkis
1 year, 7 months ago
Is this microsoft question or Azure Function app
upvoted 2 times
...
warchoon
1 year, 7 months ago
"process sales financials" needs messages not events, "immediately" => Box 2: Azure Service Bus "Azure Functions must" => Box 3: Azure Function App
upvoted 2 times
warchoon
1 year, 7 months ago
ok, this is wrong. Because 21/1 has no Service Bus option and "financial" is probably for the audit trigger only. So Box:2 must be Event Grid
upvoted 2 times
warchoon
1 year, 7 months ago
... I mean 29/1 has no Service Bus
upvoted 2 times
...
...
surprise0011
1 year, 7 months ago
exactly. Event should not carry much information, so Azure Service Bus should be utilized
upvoted 2 times
...
...
OPT_001122
2 years ago
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. Logic app is not mentioned anywhere in the case study. So #3 should be Function app?
upvoted 8 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 ...