
Ultimate access to all questions.
You are developing a stream processing solution for a manufacturing company that requires processing sensor data from production lines in real-time. The data is received through Azure Event Hubs and you need to use Stream Analytics to create windowed aggregates for analyzing production efficiency. Describe how you would set up the Stream Analytics job to handle this scenario, including the types of windowed aggregates you would use and how you would ensure data consistency across partitions.
A
Set up Stream Analytics to read data, use fixed windows for aggregates, and ignore data consistency across partitions.
B
Configure Stream Analytics to read data, use sliding windows for aggregates, and ensure data consistency by using partition keys.
C
Use Stream Analytics to read data, use tumbling windows for aggregates, and ignore partitions.
D
Set up Stream Analytics to read data, use session windows for aggregates, and focus only on processing data in real-time without considering consistency.