Month End Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

AI-102 Microsoft Designing and Implementing a Microsoft Azure AI Solution Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Microsoft AI-102 Designing and Implementing a Microsoft Azure AI Solution certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 3
Total 379 questions

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.

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.

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

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.

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.

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.

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.

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

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.

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.

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.

You have an Azure subscription that contains an Azure OpenAI resource named OpenAI1 and a user named User1.

You need to ensure that User1 can upload datasets to OpenA11 and finetune the existing models. The solution must follow the principle of least privilege.

Which role should you assign to User!?

A.

Cognitive Services Contributor

B.

Contributor

C.

Cognitive Services OpenAI User

D.

Cognitive Services OpenAI Contributor

Your company has a repotting solution that has paginated reports. The reports query a dimensional model in a data warehouse. Which type of processing does the reporting solution use?

A.

Online Transaction Processing (OLTP)

B.

Online Analytical Processing (OLAP)

C.

batch processing

D.

stream processing

You are building a social media messaging app.

You need to identify in real time the language used in messages.

Which service should you use?

A.

Azure Al Speech

B.

Azure Al Content Safety

C.

Azure Al Translator

D.

Azure Al Language

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.

You are building a model to detect objects in images.

The performance of the model based on training data is shown in the following exhibit.

You develop an app in O named App1 that performs speech-to-speech translation.

You need to configure App1 to translate English to German.

How should you complete the speechTransiationConf ig object? To answer, drag the appropriate values to the correct targets. Each value 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.

You are building a language model by using a Language Understanding service.

You create a new Language Understanding resource.

You need to add more contributors.

What should you use?

A.

a conditional access policy in Azure Active Directory (Azure AD)

B.

the Access control (1AM) page for the authoring resources in the Azure portal

C.

the Access control (1AM) page for the prediction resources in the Azure portal

You need to create a visualization of running sales totals per quarter as shown in the following exhibit.

What should you create in Cower Bl Desktop;1

A.

a waterfall chart

B.

a ribbon chart

C.

a bar chart

D.

a decomposition tree

You have an Azure subscription that contains an Azure Al Content Safety resource named CS1. You plan to build an app that will analyze user-gene rated documents and identify obscure offensive terms. You need to create a dictionary that will contain the offensive terms. The solution must minimize development effort. What should you use?

A.

a text classifier

B.

text moderation

C.

language detection

D.

a blacklist

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.

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.

You plan to deploy a containerized version of an Azure Cognitive Services service that will be used for text analysis.

You configure https://contoso.cognitiveservices.azure.com as the endpoint URI for the service, and you pull the latest version of the Text Analytics Sentiment Analysis container.

You need to run the container on an Azure virtual machine by using Docker.

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

NOTE: Each correct selection is worth one point.

Page: 1 / 3
Total 379 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved