Designing and Implementing an Azure AI Solution (legacy) — Question 51
You have deployed several Azure IoT Edge devices for an AI solution. The Azure IoT Edge devices generate measurement data from temperature sensors.
You need a solution to process the sensor data. Your solution must be able to write configuration changes back to the devices.
You make use of Microsoft Azure IoT Hub.
Does this action accomplish your objective?
Answer options
- A. Yes, it does
- B. No, it does not
Correct answer: A
Explanation
Using Microsoft Azure IoT Hub is an appropriate choice because it facilitates the processing of data from IoT Edge devices and allows for bi-directional communication, including sending configuration changes back to the devices. The alternative option is incorrect because without Azure IoT Hub, you would lack the necessary infrastructure to achieve these objectives.