
Ultimate access to all questions.
You are tasked with creating a stream processing solution for a media streaming service that needs to analyze user interactions in real-time. The data is ingested through Azure Event Hubs and you need to use Stream Analytics to process this data. Describe the steps you would take to set up this stream processing solution, including how you would handle schema drift and create windowed aggregates to analyze user engagement over time.
A
Set up Azure Event Hubs to ingest data, use Azure Stream Analytics with a fixed schema, and create simple aggregates without windows.
B
Configure Azure Event Hubs for data ingestion, use Azure Stream Analytics with a dynamic schema to handle drift, and implement tumbling window aggregates for engagement analysis.
C
Use Azure Event Hubs for data ingestion, ignore schema drift, and focus only on processing data in real-time without any aggregates.
D
Set up Azure Event Hubs and Azure Stream Analytics, but only process data without considering schema drift or creating aggregates.