Pre-Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

AI-102 Designing and Implementing a Microsoft Azure AI Solution Questions and Answers

Questions 4

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

Buy Now
Questions 5

You have a mobile app that manages printed forms.

You need the app to send images of the forms directly to Forms Recognizer to extract relevant information. For compliance reasons, the image files must not be stored in the cloud.

In which format should you send the images to the Form Recognizer API endpoint?

Options:

A.

raw image binary

B.

form URL encoded

C.

JSON

Buy Now
Questions 6

You are building an app that will scan confidential documents and use the Language service to analyze the contents.

You provision an Azure Cognitive Services resource.

You need to ensure that the app can make requests to the Language service endpoint. The solution must ensure that confidential documents remain on-premises.

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:

Buy Now
Questions 7

You have an Azure Cognitive Search resource named Search 1 that is used by multiple apps You need to secure Search 1. The solution must meet the following requirements:

• Prevent access to Search1 from the internet.

• Limit the access of each app to specific queries

What should you do? To answer, select the appropriate options in the answer area NOTE Each correct answer is worth one point.

Options:

Buy Now
Questions 8

You have an Azure Cognitive Search solution and a collection of blog posts that include a category field. You need to index the posts. The solution must meet the following requirements:

• Include the category field in the search results.

• Ensure that users can search for words in the category field.

• Ensure that users can perform drill down filtering based on category.

Which index attributes should you configure for the category field?

Options:

A.

searchable, facetable, and retrievable

B.

retrievable, filterable, and sortable

C.

retrievable, facetable, and key

D.

searchable, sortable, and retrievable

Buy Now
Questions 9

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 build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.

A conversational expert provides you with the following list of phrases to use for training.

Find contacts in London.

Who do I know in Seattle? Search for contacts in Ukraine.

You need to implement the phrase list in Language Understanding.

Solution: You create a new entity for the domain.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 10

You have a custom analyzer named analyzer1 that performs the following functions

• The transcription of video content

• The extraction of key frames from videos

You run the following command.

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:

Buy Now
Questions 11

You have a product support manual.

You need to build a product support chatbot based on the manual. The solution must minimize development effort and costs.

What should you use?

Options:

A.

Azure Al Phi-3-medium with fine-tuning

B.

Azure A1 Language Custom question answering

C.

Azure OpenA1 GPI-4 with grounding data that uses Azure Al Search

D.

Azure Al Document Intelligence

Buy Now
Questions 12

You have a Video Indexer service that is used to provide a search interface over company videos on your company ' s website.

You need to be able to search for videos based on who is present in the video. What should you do?

Options:

A.

Create a person model and associate the model to the videos.

B.

Create person objects and provide face images for each object.

C.

Invite the entire staff of the company to Video Indexer.

D.

Edit the faces in the videos.

E.

Upload names to a language model.

Buy Now
Questions 13

You have an Azure subscription that contains an Azure Al Search resource named AS1.

You implement a custom skill in AS1 that performs language and sentiment analysis of documents.

You ate evaluating the use of AS1 as part of an enrichment pipeline.

In which order will AS1 index the documents? To answer, move all indexing stages from the list of stages to the answer area and arrange them in the correct order.

Options:

Buy Now
Questions 14

You have an Azure subscription.

You are building a social media app that will enable users to share images.

You need to ensure that inappropriate content uploaded by the users is blocked. The solution must minimize development effort

What are two tools that you can use? Each correct answer presents a complete solution

NOTE: Each correct selection is worth one point.

Options:

A.

Microsoft Defender for Cloud Apps

B.

Azure Al Custom Vision

C.

Azure Al Vision

D.

Azure Al Content Safety

E.

Azure Al Document Intelligence

Buy Now
Questions 15

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

You need to analyze the files by using Azure Ai Video Indexer. Which files can you upload to the Video Indexer website?

Options:

A.

Filel.FileZ and File4 only

B.

File1, and File2 only

C.

File1, File2, and File3 only

D.

File1, File2. File3 and Fi1e4

E.

File1, and File3 only

Buy Now
Questions 16

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

You build an app named App1 that analyzes PDF files for handwritten content by using DM.

You need to ensure that App1 will recognize the handwritten content.

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:

Buy Now
Questions 17

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:

Buy Now
Questions 18

You need to measure the public perception of your brand on social media by using natural language processing. Which Azure service should you use?

Options:

A.

Content Moderator

B.

Form Recognizer

C.

Computer Vision

D.

