AI-100 Exam QuestionsBrowse all questions from this exam

AI-100 Exam - Question 158


DRAG DROP -

You are designing a solution that uses drones to monitor remote locations for anomalies. The drones have Azure IoT Edge devices. The solution must meet the following requirements:

✑ Email a user the picture and location of an anomaly when an anomaly is detected.

✑ Use a video stream to detect anomalies at the location.

✑ Send the pictures and location information to Azure.

✑ Use the latest amount of code possible.

You develop a custom vision Azure Machine Learning module to detect the anomalies.

Which service should you use for each requirement? To answer, drag the appropriate services to the correct requirements. Each service may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Select and Place:

Exam AI-100 Question 158
Show Answer
Correct Answer:
Exam AI-100 Question 158

Box 1: Azure IOT Edge -

Example:

Exam AI-100 Question 158

You configure the Remote Monitoring solution to respond to anomalies detected by an IoT Edge device. IoT Edge devices let you process telemetry at the edge to reduce the volume of telemetry sent to the solution and to enable faster responses to events on devices.

Box 2: Azure Functions -

Box 3: Azure Logic Apps -

References:

https://docs.microsoft.com/en-us/azure/iot-accelerators/iot-accelerators-remote-monitoring-edge

Discussion

6 comments
Sign in to comment
robotcop
Dec 21, 2020

i think the second box answer should be Azure IoT Hub . https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-python-python-file-upload

calannap
Dec 26, 2020

I agree, why would you run Azure Functions in a IoT edge module when you can just use IoT Hub to notify the event of an anomaly?

Romesh
Feb 11, 2021

IOT Edge HUB Logic APP function is NOK as question mentions latest code to be used.

Cornholioz
Feb 12, 2021

What does this mean: "✑ Send the pictures and location information to Azure" ??? The IoT Hub is hosted in Azure... it does bidirectional messaging "from" the cloud. Here, the question is asking to send pics "To" Azure. Doesn't this mean that something sitting off-Azure should send it TO Azure? I don't see how IoT Hub can be the answer. In fact, I don't see what's the point of this question! I would have used Functions on the Edge device to send data to Azure... but the question says use least code. Poorly framed question!

Cornholioz
Feb 12, 2021

I think the 2nd answer should also be IoT Edge. It lies in the device and can send TO Azure (TO Azure IoT Hub).

UtkarshPrakash
Oct 25, 2020

Can someone clarify that why can't we use Iot Hub for sending data to azure?

uhmdiddlebum
Oct 27, 2020

I'm not 100% sure, but I think it's because IoT Hub cannot operate on an Edge device (it collects data from other Edge devices). So you need a function on the Edge device to promp the data sending when necessary.

HaoHu
Nov 21, 2020

Maybe coz IoT hub has the limitation about data size and quota...

HaoHu
Nov 21, 2020

Maybe coz IoT hub has the limitation about data size and quota...

zzxl
Feb 26, 2021

For the second box, I think Azure Function works. Link here: https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-deploy-function?view=iotedge-2018-06#:~:text=You%20can%20use%20Azure%20Functions,the%20simulated%20IoT%20Edge%20device.&text=Use%20Visual%20Studio%20Code%20to%20create%20an%20Azure%20Function.

zzxl
Feb 26, 2021

The subject of the second box should be the IoT device. So what really matters here is whether the solution can be hosted in the device to perform "sending the picture.."

jdev
May 14, 2021

IoT Edge Azure Logic App Azure Logic App (Question says the 'least' code possible, so Logic Apps can do the last two acts)

dijaa
Aug 23, 2021

correct