Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Microsoft AI-102 Online Access

Page: 8 / 13
Total 423 questions

Designing and Implementing a Microsoft Azure AI Solution Questions and Answers

Question 29

You are building an Azure Weblob that will create knowledge bases from an array of URLs.

You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client.

You need to develop a method to create the knowledge bases.

Which two actions should you include in the method? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Create a list of FileDTO objects that represents data from the WebJob.

B.

Call the client. Knowledgebase. CreateAsync method.

C.

Create a list of QnADTO objects that represents data from the WebJob.

D.

Create a CreaceKbDTO object.

Question 30

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

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 " )

Question 31

You have a SQL query that combines customer data and order data. The query includes calculated columns. You need to create a database object that would allow other users to rerun the same SOL query. What should you create?

Options:

A.

an Index

B.

a view

C.

a scalar function

D.

a table

Question 32

You are building a Language Understanding model for an e-commerce platform. You need to construct an entity to capture billing addresses.

Which entity type should you use for the billing address?

Options:

A.

machine learned

B.

Regex

C.

geographyV2

D.

Pattern.any

E.

list

Page: 8 / 13
Total 423 questions