Question 40:
You work for a company that is about setting up a country-wide environmental monitoring system for real-time air pollution monitoring. The system, in the first stage, will consist of 10000 sensor end-devices deployed. The sensors have been registered to the appropriate IoT hubs through 100 edge devices. Now you need to deploy the necessary computation logic to the edge devices for particle sensors. Other devices, e.g. NO2 sensors, should be left untouched. What do you need to achieve your goal?
Answer options:
A.A deployment manifest; a target condition of properties.desired.deviceType = ‘Particle sensor’; S1 tier IoT Hub B.A deployment manifest; target condition of tags.deviceType = ‘Particle sensor’; S1 tier IoT Hub C.A deployment manifest; target condition of tags.deviceType = ‘Particle sensor’; B2 tier IoT Hub D.A deployment manifest; target condition of tags.deviceType = “Particle sensor”; B2 tier IoT Hub