exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 12 discussion

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

You are designing an AI solution that will provide feedback to teachers who train students over the Internet. The students will be in classrooms located in remote areas. The solution will capture video and audio data of the students in the classrooms.
You need to recommend Azure Cognitive Services for the AI solution to meet the following requirements:
✑ Alert teachers if a student facial expression indicates the student is angry or scared.
✑ Identify each student in the classrooms for attendance purposes.
✑ Allow the teachers to log voice conversations as text.
Which Cognitive Services should you recommend?

  • A. Face API and Text Analytics
  • B. Computer Vision and Text Analytics
  • C. QnA Maker and Computer Vision
  • D. Speech to Text and Face API
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Speech-to-text from Azure Speech Services, also known as speech-to-text, enables real-time transcription of audio streams into text that your applications, tools, or devices can consume, display, and take action on as command input.
Face detection: Detect one or more human faces in an image and get back face rectangles for where in the image the faces are, along with face attributes which contain machine learning-based predictions of facial features. The face attribute features available are: Age, Emotion, Gender, Pose, Smile, and Facial Hair along with 27 landmarks for each face in the image.
References:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-to-text https://azure.microsoft.com/en-us/services/cognitive-services/face/

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
jkuz
Highly Voted 4 years, 11 months ago
Face API: "Detect, identify, and analyze faces in images and videos" Reference: https://azure.microsoft.com/en-us/services/cognitive-services/face/#demo So it seems ok
upvoted 6 times
Cornholioz
4 years, 3 months ago
Also this article shows the steps to analyze videos in real-time using the Face API. It does use steps to do it though such as to acquire frames from the video source etc. https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/howtoanalyzevideo_face Although much easier to use the Video Indexer, Face API and Speech-To-Text seem sufficient here. This appears in another question where Video Indexer is also an option along with the two APIs given here.
upvoted 2 times
...
...
SwatiMS
Highly Voted 5 years, 6 months ago
Video Indexer is also needed
upvoted 5 times
...
rveney
Most Recent 1 year, 11 months ago
recommended Azure Cognitive Services for the given requirements are the Face API and Text Analytics (Option A).
upvoted 1 times
...
fhqhfhqh
4 years ago
This question was in the exam.
upvoted 1 times
...
lchvce
5 years, 1 month ago
You can easily get a frame of your video and use Face API
upvoted 3 times
...
DerKommissar
5 years, 4 months ago
Why is video indexer needed?
upvoted 2 times
SwatiMS
5 years, 3 months ago
Video Indexer – Face Detection in VIDEOS (not images), Object and Activity Detection
upvoted 2 times
mingchieh2
4 years, 1 month ago
Detect, identify, and analyze faces in images and VIDEDOS REF: https://azure.microsoft.com/en-us/services/cognitive-services/face/#overview
upvoted 1 times
...
...
SwatiMS
5 years, 3 months ago
Face API – Face Detection in Images, Person Identification , Emotion Recog in images, Similar Face Recognition
upvoted 1 times
...
abbam
5 years, 1 month ago
agree, needed for near real 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 ...