Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Designing and Implementing a Microsoft Azure AI Solution Question and Answers

Designing and Implementing a Microsoft Azure AI Solution

Last Update Nov 30, 2025
Total Questions : 381

We are offering FREE AI-102 Microsoft exam questions. All you do is to just go and sign up. Give your details, prepare AI-102 free exam questions and then go for complete pool of Designing and Implementing a Microsoft Azure AI Solution test questions that will help you more.

AI-102 pdf

AI-102 PDF

$40.25  $114.99
AI-102 Engine

AI-102 Testing Engine

$47.25  $134.99
AI-102 PDF + Engine

AI-102 PDF + Testing Engine

$61.25  $174.99
Questions 1

You are building an app that will analyze documents by using the Azure Al Language service.

You need to identify industry-specific technical terms in the documents. The solution must minimize development effort.

What should you use?

Options:

A.  

key phrase extraction

B.  

custom named entity recognition (NER)

C.  

conversational language under-standing (CLU)

D.  

language detection

Discussion 0
Questions 2

You are building a transcription service for technical podcasts.

Testing reveals that the service fails to transcribe technical terms accurately.

You need to improve the accuracy of the service.

Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Options:

Discussion 0
Questions 3

You have a Microsoft OneDrive folder that contains a 20-GB video file named FileVavi. You need to index File1.avi by using the Azure Video Indexer website. What should you do?

Options:

A.  

Upload File1.avi to the www.youtube.com webpage. and then copy the URL of the video to the Azure Al Video Indexer website

B.  

From OneDrive. create a download link, and then copy the link to the Azure Al Video Indexer website.

C.  

From OneDrive, create a sharing link for File1.avi and then copy the link to the Azure Al Video Indexer website.

D.  

Download File1 avi to a local computer, and then upload the file to the Azure Al Video Indexer website.

Discussion 0
Questions 4

Your company uses an Azure Cognitive Services solution to detect faces in uploaded images. The method to detect the faces uses the following code.

You discover that the solution frequently fails to detect faces in blurred images and in images that contain sideways faces.

Options:

A.  

Use a different version of the Face API.

B.  

Use the Computer Vision service instead of the Face service.

C.  

Use the Identify method instead of the Detect method.

D.  

Change the detection model.You need to increase the likelihood that the solution can detect faces in blurred images and images that contain sideways faces.What should you do?

Discussion 0
Questions 5

You have 100,000 images.

You need to build an app that will perform the following actions:

• Identify road signs in the images and extract the text on the signs.

• Analyze the text to identify well-known locations.

The solution must minimize development effort.

What should you use for each action? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 6

You train a Conversational Language Understanding model to understand the natural language input of users.

You need to evaluate the accuracy of the model before deploying it.

What are two methods you can use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.  

From the language authoring REST endpoint, retrieve the model evaluation summary.

B.  

From Language Studio, enable Active Learning, and then validate the utterances logged for review.

C.  

From Language Studio, select Model performance.

D.  

From the Azure portal, enable log collection in Log Analytics, and then analyze the logs.

Discussion 0
Questions 7

You run the following command.

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

Options:

Discussion 0
Questions 8

You are building a chatbot that will provide information to users as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 9

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

Discussion 0
Questions 10

You Build a bot in JavaScript.

From the Azure Command-Line interface (CLI), you run the following command.

az bot prepare-deploy

You need to deploy the bot to Azure.

Which three Azure CLl commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the client order.

Options:

Discussion 0
Questions 11

You are building an app that will automatically translate speech from English to French, German, and Spanish by using Azure Al service.

You need to define the output languages and configure the Azure Al Speech service.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 12

You have a Custom Vision resource named acvdev in a development environment.

You have a Custom Vision resource named acvprod in a production environment.

In acvdev, you build an object detection model named obj1 in a project named proj1.

You need to move obj1 to acvprod.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 13

You have an Azure subscription.

You need to build an app that will compare documents for semantic similarity. The solution must meet the following requirements:

• Return numeric vectors that represent the tokens of each document.

• Minimize development effort.

Which Azure OpenAI model should you use?

Options:

A.  

GPT-3.5

B.  

embeddings

C.  

DALL-E

D.  

GPT-4

Discussion 0
Questions 14

What are two benefits of platform as a service (PaaS) relational database offerings in Azure, such as Azure SQL Database? Each correct answer presents a complete solution.

NOTE: Each correct selection Is worth one point.

Options:

A.  

reduced administrative effort for managing the server infrastructure

B.  

complete control over backup and restore processes

C.  

in-database machine learning services S3

