Question 53 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 53 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

HOTSPOT - You are building a traffic monitoring system that monitors traffic along six highways.

The system produces time series analysis-based reports for each highway.

Data from traffic sensors are stored in Azure Event Hub.

Traffic data is consumed by four departments.

Each department has an Azure Web App that displays the time series-based reports and contains a WebJob that processes the incoming data from Event Hub.

All Web Apps run on App Service Plans with three instances.

Data throughput must be maximized.

Latency must be minimized.

You need to implement the Azure Event Hub.

Which settings should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

Setting Value

Number of partitions
3
4
6
12

Partition Key

Highway
Department
Timestamp
VM name

Explanations

Answer Area

Setting Value

Number of partitions
3
4
6
12

Partition Key

Highway
Department
Timestamp
VM name

Box 1: 6 - The number of partitions is specified at creation and must be between 2 and 32

There are 6 highways.

Box 2: Highway - Reference: https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features.