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

You have an Azure subscription and 10,000 ASCII files.

You need to identify files that contain specific phrases. The solution must use cosine similarity.

Which Azure OpenAI model should you use?

A.

text-embedding-ada-002

B.

GPT-4

C.

GPT-35 Turbo

D.

GPT-4-32k

Select the answer that correctly completes the sentence.

You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity.

The packages are required to include four samples of each product.

You need to build a Custom Vision model that will identify defects in packaging and provide the location of the defects to an operator. The model must ensure that each package contains the four products.

Which project type and domain should you use? To answer, drag the appropriate options to the correct targets. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content

NOTE: Each correct selection is worth one point.

You are building an app that uses a Language Understanding model to analyze text files. You need to ensure that the app can detect the following entities:

• Temperatures

• Currency values

• Email addresses

• Telephone numbers

The solution must minimize development effort.

Which model capability should you use?

A.

list entities

B.

learned entities

C.

utterances

D.

regular expression components

E.

pre-built entity components

You plan to provision Azure AI service resources by using the following method.

Match the Azure Cosmos DB APIs to the appropriate data structures.

To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

You have an Azure subscription

You need to create a new resource that will generate fictional stories in response to user prompts. The solution must ensure that the resource uses a customer-managed key to protect data.

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

NOTE: Each correct selection is worth one point.

You are building a chatbot.

You need to ensure that the bot will recognize the names of your company ' s products and codenames. The solution must minimize development effort.

Which Azure Cognitive Service for Language service should you include in the solution?

A.

custom text classification

B.

entity linking

C.

custom Named Entity Recognition (NER)

D.

key phrase extraction

You plan to build an agent that will combine and process multiple files uploaded by users.

You are evaluating whether to use the Azure Al Agent Service to develop the agent.

What is the maximum size of all the files that can be uploaded to the service?

A.

1 GB

B.

10 GB

C.

100 GB

D.

1 TB

You are building a chatbot by using the Microsoft Bot Framework SDK.

You use an object named UserProfile to store user profile information and an object named ConversationData to store information related to a conversation.

You create the following state accessors to store both objects in state.

var userStateAccessors = _userState.CreateProperty < UserProfile > (nameof(UserProfile));

var conversationStateAccessors = _conversationState.CreateProperty < ConversationData > (nameof(ConversationData));

The state storage mechanism is set to Memory Storage.

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

NOTE: Each correct selection is worth one point.