D.  

access to the latest features

Discussion 0
Questions 15

You need to ensure that the chatbot can classify user input into separate categories. The categones must be dynamic and defined at the time of inference.

Which service should you use to classify the input?

Options:

A.  

Azure OpenAI text summarization

B.  

Azure OpenAI text classification

C.  

Azure Al Language custom named entity recognition (NER)

D.  

Azure Al Language custom text classification

Discussion 0
Questions 16

You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding.

You need to develop a method to convert speech to text for streaming MP3 data.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 17

You are developing the chatbot.

You create the following components:

• A QnA Maker resource

• A chatbot by using the Azure Bot Framework SDK

You need to add an additional component to meet the technical requirements and the chatbot requirements. What should you add?

Options:

A.  

Dispatch

B.  

chatdown

C.  

Language Understanding

D.  

Microsoft Translator

Discussion 0
Questions 18

You are developing the chatbot.

You create the following components:

* A QnA Maker resource

* A chatbot by using the Azure Bot Framework SDK.

You need to integrate the components to meet the chatbot requirements.

Which property should you use?

Options:

A.  

QnADialogResponseOptions.CardNoMatchText

B.  

Qna MakerOptions-ScoreThreshold

C.  

Qna Maker Op t ions StrickFilters

D.  

QnaMakerOptions.RankerType

Discussion 0
Questions 19

You create a bot by using the Microsoft Bot Framework SDK.

You need to configure the bot to respond to events by using custom text responses.

What should you use?

Options:

A.  

an adaptive card

B.  

an activity handler

C.  

a dialog

D.  

a skill

Discussion 0
Questions 20

You have an Azure subscription that contains an Azure OpenAI resource named AH and an Azure Al Content Safety resource named CS1.

You build a chatbot that uses All 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?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 21

ION NO: 15

You are developing the knowledgebase.

You use Azure Video Analyzer for Media (previously Video indexer) to obtain transcripts of webinars.

You need to ensure that the solution meets the knowledgebase requirements.

What should you do?

Options:

A.  

Create a custom language model

B.  

Configure audio indexing for videos only

C.  

Enable multi-language detection for videos

D.  

Build a custom Person model for webinar presenters

Discussion 0
Questions 22

You are developing the document processing workflow.

You need to identify which API endpoints to use to extract text from the financial documents. The solution must meet the document processing requirements.

Which two API endpoints should you identify? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.  

/vision/v3.2/read/analyzeResults

B.  

/formrecognizer/v2.0/prebuilt/receipt/analyze

C.  

/vision/v3.2/read/analyze

D.  

/vision/v3.2/describe

E.  

/formercognizer/v2.0/custom/models{modelId}/ analyze

Discussion 0
Questions 23

You need to develop an extract solution for the receipt images. The solution must meet the document processing requirements and the technical requirements.

You upload the receipt images to the From Recognizer API for analysis, and the API ret urns the following JSON.

Which expression should you use to trigger a manual review of the extracted information by a member of the Consultant-Bookkeeper group?

Options:

A.  

documentResults.docType == "prebuilt:receipt"

B.  

documentResults.fields.".confidence < 0.7

C.  

documentResults.fields.ReceiptType.confidence > 0.7

D.  

documentResults.fields.MerchantName.confidence < 0.7

Discussion 0
Questions 24

You are developing the smart e-commerce project.

You need to design the skillset to include the contents of PDFs in searches.

How should you complete the skillset design diagram? To answer, drag the appropriate services to the correct stages. Each service 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.

Options:

Discussion 0
Questions 25

You are developing the shopping on-the-go project.

You are configuring access to the QnA Maker resources.

Which role should you assign to AllUsers and LeadershipTeam? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 26

You are developing the smart e-commerce project.

You need to implement autocompletion as part of the Cognitive Search solution.

Which three actions should you perform? Each correct answer presents part of the solution. (Choose three.)

NOTE: Each correct selection is worth one point.

Options:

A.  

Make API queries to the autocomplete endpoint and include suggesterName in the body.

B.  

Add a suggester that has the three product name fields as source fields.

C.  

Make API queries to the search endpoint and include the product name fields in the searchFields query parameter.

D.  

Add a suggester for each of the three product name fields.

E.  

Set the searchAnalyzer property for the three product name variants.

F.  

Set the analyzer property for the three product name variants.

Discussion 0
Questions 27

You need to develop code to upload images for the product creation project. The solution must meet the accessibility requirements.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 28

You are developing the shopping on-the-go project.

You need to build the Adaptive Card for the chatbot.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 29

