ExamQuestions.com

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

Microsoft

Microsoft Azure IoT Developer (AZ-220)

20 / 125

Question 20:

You as an IoT Engineer, need to provision thousands of new devices over several IoT Hubs. Because of the large number of devices, you need to use the DPS service. You know that the following steps must be completed in order to get the solution fully operating: Create an enrollment list containing the registration information of the devices
Connect the devices to the DPS
DPS <..........1........> of the devices in the enrollment list
DPS registers the devices with an IoT Hub
DPS <..........2........> of the devices
The IoT hub returns the device ID to the DPS
DPS returns the connection information to the device
The device connects to the IoT Hub
The device <..........3........> from its device twin
The device starts sending data
Which of the following actions fit into the above steps?

Answer options:

A.1- sets the desired state; 2- validates the identity; 3 - gets the desired state
B.1 - sets the desired state; 2 - validates the identity; 3 - gets the tag values
C.1 - validates the identity; 2 - sets the desired state; 3 - gets the desired state
D.1 - validates the identity; 2 - gets the reported state; 3 - gets the desired state