Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

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

Questions 4

You have the following C# function.

You call the function by using the following code.

Following ‘key phrases’ what output will you receive?

Options:

A.

Jumps over the

B.

The quick brown fox jumps over the lazy dog

C.

Quick brown fox lazy dog

D.

The quick

Buy Now
Questions 5

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 6

You have an Azure subscription that contains an Azure Cognitive Service for Language resource. You need to identify the URL of the REST interface for the Language service. Which blade should you use in the Azure portal?

Options:

A.

Identity

B.

Keys and Endpoint

C.

Properties

D.

Networking

Buy Now
Questions 7

You need to build an app that will use the Azure Al Speech service to translate audio files.

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 8

You have an Azure subscription that contains an Azure OpenAI resource named All and a user named User1 You need to ensure that User1 can perform the following actions in Azure OpenAI Studio;

• Identify resource endpoints.

• View models that are available for deployment.

• Generate text and images by using the deployed models

The solution must follow the principle of least privilege Which role should you assign to User1?

Options:

A.

Cognitive Services OpenAI User

B.

Cognitive Services Contributor

C.

Contributor

D.

Cognitive Services OpenAI Contributor

Buy Now
Questions 9

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 10

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 11

You are building an Azure Weblob that will create knowledge bases from an array of URLs.

You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client.

You need to develop a method to create the knowledge bases.

Which two actions should you include in the method? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Create a list of FileDTO objects that represents data from the WebJob.

B.

Call the client. Knowledgebase. CreateAsync method.

C.

Create a list of QnADTO objects that represents data from the WebJob.

D.

Create a CreaceKbDTO object.

Buy Now
Questions 12

You have an Azure subscription

You need to create a new resource that will generate fictional stories in response to user prompts. The solution must ensure that the resource uses a customer-managed key to protect data.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 13

You have an Azure subscription that contains an Anomaly Detector resource. You deploy a Docker host server named Server 1 to the on-premises network. You need to host an instance of the Anomaly Detector service on Server 1. Which parameter should you include in the docker run command?

Options:

A.

Fluentd

B.

Billing

C.

Http Proxy

D.

Mounts

Buy Now
Questions 14

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

You create a test image that contains a circle.

You submit the test image to CS1 by using the curl command and the following command-line parameters.

What should you expect as the output?

Options:

A.

0

B.

0.0

C.

7

D.

100

Buy Now
Questions 15

You are building an app by using the Speech SDK. The app will translate speech from French to German by using natural language processing.

You need to define the source language and the output language.

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 16

You have an app named App1 that uses a custom Azure Al Document Intelligence model to recognize contract documents. You need to ensure that the model supports an additional contract format. The solution must minimize development effort. What should you do?

Options:

A.

Lower the confidence score threshold of App1.

B.

Lower the accuracy threshold of App1.

C.

Add the additional contract format to the existing training set. Retrain the model.

D.

Create a new training set and add the additional contract format to the new training set.

E.

Create and train a new custom model.

Buy Now
Questions 17

You develop a custom question answering project in Azure Al Language. The project will be used by a chatbot.

You need to configure the project to engage in multi-turn conversations. What should you do?

Options:

A.

Add alternate questions.

B.

Enable chit-chat.

C.

Add follow-up prompts.

D.

Enable active learning.

Buy Now
Questions 18

You have an Azure subscription that contains an Azure OpenA1 resource. You configure a model that has the following settings:

• Temperature: 1

• Top probabilities: 0.5

• Max response tokens: 100

You ask the model a question and receive the following response.

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

NOTE: Each correct selection is worth point.

Options:

Buy Now
Questions 19

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

Buy Now
Questions 20

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 21

You need to enable speech capabilities for a chatbot.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Enable WebSockets for the chatbot app.

B.

Create a Speech service.

C.

Register a Direct Line Speech channel.

D.

Register a Cortana channel.

E.

Enable CORS for the chatbot app.

F.

Create a Language Understanding service.

Buy Now
Questions 22

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 23

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 24

You have a SQL query that combines customer data and order data. The query includes calculated columns. You need to create a database object that would allow other users to rerun the same SOL query. What should you create?

Options:

A.

an Index

B.

a view

C.

a scalar function

D.

a table

Buy Now
Questions 25

You need to implement a table projection to generate a physical expression of an Azure Cognitive Search index.

Which three properties should you specify in the skillset definition JSON configuration table node? Each correct answer presents part of the solution. (Choose three.)

NOTE: Each correct selection is worth one point.

Options:

A.

tableName

B.

generatedKeyName

C.

dataSource

D.

dataSourceConnection

E.

source

Buy Now
Questions 26

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

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

You need to configure the app to moderate inappropriate content uploaded by the users.

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 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 28

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 29

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 30

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 31

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 32

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 33

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 34

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
Questions 35

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 36

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 37

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 38

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 39

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 40

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 41

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 42

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
Exam Code: AI-102
Exam Name: Designing and Implementing a Microsoft Azure AI Solution
Last Update: Jun 25, 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