Designing and Implementing an Azure AI Solution (legacy) — Question 1
Your company has factories in 10 countries. Each factory contains several thousand IoT devices.
The devices present status and trending data on a dashboard.
You need to ingest the data from the IoT devices into a data warehouse.
Which two Microsoft Azure technologies should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Azure Stream Analytics
- B. Azure Data Factory
- C. an Azure HDInsight cluster
- D. Azure Batch
- E. Azure Data Lake
Correct answer: C, E
Explanation
The correct answers are C and E. Azure HDInsight can process large amounts of data efficiently, making it suitable for handling IoT device data. Azure Data Lake is ideal for storing vast amounts of unstructured data, which aligns perfectly with the requirements for a data warehouse. The other options, while useful for data processing or integration, do not specifically address the needs for both processing and storage in this context.