Microsoft
AZ-204 · Question #361
A company is building a traffic monitoring system. The system would be monitoring the traffic along 4 highways. The system would be responsible for producing a time series-based analysis report for…
The correct answer is A. Highway. Since the data would come in for each highway, the highway represented by probably a highway number would be ideal for the partition key. The other options are incorrect since they would not provide ideal values for the distribution of data across the partitions…
Submitted by devops_kid· Mar 30, 2026Connect to and consume Azure services and third-party services
Question
A company is building a traffic monitoring system. The system would be monitoring the traffic along 4 highways. The system would be responsible for producing a time series-based analysis report for each highway. The traffic sensors on each highway have been configured to send its data to Azure Event Hubs. The data from Event Hubs is then consumed by three departments. Each department makes use of an Azure Web App to display the data. You have to implement the Azure Event Hub instance. You need to implement a solution which ensures data throughput is maximized and latency is minimized. Which of the following would you use as the partition key?
Options
- AHighway
- BDepartment
- CTimestamp
- DDatestamp
How the community answered
(26 responses)- A73% (19)
- B4% (1)
- C15% (4)
- D8% (2)
Explanation
Since the data would come in for each highway, the highway represented by probably a highway number would be ideal for the partition key. The other options are incorrect since they would not provide ideal values for the distribution of data across the partitions. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features#partitions
Topics
#Event Hubs#partitions#throughput optimization#traffic monitoring
Community Discussion
No community discussion yet for this question.