
Ultimate access to all questions.
Given a scenario where a data pipeline in Azure Data Factory needs to process real-time data feeds from IoT devices, describe how you would design the pipeline to handle this real-time data processing, including the use of Azure Stream Analytics and integration with Azure Data Factory.
A
Batch process the data at regular intervals without considering real-time requirements.
B
Use Azure Stream Analytics for real-time data processing, integrate it with Azure Data Factory using linked services, and design the pipeline to handle continuous data streams with appropriate triggers and activities.
C
Manually trigger the pipeline each time new data arrives from the IoT devices.
D
Store real-time data in a queue and process it in batches at a later time.