exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 5 discussion

Actual exam question from Microsoft's AI-100
Question #: 5
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 have an app named App1 that uses the Face API.
App1 contains several PersonGroup objects.
You discover that a PersonGroup object for an individual named Ben Smith cannot accept additional entries. The PersonGroup object for Ben Smith contains
10,000 entries.
You need to ensure that additional entries can be added to the PersonGroup object for Ben Smith. The solution must ensure that Ben Smith can be identified by all the entries.
Solution: You modify the custom time interval for the training phase of App1.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Instead, use a LargePersonGroup. LargePersonGroup and LargeFaceList are collectively referred to as large-scale operations. LargePersonGroup can contain up to 1 million persons, each with a maximum of 248 faces. LargeFaceList can contain up to 1 million faces. The large-scale operations are similar to the conventional PersonGroup and FaceList but have some differences because of the new architecture.
References:
https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how-to-use-large-scale

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
B. No Modifying the custom time interval for the training phase of App1 will not resolve the issue of the PersonGroup object for Ben Smith reaching its capacity and being unable to accept additional entries. Changing the training interval will only affect the training process of the Face API, which is unrelated to the capacity of a PersonGroup object. To enable additional entries for Ben Smith, you would need to either increase the capacity of the PersonGroup object or create a new PersonGroup object for Ben Smith with a higher entry limit.
upvoted 1 times
...
dijaa
3 years, 10 months ago
all solutions are wrong except for migration
upvoted 1 times
...
berserkguts
4 years, 1 month ago
this was in the AI-100 exam i took today, May 31
upvoted 3 times
...
Cornholioz
4 years, 4 months ago
Looks like this can be a possible solution too. Besides LargePersonGroup which is also correct. I'm choosing Yes for Custom Interval and for LargePersonGroup. https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how-to-use-large-scale#step-31-customize-time-interval
upvoted 2 times
Cornholioz
4 years, 4 months ago
Rethinking because the Customize Time Interval applies only if entries are migrated to LargePersonGroup.
upvoted 2 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 ...