exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 29 discussion

Actual exam question from Microsoft's AI-100
Question #: 29
Topic #: 2
[All AI-100 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You need to create an IoT solution that performs the following tasks:
✑ Identifies hazards
✑ Provides a real-time online dashboard
✑ Takes images of an area every minute
✑ Counts the number of people in an area every minute
Solution: You configure the IoT devices to send the images to an Azure IoT hub, and then you configure an Azure Functions call to Azure Cognitive Services that sends the results to an Azure event hub. You configure Microsoft Power BI to connect to the event hub by using Azure Stream Analytics.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Instead use Cognitive Services containers on the IoT devices.
References:
https://azure.microsoft.com/es-es/blog/running-cognitive-services-on-iot-edge/ https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-live-data-visualization-in-power-bi

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
2 years ago
A. Yes The provided solution meets the stated goals of the IoT solution: Identifies hazards: By configuring Azure Functions to call Azure Cognitive Services, the solution can analyze the images received from the IoT devices and identify hazards or objects of interest. Provides a real-time online dashboard: By connecting Microsoft Power BI to the Azure event hub using Azure Stream Analytics, the solution can stream the analyzed results to Power BI for real-time visualization and dashboard creation. Takes images of an area every minute: By configuring the IoT devices to send the images to an Azure IoT hub, the solution ensures that images are captured from the area at regular intervals. Counts the number of people in an area every minute: Although the exact method for counting people in the area is not specified in the solution, it can be achieved by utilizing Azure Cognitive Services or other image processing techniques within the Azure Functions.
upvoted 1 times
...
BleadFast
4 years, 3 months ago
It says that it identifies hazards. from that I understand that it does that by its own without the need for cloud. So the solution needs to be imbedded inside, thus No
upvoted 1 times
...
linalina
4 years, 3 months ago
Isn't this exactly the example shown here: https://docs.microsoft.com/en-us/learn/modules/build-ml-model-with-azure-stream-analytics/ ?
upvoted 3 times
BleadFast
4 years, 3 months ago
very similar indeed
upvoted 1 times
...
...
renuka1234
4 years, 4 months ago
I don't think it is wrong!
upvoted 1 times
renuka1234
4 years, 4 months ago
It doesn't have to be in the edge all the time!
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...