exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 53 discussion

Actual exam question from Microsoft's AI-100
Question #: 53
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 delete 1,000 entries from the PersonGroup object for Ben Smith.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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 Explanation: The given solution does not meet the goal. Deleting 1,000 entries from the PersonGroup object for Ben Smith will not make room for additional entries because the limit for a PersonGroup in the Face API is 10,000 entries. Even if you delete some entries, the PersonGroup will still be at its maximum capacity.
upvoted 1 times
...
YSBINW
4 years, 1 month ago
It is "No" because Person group can only hold up to 10000 persons. To hold more than this , we would need to create a LargePersonGroup, which holds up to 1000000 people. https://docs.microsoft.com/en-us/rest/api/faceapi/persongroup
upvoted 3 times
soren
4 years, 1 month ago
It's possible to delete faces entries for a person. However the question states "The solution must ensure that Ben Smith can be identified by all the entries." This seems like you need to keep the others so moving to a LargePersonGroup is required to keep the existing 10k. If you think it doesn't require keeping the 10k and just making space for new entries the answer is Yes. DELETE {Endpoint}/face/v1.0/persongroups/{personGroupId}/persons/{personId}/persistedfaces/{persistedFaceId}
upvoted 2 times
...
...
PinkUnicorns
4 years, 1 month ago
I had this in the exam - I selected NO but this was confusing. If anyone can explain. I will come back and check.
upvoted 1 times
...
hkbbboy
4 years, 1 month ago
I don't understand the answer, can anyone share your opinion?
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 ...