Curious about Actual Microsoft Azure AI Engineer Associate (AI-102) Exam Questions?

Here are sample Microsoft Designing and Implementing a Microsoft Azure AI Solution (AI-102) Exam questions from real exam. You can get more Microsoft Azure AI Engineer Associate (AI-102) Exam premium practice questions at TestInsights.

Page: 1 /
Total 307 questions
Question 1

You have a local folder that contains the files shown in the following table.

You need to analyze the files by using Azure Al Video Indexer.

Which files can you upload to the Video Indexer website?


Correct : D


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 2

You are building an app that will process scanned expense claims and extract and label the following data:

. Merchant information

. Time of transaction

. Date of transaction

. Taxes paid

. Total cost

You need to recommend an Azure Al Document Intelligence model for the app. The solution must minimize development effort.

What should you use?


Correct : B


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 3

You are developing a text processing solution.

You have the following function.

static void GotKeyWords(TextAnalyticsClient textAnalyticsClient, string text)

var response = textAnalyticsClient.RecognizeEntities (text);

Console.WriteLine("Key words:");

foreach (CategorizedEntity entity in response.Value)

Console.WriteLine($"\t{entity.Text}");

You call the function and use the following string as the second argument.

Our tour of London included a visit to Buckinghan Palace

What will the function return?


Correct : D

The function GotKeyWords uses the RecognizeEntities method from the TextAnalyticsClient class in Azure's Text Analytics service to identify named entities in the given text. The method extracts entities such as locations, organizations, dates, and other significant items.

Given the string 'Our tour of London included a visit to Buckinghan Palace', the RecognizeEntities method will identify named entities within the text.

The named entities in this text are:

London (a location)

Buckingham Palace (a location, but note the typo 'Buckinghan Palace' instead of 'Buckingham Palace')

However, the typo in 'Buckinghan Palace' might prevent the service from recognizing it correctly. Assuming the typo is fixed, the recognized entities would be 'London' and 'Buckingham Palace'.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 4

You have a Microsoft OneDrive folder that contains a 20-GB video file named File1.avi.

You need to index File1.avi by using the Azure Video Indexer website.

What should you do?


Correct : B


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 5

You have an Azure subscription that contains an Azure OpenAI resource named AI1 and an Azure AI Content Safety resource named CS1.

You build a chatbot that uses AI1 to provide generative answers to specific questions and CS1 to check input and output for objectionable content.

You need to optimize the content filter configurations by running tests on sample questions.

Solution: From Content Safety Studio, you use the Protected material detection feature to run the tests.

Does this meet the requirement?


Correct : A


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Page:    1 / 62   
Total 307 questions