Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

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

Questions 11

You are developing the shopping on-the-go project.

You need to build the Adaptive Card for the chatbot.

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 11

Options:
Microsoft AI-102 Premium Access
Questions 12

You are developing the smart e-commerce project.

You need to implement autocompletion as part of the Cognitive Search solution.

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

NOTE: Each correct selection is worth one point.

Options:
A.

Make API queries to the autocomplete endpoint and include suggesterName in the body.

B.

Add a suggester that has the three product name fields as source fields.

C.

Make API queries to the search endpoint and include the product name fields in the searchFields query parameter.

D.

Add a suggester for each of the three product name fields.

E.

Set the searchAnalyzer property for the three product name variants.

F.

Set the analyzer property for the three product name variants.

Questions 13

You have an app that uses a Content Safety in Foundry Control Plane blocklist.

You need to remove an entry from the blocklist. The solution must minimize the impact on existing entries on the list.

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 13

Options:
Questions 14

You are developing an app that will use the Decision and Language APIs.

You need to provision resources for the app. The solution must ensure that each service is accessed by using a single endpoint and credential.

Which type of resource should you create?

Options:
A.

Language

B.

Speech

C.

Azure Cognitive Services

D.

Content Moderator

Questions 15

What should you use to automatically delete blobs from Azure Blob Storage?

Options:
A.

the change feed

B.

a lifecycle management policy

C.

soft delete

D.

archive storage

Questions 16

You are building a Chatbot by using the Microsoft Bot Framework SDK. The bot will be used to accept food orders from customers and allow the customers to customize each food item. You need to configure the bot to ask the user for additional input based on the type of item ordered. The solution must minimize development effort. Which two types of dialogs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:
A.

adaptive

B.

action

C.

waterfall

D.

prompt

E.

input

Questions 17

You are building a call handling system that will receive calls from French-speaking and German-speaking callers. The system must perform the following tasks;

• Capture inbound voice messages as text.

• Replay messages in English on demand.

Which Azure Cognitive Services should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

AI-102 Question 17

Options:
Questions 18

You are developing a service that records lectures given in English (United Kingdom).

You have a method named AppendToTranscriptFile that takes translated text and a language identifier.

You need to develop code that will provide transcripts of the lectures to attendees in their respective language. The supported languages are English, French, Spanish, and German.

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 18

Options:
Questions 19

You have the following C# method for creating Azure Cognitive Services resources programmatically.

AI-102 Question 19

You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.

Which code should you use?

Options:
A.

create_resource(client, " res1 " , " ComputerVision " , " F0 " , " westus " )

B.

create_resource(client, " res1 " , " CustomVision.Prediction " , " F0 " , " westus " )

C.

create_resource(client, " res1 " , " ComputerVision " , " S0 " , " westus " )

D.

create_resource(client, " res1 " , " CustomVision.Prediction " , " S0 " , " westus " )

Questions 20

You need to build an app that will use the Azure Al Speech service to translate audio files.

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 20

Options: