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

Microsoft AI-901 - Microsoft Azure AI Fundamentals (Updated Version)

Page: 1 / 4
Total 125 questions

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

NOTE: Each correct selection is worth one point.

You need to compare the costs of large language models (LLMs) for a generative AI solution.

What should you use in the Microsoft Foundry portal?

A.

Evaluator catalog

B.

Model leaderboard

C.

Compliance

D.

Tools

You have a Microsoft Foundry project that contains a vision-enabled model deployment.

You need to develop an application that sends a message containing text and an image URL. The solution must ensure the quickest response time.

Which message structure should you include in the request?

A.

a user message that includes only a text item and sends an image item in a separate request

B.

a system message that includes both a text item and an image item in the content array

C.

a system message that includes only a text item and sends an image item in a separate request

D.

a user message that includes both a text item and an image item in the content array

You are developing an application that uses the Azure Language SDK and a Microsoft Foundry resource.

You need to return a list of important topics from unstructured text.

Which Python method should you use?

A.

client.recognize_linked_entities()

B.

client.recognize_entities()

C.

client.begin_extract_summary()

D.

client.extract_key_phrases()

Select the answer that correctly completes the sentence.

Which action can be performed by using the Azure Vision in Foundry Tools service?

A.

identifying breeds of animals in live video streams

B.

extracting data from handwritten letters

C.

extracting key phrases from documents

D.

creating thumbnails for training videos

You are developing a lightweight application that will call an agent programmatically by using the Microsoft Foundry SDK. You need to identify the agent ID. What should you do?

A.

In the Foundry tool catalog, copy the tool name used by the agent.

B.

In the model catalog, open the model card and copy the model family name.

C.

the Foundry portal, copy the project name.

D.

In the Foundry playground, select Code, and view the .env variables.

Capturing text from images is an example of which type of Al capability?

A.

image description

B.

text analysis

C.

optical character recognition (OCR)

D.

object detection

You are developing an application that analyzes voicemail recordings by using Azure Content Understanding in Foundry Tools.

You need to extract a transcript and structured information from the recordings.

Which type of analyzer should you use?

A.

document analyzer

B.

video analyzer

C.

audio analyzer

D.

image analyzer

Select the answer that correctly completes the sentence.