1. Home
  2. Microsoft
  3. AI-102 Exam Info
  4. AI-102 Exam Questions

Unlock Your Azure AI Potential: AI-102 Mastery in Any Format

Ready to revolutionize your career with cutting-edge AI skills? Our comprehensive Designing and Implementing a Microsoft Azure AI Solution practice questions are your secret weapon for acing the AI-102 exam. Don't let imposter syndrome hold you back – thousands of successful Azure architects started right where you are. Whether you're a night owl, commuter, or desktop devotee, our PDF, web-based, and software formats adapt to your unique study style. Imagine confidently deploying AI solutions, from chatbots to computer vision, knowing you've mastered every exam topic. With constantly updated content mirroring real-world scenarios, you'll be prepared not just for certification, but for the exciting challenges awaiting you in the field. Time is ticking – the AI revolution waits for no one. Join the ranks of certified Azure AI experts and open doors to lucrative opportunities. Your future in cloud innovation starts here!

Page: 1 /
Total 307 questions
Get Free Questions & Answers PDF
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