AZ-204 · Question #457
You are developing a road tollway tracking application that sends tracking events by using Azure Event Hubs using premium tier. Each road must have a throttling policy uniquely assigned. You need to…
The correct answer is D. Use a unique application group for each road. An application group is a collection of client applications that connect to an Event Hubs namespace sharing a unique identifying condition such as the security context - shared access policy or Azure Active Directory (Azure AD) application ID. Azure Event Hubs enables you to…
Question
Options
- AUse a unique consumer group for each road.
- BEnsure each road stores events in a different partition.
- CEnsure each road has a unique connection string.
- DUse a unique application group for each road.
How the community answered
(46 responses)- A15% (7)
- B4% (2)
- C7% (3)
- D74% (34)
Explanation
An application group is a collection of client applications that connect to an Event Hubs namespace sharing a unique identifying condition such as the security context - shared access policy or Azure Active Directory (Azure AD) application ID. Azure Event Hubs enables you to define resource access policies such as throttling policies for a given application group and controls event streaming (publishing or consuming) between client applications and Event Hubs. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features.
Topics
Community Discussion
No community discussion yet for this question.