You are planning the product creation project.

You need to build the REST endpoint to create the multilingual product descriptions.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 30

ON NO: 2 DRAG DROP

You are planning the product creation project.

You need to recommend a process for analyzing videos.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. (Choose four.)

Options:

Discussion 0
Questions 31

You have a chatbot that uses a QnA Maker application.

You enable active learning for the knowledge base used by the QnA Maker application.

You need to integrate user input into the model.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 32

You are building a Language Understanding model for an e-commerce chatbot. Users can speak or type their billing address when prompted by the chatbot.

You need to construct an entity to capture billing addresses.

Which entity type should you use?

Options:

A.  

machine learned

B.  

Regex

C.  

list

D.  

Pattern.any

Discussion 0
Questions 33

You have an Azure Subscription that contains an Azure OpenAI resource named AI1 and a user named User1.

You need to ensure that User1 can add custom data sources to AI1. The solution must follow the principle of least privilege.

Which role should you assign to User1?

Options:

A.  

Search Service Contributor

B.  

Cognitive Services OpenAI Contributor

C.  

Cognitive Services Contributor

D.  

Search index Data Contributor

Discussion 0
Questions 34

You have a factory that produces food products.

You need to build a monitoring solution for staff compliance with personal protective equipment (PPE) requirements. The solution must meet the following requirements:

• identify staff who have removed masks or safety glasses.

• Perform a compliance check every 15 minutes.

• Minimize development effort.

• Minimize costs.

Which service should you use?

Options:

A.  

Face

B.  

Computer Vision

C.  

Azure Video Analyzer for Media (formerly Video indexer)

Discussion 0
Questions 35

You have 1,000 scanned images of hand-written survey responses. The surveys do NOT have a consistent layout.

You have an Azure subscription that contains an Azure Al Document Intelligence resource named Aldoc1.

You open Document Intelligence Studio and create a new project.

You need to extract data from the survey responses. The solution must minimize development effort.

To where should you upload the images, and which type of model should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 36

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 37

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop an application to identify species of flowers by training a Custom Vision model. You receive images of new flower species.

You need to add the new images to the classifier.

Solution: You add the new images, and then use the Smart Labeler tool.

Does this meet the goal?

Options:

A.  

Yes

B.  

No

Discussion 0
Questions 38

You are developing an app that will use the text-to-speech capability of the Azure Al Speech service. The app will be used in motor vehicles.

You need to optimize the quality of the synthesized voice output.

Which Speech Synthesis Markup Language (SSML) attribute should you configure?

Options:

A.  

the style attribute of the mstts: express -as element

B.  

the level attribute of the emphasis element

C.  

the pitch attribute of the prosody element

D.  

the effect attribute of the voice element

Discussion 0
Questions 39

You are developing a text processing solution.

You develop the following method.

You call the method by using the following code.

GetKeyPhrases(textAnalyticsClient, "the cat sat on the mat");

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 40

You are building an agent by using the Azure Al Foundry Agent Service.

You have the following code.

Options:

Discussion 0
Questions 41

You are developing the knowledgebase by using Azure Cognitive Search.

You need to meet the knowledgebase requirements for searching equivalent terms.

What should you include in the solution?

Options:

A.  

a synonym map

B.  

a suggester

C.  

a custom analyzer

D.  

a built-in key phrase extraction skill

Discussion 0
Questions 42

You are developing a solution for the Management-Bookkeepers group to meet the document processing requirements. The solution must contain the following components:

A form Recognizer resource

An Azure web app that hosts the Form Recognizer sample labeling tool

The Management-Bookkeepers group needs to create a custom table extractor by using the sample labeling tool.

Which three actions should the Management-Bookkeepers group perform in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.

Options:

Discussion 0
Questions 43

You are developing the knowledgebase by using Azure Cognitive Search.

You need to build a skill that will be used by indexers.

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

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 44

You build a QnA Maker resource to meet the chatbot requirements.

Which RBAC role should you assign to each group? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 45

: 16

You are developing the knowledgebase by using Azure Cognitive Search.

You need to process wiki content to meet the technical requirements.

What should you include in the solution?

Options:

A.  

an indexer for Azure Blob storage attached to a skillset that contains the language detection skill and the text translation skill

B.  

an indexer for Azure Blob storage attached to a skillset that contains the language detection skill

C.  

an indexer for Azure Cosmos DB attached to a skillset that contains the document extraction skill and the text translation skill

D.  

an indexer for Azure Cosmos DB attached to a skillset that contains the language detection skill and the text translation skill

Discussion 0