AZ-204 · Question #613
AZ-204 Question #613: Real Exam Question with Answer & Explanation
The correct answer is A: Create four partitions. Update serviceA to use one partition and serviceB to use three partitions.. Scaling with Event Hubs There are two factors that influence scaling with Event Hubs. Throughput units (standard tier) or processing units (premium tier) https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability
Question
You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports. You deploy two microservices named serviceA and serviceB to support managing inventory. You have the following requirements: - serviceA and serviceB must publish events to a single Azure Event Hub by using the Event Hubs SDK. - serviceA must publish 1,000 events per second. - serviceB must publish 3,000 events per second. - Costs must be minimized. You need to support the publishing of events. What should you do?
Options
- ACreate four partitions. Update serviceA to use one partition and serviceB to use three partitions.
- BEnable and configure Azure Event Hubs Capture.
- CCreate an Azure Event Hubs dedicated cluster. Configure the capacity units to one and the
- DCreate and configure an Azure Schema Registry in Event Hubs. Update serviceA and serviceB to
- ECreate four consumer groups. Update serviceA to use one consumer group and serviceB to use
Explanation
Scaling with Event Hubs There are two factors that influence scaling with Event Hubs. Throughput units (standard tier) or processing units (premium tier) https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability
Community Discussion
No community discussion yet for this question.