AZ-204 · Question #457
AZ-204 Question #457: Real Exam Question with Answer & Explanation
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 defi
Question
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 configure the event hub to allow for per-road throttling. What should you do?
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.
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.
Community Discussion
No community discussion yet for this question.