
Ultimate access to all questions.
You are tasked with developing a stream processing solution for a financial services company that needs to monitor and analyze real-time transaction data for fraud detection. The data is being ingested into Azure Event Hubs. How would you approach creating a solution using Stream Analytics and Azure Event Hubs?
A
Use Stream Analytics to create a query that reads data from Azure Event Hubs and writes the output to a storage account.
B
Use Azure Event Hubs to ingest the data and then use Stream Analytics to process the data and create windowed aggregates for fraud detection.
C
Use Azure Event Hubs to ingest the data and then use Stream Analytics to process the data and handle schema drift for fraud detection.
D
Use Azure Event Hubs to ingest the data and then use Stream Analytics to process the data, handle schema drift, and create windowed aggregates for fraud detection.