Microsoft
70-776 · Question #1
You are building a Microsoft Azure Stream Analytics job definition that includes inputs, queries, and outputs. You need to create a job that automatically provides the highest level of parallelism…
The correct answer is A. Configure event hubs and blobs to use the PartitionKey field as the partition ID. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-parallelization
Implement Big Data Real-Time Processing Solutions
Question
You are building a Microsoft Azure Stream Analytics job definition that includes inputs, queries, and outputs. You need to create a job that automatically provides the highest level of parallelism to the compute instances. What should you do?
Options
- AConfigure event hubs and blobs to use the PartitionKey field as the partition ID.
- BSet the partition key for the inputs, queries, and outputs to use the same partition folders.
- CSet the partition key for the inputs, queries, and outputs to use the same partition folders.
- DDefine the number of input partitions to equal the number of output partitions.
How the community answered
(41 responses)- A78% (32)
- B2% (1)
- C12% (5)
- D7% (3)
Explanation
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-parallelization
Topics
#Stream Analytics#parallelism#partition key#event hubs
Community Discussion
No community discussion yet for this question.