ExamQuestions.com

Register
Login
Microsoft Azure IoT Developer (AZ-220) Exam Questions

Microsoft

Microsoft Azure IoT Developer (AZ-220)

4 / 125

Question 4:

You have to build an IoT solution which gathers data from 400 devices, with the expected total load of 100000 messages per day. Most of the devices are smart sensors, ready to connect to the IoT Hub, but some of them need to be connected via Linux-basedgateway devices. You want to use advanced configurations to control the devices remotely and to distribute some logic to the edges. There are also some low resource, legacy temperature sensors which must be directly connected to the Hub and need to communicate through port 443. 
Which communication protocol would you use for which device category?

Answer options:

A.Smart sensors - MQTT; Gateway - AMQP ; Temp sensors - AMQP
B.Smart sensors - MQTT; Gateway - AMQP ; Temp sensors - HTTPS
C.Smart sensors - MQTT; Gateway - MQTT; Temp sensors - HTTPS
D.Smart sensors - MQTT; Gateway - MQTT over WebSockets; Temp sensors - HTTPS