Language service

Buy Now
Questions 19

You are designing a conversation flow to be used in a chatbot.

You need to test the conversation flow by using the Microsoft Bot Framework Emulator.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 20

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:

Buy Now
Questions 21

You use the Custom Vision service to build a classifier.

After training is complete, you need to evaluate the classifier.

Which two metrics are available for review? Each correct answer presents a complete solution. (Choose two.)

NOTE: Each correct selection is worth one point.

Options:

A.

recall

B.

F-score

C.

weighted accuracy

D.

precision

E.

area under the curve (AUC)

Buy Now
Questions 22

You have an Azure loT hub that receives series data from machinery. You need to build an app that will perform the following actions:

• Perform anomaly detection across multiple correlated sensors

• Identify the root cause of process stops.

• Send incident alerts

The solution must minimize development time. Which Azure service should you use?

Options:

A.

Azure Metrics Advisor

B.

Form Recognizer

C.

Azure Machine teaming

D.

Anomaly Detector

Buy Now
Questions 23

You have a chatbot that was built by using the Microsoft Bot Framework. You need to debug the chatbot endpoint remotely.

Which two tools should you install on a local computer? Each correct answer presents part of the solution. (Choose two.)

NOTE: Each correct selection is worth one point.

Options:

A.

Fiddler

B.

Bot Framework Composer

C.

Bot Framework Emulator

D.

Bot Framework CLI

E.

ngrok

F.

nginx

Buy Now
Questions 24

Select the answer that correctly completes the sentence.

Options:

Buy Now
Questions 25

You have an Azure subscription that contains an Azure App Service app named Appl.

You provision a multi-service Azure Cognitive Services resource named CSAccount1.

You need to configure App1 to access CSAccount1. The solution must minimize administrative effort.

What should you use to configure App1?

Options:

A.

a system-assigned managed identity and an X.509 certificate

B.

the endpoint URI and an OAuth token

C.

the endpoint URI and a shared access signature (SAS) token

D.

the endpoint URI and subscription key

Buy Now
Questions 26

You are building an app that will translate speech by using the Azure Al Language service.

You need configure the app to translate the speech from English to Italian.

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:

Buy Now
Questions 27

You are buikJing an app named Appl that will use Azure Document Intelligence in Foundry Tools to extract the following data from scanned documents:

• Shipping address

• Billing address

• Customer ID

• Amount due

• Due date

• Total tax

• Subtotal

You need to identify which model to use for App1. The solution must minimize development effort. Which model should you use?

Options:

A.

contract

B.

invoice

C.

custom extraction model

D.

general document

Buy Now
Questions 28

You have an Azure subscription that contains an Al enrichment pipeline in Azure Cognitive Search and an Azure Storage account that has 10 G8 of scanned documents and images. You need to index the documents and images in the storage account. The solution must minimize how long it takes to build the index. What should you do?

Options:

A.

From the Azure portal, configure parallel indexing.

B.

Create a text-based indexer by using the REST API.

C.

From the Azure portal, configure scheduled indexing.

D.

Configure field mappings by using the REST API.

Buy Now
Questions 29

You have a question answering project in Azure Cognitive Service for Language.

You need to move the project to a Language service instance in a different Azure region.

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:

Buy Now
Questions 30

You are developing a method for an application that uses the Azure Translator in Foundry Tools API.

The method will receive the content of a webpage, and then translate the content into Greek (el). The result will also contain a transliteration that uses the Roman alphabet.

You need to create the URI for the call to the Azure Translator in Foundry Tools API.

You have the following URI.

https://api.cognitive.microsofttranslator.com/translate?api-version=3.0

Which three additional query parameters should you include in the URI? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

toScript=Latn

B.

from=el

C.

textType=plain

D.

textType=html

E.

to=el

F.

toScript=Cyrl

Buy Now
Questions 31

You have an Azure OpenAl resource named Al1 that hosts three deployments of the GPT 3.5 model. Each deployment is optimized for a unique workload.

You plan to deploy three apps. Each app will access Al1 by using the REST API and will use the deployment that was optimized for the app ' s intended workload.

You need to provide each app with access to Al1 and the appropriate deployment. The solution must ensure that only the apps can access Al1.

What should you use to provide access to Al1, and what should each app use to connect to its appropriate deployment? To answer, select the appropriate options in the

answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 32

You are building a bot by using Microsoft Bot Framework.

You need to configure the bot to respond to spoken requests. The solution must minimize development effort.

