ExamQuestions.com

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

Microsoft

Microsoft Azure IoT Developer (AZ-220)

99 / 125

Question 99:

You are building an industrial IoT solution where you collect telemetry data from a number of temperature sensors installed on high-performance pumps. Based on the telemetry data sent, the messages must be forwarded to a storage container, but in the cases where the temperature values coming from building 51 (which is a priority site) exceed 60 degrees must be published to a Service Bus topic which is monitored by the operations and maintenance personnel. You need to define message routing. 
How should you compose the routing query for the temperature exceptions?

Answer options:

A.$Coolant.Temperature > 60AND $deploymentLocation.building = "51"
B.Application.properties.Coolant.Temperature > 60AND $System.properties.deploymentLocation.building = "51"
C.$body.Coolant.Temperature > 60AND $twin.tags.deploymentLocation.building = "51"
D.$body.Coolant.Temperature > 60AND $twin.properties.reported.deploymentLocation.building = "51"