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:
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
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.
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
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
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
...
Log in to ExamTopics
Sign in:
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.
le129
Highly Voted 2 years, 2 months agowillchenxa
2 years, 2 months agoDani_ac7
2 years, 2 months agojuanckar
Highly Voted 1 year, 4 months ago0cc50bf
Most Recent 3 months, 1 week agooverhill
4 days, 7 hours agorobertical
6 months, 2 weeks agojames2033
8 months, 2 weeks agoChristian_garcia_martin
3 months, 2 weeks agoegaws
9 months, 2 weeks agoabhishekgraphs
7 months agotawanda_belkis
1 year, 7 months agowarchoon
1 year, 7 months agowarchoon
1 year, 7 months agowarchoon
1 year, 7 months agosurprise0011
1 year, 7 months agoOPT_001122
2 years ago