Microsoft Certified Azure AI Engineer Associate · Free Practice Question Medium
Question 6
To incorporate a substantial number of individuals and their corresponding facial data into a PerGroup object, one must execute a sequence of operations within Azure by utilizing the Face .NET client library. Examine the table below and correlate the steps (listed in the "Step" column) with their appropriate descriptions (found in the "Description" column).

-
A
S11 -> D21;S12 -> D25;S13 -> D23;S14 -> D24;S15 -> D22
-
B
S11 -> D21;S12 -> D22;S13 -> D23;S14 -> D24;S15 -> D25
-
C
S11 -> D21;S12 -> D25;S13 -> D24;S14 -> D23;S15 -> D22
-
D
S11 -> D21;S12 -> D22;S13 -> D24;S14 -> D23;S15 -> D25
Reveal correct answer
Correct answer: C
A. The sequence of operations in this choice does not align with the appropriate descriptions provided in the table. It does not correctly map the steps to their corresponding descriptions for incorporating facial data into a PerGroup object using the Face .NET client library.
B. The sequence of operations in this choice does not match the descriptions provided in the table. It does not accurately correlate the steps with their appropriate actions for incorporating a substantial number of individuals and their facial data into a PerGroup object using the Face .NET client library.
C. This choice correctly aligns the steps (S11, S12, S13, S14, S15) with their appropriate descriptions (D21, D25, D24, D23, D22) for incorporating a substantial number of individuals and their facial data into a PerGroup object using the Face .NET client library. It accurately maps the operations to their corresponding actions.
D. The sequence of operations in this choice does not accurately match the descriptions provided in the table. It does not correctly correlate the steps with their appropriate actions for incorporating facial data into a PerGroup object using the Face .NET client library.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
