Designing and Implementing an Azure AI Solution (legacy) — Question 14
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?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The correct answer is B because the limit for entries in a PersonGroup object is 10,000, and deleting 1,000 entries does not address the core issue of reaching the maximum capacity. Therefore, without reducing the total number of entries below the limit of 10,000 or finding another way to identify Ben Smith, adding more entries is not feasible. Option A is incorrect as it suggests that the proposed solution meets the requirement, which it does not.