nerdexam
Microsoft

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…

Submitted by naveen.iyer· Mar 30, 2026Connect to and consume Azure services and third-party services

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.

How the community answered

(46 responses)
  • A
    15% (7)
  • B
    4% (2)
  • C
    7% (3)
  • D
    74% (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

#Event Hubs#application groups#throttling#premium tier

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice