ExamQuestions.com

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

Microsoft

Microsoft Azure IoT Developer (AZ-220)

93 / 125

Question 93:

You are operating a fleet of IoT devices which consists of several different types of environmental sensors. Because of some changes in the EHS standards, the maximum temperature limits for the sensors must be updated using the automatic device configuration feature of IoT hub. As the first step of the update process, you need to define the device scope of the operation. 
<pre class="brush:java;">1. tags.deviceType=`tempSensors`
2. properties.reported.sensorProperties.model=`MX-100C`
3. properties.desired.sensorProperties.HighAverageTemp=`35`
4. tags.location.city=’Bowmore’ 
</pre>
Which of the above expressions are valid target conditions that can be used to define the scope?

Answer options:

A.Only 1 and 3
B.1, 2 and 4
C.Only 3 and 4
D.All four are valid target conditions