exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 37 discussion

Actual exam question from Microsoft's AI-102
Question #: 37
Topic #: 1
[All AI-102 Questions]

You have a factory that produces food products.
You need to build a monitoring solution for staff compliance with personal protective equipment (PPE) requirements. The solution must meet the following requirements:
* Identify staff who have removed masks or safety glasses.
* Perform a compliance check every 15 minutes.
* Minimize development effort.
* Minimize costs.
Which service should you use?

  • A. Face
  • B. Computer Vision
  • C. Azure Video Analyzer for Media (formerly Video Indexer)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Davard
Highly Voted 2 years, 5 months ago
A. Face. The solution link explains: Embed facial recognition into your apps for a seamless and highly secured user experience. No machine-learning expertise is required. Features include face detection that perceives facial features and attributes—such as a face mask, glasses, or face location—in an image, and identification of a person by a match to your private repository or via photo ID.
upvoted 16 times
...
zellck
Highly Voted 1 year, 8 months ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-identity#face-detection-and-analysis Face detection is required as a first step in all the other scenarios. The Detect API detects human faces in an image and returns the rectangle coordinates of their locations. It also returns a unique ID that represents the stored face data. This is used in later operations to identify or verify faces. Optionally, face detection can extract a set of face-related attributes, such as head pose, age, emotion, facial hair, and glasses. These attributes are general predictions, not actual classifications. Some attributes are useful to ensure that your application is getting high-quality face data when users add themselves to a Face service. For example, your application could advise users to take off their sunglasses if they're wearing sunglasses.
upvoted 8 times
zellck
1 year, 7 months ago
Gotten this in Jul 2023 exam.
upvoted 3 times
...
...
user1024
Most Recent 1 week ago
Selected Answer: C
Video indexer is the correct answer as it has built-in mask detection. https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/intro-to-spatial-analysis-public-preview?tabs=sa#social-distancing-and-face-mask-detection
upvoted 1 times
...
ceris22962
2 weeks ago
Selected Answer: A
Face meets the requirements of identifying staff and checking PPE compliance effectively while keeping both development effort and costs low.
upvoted 1 times
...
gyaansastra
2 weeks, 2 days ago
Selected Answer: B
To meet the requirements of identifying staff who have removed masks or safety glasses, performing a compliance check every 15 minutes, and minimizing both development effort and costs, you should use: B. Computer Vision Azure Computer Vision can analyze images and videos to detect whether staff are wearing masks and safety glasses. It can be set up to perform checks at regular intervals, meeting the compliance requirement. For more information, you can refer to the official - https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview
upvoted 1 times
...
syupwsh
2 weeks, 4 days ago
Selected Answer: A
"identify" and "check every 15 minutes" https://learn.microsoft.com/en-gb/azure/ai-services/computer-vision/overview-identity Verify user identity: Verify a person against a trusted face image. This verification could be used to grant access to digital or physical properties such as a bank account, access to a building, and so on. In most cases, the trusted face image could come from a government-issued ID such as a passport or driver’s license, or it could come from an enrollment photo taken in person. During verification, liveness detection can play a critical role in verifying that the image comes from a real person, not a printed photo or mask The goal of liveness detection is to ensure that the system is interacting with a physically present live person at the time of authentication I would say A
upvoted 1 times
...
hannah380099
1 month, 3 weeks ago
Selected Answer: B
The Face API does indeed detect human faces and can return various attributes, which is essential for applications where face recognition or verification is needed. However, in the specific context of monitoring PPE compliance, while face detection is a crucial step, it might not be the most cost-effective and efficient choice compared to using the Computer Vision API directly, especially if the primary task is identifying PPE like masks and safety glasses. The Computer Vision API can perform both object detection (including PPE) and OCR, which might streamline the process with minimal development effort and cost.
upvoted 1 times
...
Alan_CA
3 months ago
Selected Answer: A
Because you have to IDENTIFY staff, it is definitely Face.
upvoted 1 times
...
joeakim
3 months, 2 weeks ago
Selected Answer: A
"A" makes sense. The task is to recognize people, that DO NOT wear their equipment, not to see who is wearing. Why check for social distancing, identifying masks, goggles, etc. if we only need to find the people that are not wearing that stuff and therefore are easily detected by Face.
upvoted 2 times
...
AL_everyday
3 months, 3 weeks ago
Selected Answer: B
Copilot: B To build a monitoring solution for staff compliance with PPE requirements, you should use B. Computer Vision. This service can analyze images and videos to detect whether staff are wearing masks or safety glasses. It is cost-effective and requires minimal development effort compared to other options
upvoted 3 times
...
vivekgoel15
4 months ago
C is the right option
upvoted 1 times
...
Sujeeth
4 months, 2 weeks ago
The best service to use is B. Computer Vision. Computer Vision can be used to detect and analyze objects in images, including PPE compliance like masks and safety glasses. It meets the requirements for identifying staff who have removed protective equipment, can be run at intervals (e.g., every 15 minutes), and minimizes both development effort and costs compared to more complex solutions like Azure Video Analyzer.
upvoted 1 times
...
Christian_garcia_martin
4 months, 3 weeks ago
Face is not the best option to identify objects like masks so C Azure Video Analyzer for Media (formerly Video Indexer )
upvoted 1 times
...
4371883
4 months, 3 weeks ago
Selected Answer: A
Facial recognition is lower effort than Video Indexer
upvoted 1 times
...
yibes
5 months ago
It is C. Video Indexer https://learn.microsoft.com/en-us/azure/azure-video-indexer/video-indexer-overview#:~:text=Video%20models-,Face%20detection,-%3A%20Detects%20and%20groups
upvoted 1 times
yibes
5 months ago
https://learn.microsoft.com/en-us/azure/azure-video-indexer/video-indexer-overview#videoaudio-ai-features
upvoted 1 times
mrg998
5 months ago
face does this also. It says to minimise effort, with option C, you need to save the video then upload to blob or storage for it to then analyse. This cannot be the easiest option, the easiest option is op A
upvoted 1 times
...
...
...
mrg998
5 months ago
Selected Answer: A
its this for sure
upvoted 1 times
...
AzureGeek79
5 months, 2 weeks ago
B is the answer according to Bing AI (ChatGPT). C is the answer according to Google gemini. I think C is the correct answer.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago