ExamQuestions.com

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

Microsoft

Microsoft Azure IoT Developer (AZ-220)

56 / 125

Question 56:

You operate an IoT solution for a plant manufacturing ceramic filter inserts for the automotive industry. The critical part of the technology where the products are being baked in high-temperature ovens. A large number of temperature data is collected from several ovens by sensors, most of them being not relevant. However, when the average temperature exceeds a certain threshold, an alarm has to be triggered and the data related to the exception event must be forwarded to the IoT hub. You start building a solution using Azure Stream Analytics running on edge devices, following these steps: Create a Stream Analytics job
Create a storage account
Set the input of the job to Edge Hub
<.......1........>
Define the transformation query
<.......2........>
Create a deployment manifest
Which two steps are missing?

Answer options:

A.Set the output of the job to Edge Hub
B.Set the output of the job to Event Hub
C.Link the job with a container in a storage account
D.Link the job with the IoT Hub
E.Define the routes between the edge modules