Designing and Implementing an Azure AI Solution (legacy) — Question 33
You have deployed 1,000 sensors for an AI application that you are developing. The sensors generate large amounts data that is ingested on an hourly basis.
You want your application to analyze the data generated by the sensors in real-time.
Which of the following actions should you take?
Answer options
- A. Make use of Azure Kubernetes Service (AKS)
- B. Make use of Azure Cosmos DB
- C. Make use of an Azure HDInsight Hadoop cluster
- D. Make use of Azure Data Factory
Correct answer: C
Explanation
The correct choice is C, as an Azure HDInsight Hadoop cluster is designed for processing large volumes of data in real-time, making it suitable for your needs. Options A and B do not focus on real-time data processing, while D is primarily for data integration and not optimized for real-time analysis.