What should you do?

Options:

A.

Deploy the bot to Azure and register the bot with a Direct Une Speech channel

B.

Integrate the bot with Cortana by using the Bot Framework SDK.

C.

Create an Azure function that will call the Speech service and connect the bot to the function.

D.

Deploy the bot to Azure and register the bot with a Microsoft Teams channel.

Buy Now
Questions 33

You develop a Conversational Language Undemanding model by using Language Studio

During testing, users receive incorrect responses to requests that do NOT relate to the capabilities of the model.

You need to ensure that the model identifies spurious requests.

What should you do?

Options:

A.

Enable active learning.

B.

Add examples to the custom intents.

C.

Add examples to the None intent

D.

Add entities.

Buy Now
Questions 34

You are building a Chatbot by using the Microsoft Bot Framework SDK. The bot will be used to accept food orders from customers and allow the customers to customize each food item. You need to configure the bot to ask the user for additional input based on the type of item ordered. The solution must minimize development effort. Which two types of dialogs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.

adaptive

B.

action

C.

waterfall

D.

prompt

E.

input

Buy Now
Questions 35

You ace developing an app that will use the Speech and language APIs.

You need to provision resources for the app. The solution must ensure that each service is accessed by using a single endpoint and credential

Which type of resource should you create?

Options:

A.

Azure Al Content Safety

B.

Azure Al service

C.

Azure Al Speech

D.

Azure Al Language

Buy Now
Questions 36

You need to develop a solution to provide data to executives. The solution must provide an interactive graphical interface, depict various key performance indicators, and support data exploration by using drill down. What should you use in Microsoft Power Bl?

Options:

A.

a report

B.

Microsoft Power Apps

C.

a view

D.

a dataflow

Buy Now
Questions 37

You have an Azure subscription that contains an Azure Al Foundry Content Safety resource named resource1.

You are building an app that will analyze text by using resource1.

You need to identify text that contains hateful content.

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:

Buy Now
Questions 38

You have an Azure subscription that has the following configurations:

• Subscription ID: 8d3591aa-96b8-4737-ad09-OOf9b1ed35ad

• Tenant ID: 3edfe572-cbS4-3ced-ae12-c5c177f39a12

You plan to create a resource that will perform sentiment analysis and optical character recognition (OCR).

You need to use an HTTP request to create the resource in the subscription. The solution must use a single key and endpoint.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 39

You need to measure the public perception of your brand on social media by using natural language processing. Which Azure service should you use?

Options:

A.

Content Moderator

B.

Form Recognizer

C.

Computer Vision

D.

Language service

Buy Now
Questions 40

You build a custom Form Recognizer model.

You receive sample files to use for training the model as shown in the following table.

Which three files can you use to train the model? Each correct answer presents a complete solution. (Choose three.)

NOTE: Each correct selection is worth one point.

Options:

A.

File1

B.

File2

C.

File3

D.

File4

E.

File5

F.

File6

Buy Now
Questions 41

What is used to define a query in a stream processing jobs in Azure Stream Analytics?

Options:

A.

SQL

B.

XML

C.

YAML

D.

KOL

Buy Now
Questions 42

You are developing a method that uses the Computer Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.

During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is complete.

You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Remove the Guid.Parse(operationId) parameter.

B.

Add code to verify the results.Status value.

C.

Add code to verify the status of the txtHeaders.Status value.

D.

Wrap the call to GetReadResultAsync within a loop that contains a delay.

Buy Now
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:

Buy Now
Questions 44

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

Buy Now
Questions 45

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

Buy Now
Questions 46

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

Buy Now
Questions 47

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:

Buy Now
Questions 48

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

Buy Now
Questions 49

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

Buy Now
Questions 50

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

Buy Now
Questions 51

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:

Buy Now
Questions 52

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

Buy Now
Questions 53

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.

Buy Now
Questions 54

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:

Buy Now
Questions 55

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:

Buy Now
Questions 56

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:

Buy Now
Questions 57

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:

Buy Now
Questions 58

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:

Buy Now
Questions 59

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:

Buy Now
Exam Code: AI-102
Exam Name: Designing and Implementing a Microsoft Azure AI Solution
Last Update: May 14, 2026
Questions: 413
AI-102 pdf

AI-102 PDF

$28.5  $94.99
AI-102 Engine

AI-102 Testing Engine

$33  $109.99
AI-102 PDF + Engine

AI-102 PDF + Testing Engine

$43.5  $144.99