ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

38 / 166

Question 38:

To add a large number of persons and faces to a PerGroup object, you execute a series of steps in Azure using the Face .NET client library. Review the table given below and map the steps (column Step) with the right description (column Description).
Step (S) Description (D)
(S11) Initialize by declaring variables & add helper function (D21)
(S12) Add the faces to the persons (D22)
(S13) Create the persons for PersonGroup using CreateAsync method (D23)
(S14) Create a PersonGroup using method CreateAsync (D24)
(S15) Authorize API call by passing subscription id of Faceclient (D25)

Answer options:

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