Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Microsoft AI-102 Practice Exam with Questions & Answers | Set: 3

Questions 21

You are building an app that will use the Azure Video Indexer service.

You plan to train a language model to recognize industry-specific terms.

You need to upload a file that contains the industry-specific terms.

Which file format should you use?

Options:
A.

PDF

B.

XML

C.

TXT

D.

XLS

Microsoft AI-102 Premium Access
Questions 22

Which database transaction property ensures that individual transactions are executed only once and either succeed in their entirety or roll back?

Options:
A.

consistency

B.

isolation

C.

atomicity

D.

durability

Questions 23

You build a custom Form Recognizer model.

You receive sample files to use for training the model as shown in the following table.

AI-102 Question 23

Which three files can you use to train the model? Each correct answer presents a complete solution. (Choose three.)

NOTE: Each correct selection is worth one point.

Options:
A.

File1

B.

File2

C.

File3

D.

File4

E.

File5

F.

File6

Questions 24

You have 100,000 documents.

You are building an app that will identify city names in each document by using Azure Al Language.

You need to test the detection client.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-102 Question 24

Options:
Questions 25

You have an Azure subscription that contains an Azure App Service app named Appl.

You provision a multi-service Azure Cognitive Services resource named CSAccount1.

You need to configure App1 to access CSAccount1. The solution must minimize administrative effort.

What should you use to configure App1?

Options:
A.

a system-assigned managed identity and an X.509 certificate

B.

the endpoint URI and an OAuth token

C.

the endpoint URI and a shared access signature (SAS) token

D.

the endpoint URI and subscription key

Questions 26

You are developing an application to recognize employees’ faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint.

The application has the following code.

AI-102 Question 26

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

AI-102 Question 26

Options:
Questions 27

You have an app that uses Azure Al and a custom trained classifier to identity products in images. You need to add new products to the classifier. The solution must meet the following requirements:

• Minimize how long it takes to add the products

• Minimize development effort.

Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

AI-102 Question 27

Options:
Questions 28

You have the following files:

• File1.pdf

• File2.jpg

• File3.docx

• File4.webp

• FileS.png

Which files can you analyze by using Azure Al Content Understanding?

Options:
A.

File1 .pdf and File3.docx only

B.

File1.pdf, File2jpg, and File5.png only

C.

File1.pdf, File2.jpg. and File3.docx only

D.

File1.pdf, File2.jpg. File3.docx, and FileS.png only

E.

File1.pdf. File2.jpg, File3.docx. File4.webp, and File5.png

Questions 29

You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)

AI-102 Question 29

The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.

The user input will be stored in a property named name.

You need to ensure that you can dispose of the property when the last active dialog ends.

Which scope should you assign to name?

Options:
A.

dialog

B.

user

C.

curn

D.

conversation

Questions 30

You are developing a method that uses the Computer Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.

AI-102 Question 30

During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is complete.

You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.

Which two actions should you perform? Each correct answer presents part of the solution. (Choose two.)

NOTE: Each correct selection is worth one point.

Options:
A.

Remove the Guid.Parse(operationId) parameter.

B.

Add code to verify the results.Status value.

C.

Add code to verify the status of the txtHeaders.Status value.

D.

Wrap the call to GetReadResultAsync within a loop that contains a delay.