Correct Answer: C
Azure Event Hubs are the Azure product that consumes data streams from applications at high throughput and low latency.
The following diagram demonstrates how data is sent to Azure Stream Analytics, analyzed, and sent for further actions like presentation or storage.
Option A is incorrect. Using Azure Table storage for job’s input is not the right option.
Option B is incorrect. Azure Blob Storage is not a recommended choice for high throughput and low latencies. Azure event hub is a better choice.
Option C is correct. Azure Event Hubs are the Azure product that consumes data streams from applications at high throughput and low latency.
Option D is incorrect. Using Azure Data Lake storage for job’s input is not the right option.
Option E is incorrect. Using Azure Queue storage for job’s input is not the right option.
Reference:
To know more about Azure Event hubs, please visit the below-given link:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction