exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 7 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing an Azure solution to collect point-of-sale (POS) device data from 2,000 stores located throughout the world. A single device can produce
2 megabytes (MB) of data every 24 hours. Each store location has one to five devices that send data.
You must store the device data in Azure Blob storage. Device data must be correlated based on a device identifier. Additional stores are expected to open in the future.
You need to implement a solution to receive the device data.
Solution: Provision an Azure Event Grid. Configure the machine identifier as the partition key and enable capture.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
bbijls
Highly Voted 4 years, 2 months ago
I don't know who gave all the answer, but that person definitely failed the exam..
upvoted 149 times
kondapaturi
3 years, 11 months ago
what is the answer?
upvoted 1 times
...
Anil4Az
4 years ago
Good one... :)
upvoted 4 times
...
AnuSubramaniam
3 years, 10 months ago
Its Event Hub not, Grid.
upvoted 25 times
...
basquiat
1 year, 10 months ago
I honestly think that this is on purpose so people actually discuss the questions. Reverse psychology. LOL
upvoted 6 times
0cc50bf
9 months, 4 weeks ago
If they posted the real answers they would have Microsoft on their tail immediately.
upvoted 1 times
...
...
...
Dinima
Highly Voted 4 years, 2 months ago
I think event hub. Azure Event Hub can be used to get the messages from the various devices. Azure Event Hub capture can then be used to persist the events to Azure Blob storage.
upvoted 53 times
Tom87
4 years, 1 month ago
I agree. The solution says "enable capture". I have found capture only for Event Hub, not for Event Grid. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-capture-overview
upvoted 12 times
Esward
2 years, 4 months ago
Agreed
upvoted 1 times
...
...
...
Vichu_1607
Most Recent 7 months ago
No, the solution does not meet the goal. Azure Event Grid is primarily used for event-driven architectures and is designed to handle events and notifications. It is not suitable for directly ingesting and storing large amounts of data, such as the 2 MB of data per device per day from 2,000 stores.
upvoted 1 times
...
zeugo
1 year, 5 months ago
Its Eventhub, grid is primarly for event routing, allowing other resources like functions to react to changes from a blobstorage etc. Event hub is the choice for streaming telemetry data from thousands of sources to a blobstorage.Here is a digestable documentation for understanding the difference between Hub, Grid and ServiceBus: https://arindam-das.medium.com/demystifying-azures-eventing-services-a-comparison-of-event-hub-event-grid-and-service-bus-d578693dcf16
upvoted 2 times
...
Samuel316
1 year, 8 months ago
It should be EventHub, not EventGrid.
upvoted 1 times
...
ENGs
1 year, 8 months ago
Had this series of questions On my exam 2023-10 before the Update of the Exam
upvoted 1 times
...
macobuzi
1 year, 9 months ago
The answer is Azure Event Hub, not Event Grid.
upvoted 5 times
...
KarthikCS
2 years, 1 month ago
How come almost every answer marked by examtopic is incorrect. Whats the purpose of marking answers then if you have to follow discussion thread for each question?
upvoted 9 times
dddddd111
1 year, 7 months ago
Yeah, it is confusing. I failed in my first attempt. scored 644 only.
upvoted 2 times
...
...
Kluk_Kluk
2 years, 2 months ago
"device data from 2,000 stores located throughout the world." It is a distributed data streaming. Answer is EventHub
upvoted 5 times
...
fkaracan
2 years, 3 months ago
Selected Answer: B
Given solution does not meet the goal because you are using Event Grid instead of Event Hubs. Event Grid does not have a capture feature and it does not store data in Blob storage. You need to use Event Hubs as your source and enable capture with Blob storage as your destination.
upvoted 4 times
...
alexein74
2 years, 4 months ago
Selected Answer: B
B. No. Azure Event Grid is an event routing service that allows you to handle events from various Azure services and your own applications. It can be used to send events from an application to multiple subscribers, but it is not well suited for receiving data from thousands of devices and storing them in Azure Blob storage. Azure Event Grid is also not meant for long-term data storage and it is not a good fit for this scenario, where large amounts of data need to be stored and correlated based on a device identifier.
upvoted 4 times
...
cemergen
2 years, 5 months ago
Selected Answer: B
B is the correct answer
upvoted 1 times
...
Knightie
2 years, 9 months ago
Selected Answer: B
The reason for No is due to the max no. of partition. The question demands 5x2000 = 10000 parition, which is more than all tiers available. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas#basic-vs-standard-vs-premium-vs-dedicated-tiers
upvoted 3 times
...
Satish_Babu
2 years, 10 months ago
Selected Answer: B
EventHub not EventGrid
upvoted 1 times
...
sahirl
2 years, 10 months ago
Selected Answer: B
B is the correct answer
upvoted 1 times
...
AZAdam22
2 years, 10 months ago
Selected Answer: B
No - Capture is a feature of EventHub, not EventGrid.
upvoted 2 times
...
Dani_ac7
2 years, 11 months ago
Selected Answer: B
is event hub, not grid
upvoted 2 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 ...