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

Microsoft AI-102 Designing and Implementing a Microsoft Azure AI Solution Exam Practice Test

Demo: 59 questions
Total 414 questions

Designing and Implementing a Microsoft Azure AI Solution Questions and Answers

Question 1

You train a Custom Vision model to identify a company’s products by using the Retail domain.

You plan to deploy the model as part of an app for Android phones.

You need to prepare the model for deployment.

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:

Question 2

You build a conversational bot named bot1.

You need to configure the bot to use a QnA Maker application.

From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?

Options:

A.

Access control (IAM)

B.

Properties

C.

Keys and Endpoint

D.

Identity

Question 3

You have a custom Azure OpenAI model.

You have the files shown in the following table.

You need to prepare training data for the model by using the OpenAI CLI data preparation tool. Which files can you upload to the tool?

Options:

A.

Filel.tsv only

B.

File2.xml only

C.

File3.pdf only

D.

File4.xlsx only

E.

File1.tsv and File4.xslx only

F.

File1.tsv.File2.xml and File4.xslx only

G.

File1.tsv, File2.xml, Fil3.pdf and File4.xslx

Question 4

You are building an app that will share user images.

You need to configure the app to perform the following actions when a user uploads an image:

• Categorize the image as either a photograph or a drawing.

• Generate a caption for the image.

The solution must minimize development effort.

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

NOTE: Each correct selection is worth one point.

Options:

A.

object detection in Computer Vision

B.

content tags in Computer Vision

C.

image descriptions in Computer Vision

D.

image type detection in Computer Vison

E.

image classification in Custom Vision

Question 5

You have a text-based chatbot.

You need to enable content moderation by using the Text Moderation API of Content Moderator. Which two service responses should you use? Each correct answer presents part of the solution NOTE: Each correct selection is worth one point.

Options:

A.

the adult classification score

B.

optical character recognition (OCR)

C.

personal data

D.

text classification

E.

the racy classification score

Question 6

Which database transaction property ensures that transactional changes to a database are preserved during unexpected operating system restarts?

Options:

A.

durability

B.

atomicity

C.

consistency

D.

isolation

Question 7

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

You need to ensure that the agent can access publicly accessible data that was released during the past 90 days.

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:

Question 8

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?

Options:

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

Question 9

You have an Azure OpenAI model named All.

You are building a web app named App1 by using the Azure OpenAI SDK You need to configure App1 to connect to All What information must you provide?

Options:

A.

the endpoint, key, and model name

B.

the deployment name, endpoint. and key

C.

the endpoint, key, and model type

D.

the deployment name, key, and model name

Question 10

You build a Language Understanding model by using the Language Understanding portal.

You export the model as a JSON file as shown in the following sample.

To what does the Weather.Historic entity correspond in the utterance?

Options:

A.

by month

B.

chicago

C.

rain

D.

location

Question 11

Select the answer that correctly completes the sentence.

Options:

Question 12

You have an Azure subscription that contains an Azure OpenAI resource.

You plan to build an agent by using the Azure Ai Agent Service. The agent will perform the following actions:

• Interpret written and spoken questions from users.

• Generate answers to the questions.

• Output the answers as speech.

You need to create the project for the agent.

What should you use?

Options:

A.

Language Studio

B.

Azure Al Foundry

C.

Speech studio

D.

the Azure portal

Question 13

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

You need to call CS1 to identify whether a user request contains hateful language.

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

NOTE: Each correct selection is worth one point

Options:

Question 14

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.

Question 15

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:

Question 16

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

Question 17

You deploy a web app that is used as a management portal for indexing in Azure Cognitive Search. The app is configured to use the primary admin key.

During a security review, you discover unauthorized changes to the search index. You suspect that the primary access key is compromised.

You need to prevent unauthorized access to the index management endpoint. The solution must minimize downtime.

What should you do next?

Options:

A.

Regenerate the primary admin key, change the app to use the secondary admin key, and then regenerate the secondary admin key.

B.

Change the app to use a query key, and then regenerate the primary admin key and the secondary admin key.

C.

Regenerate the secondary admin key, change the app to use the secondary admin key, and then regenerate the primary key.

D.

Add a new query key, change the app to use the new query key, and then delete all the unused query keys.

Question 18

You plan to deploy an Azure OpenAI resource by using an Azure Resource Manager (ARM) template.

You need to ensure that the resource can respond to 600 requests per minute.

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

NOTE: Each correct selection is worth one point.

Options:

Question 19

Select the answer that correctly completes the sentence.

Options:

Question 20

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 are building a chatbot that will use question answering in Azure Cognitive Service for Language.

You upload Doc1.pdf and train that contains a product catalogue and a price list.

During testing, users report that the chatbot responds correctly to the following question: What is the price of < product > ?

The chatbot fails to respond to the following question: How much does < product > cost?

You need to ensure that the chatbot responds correctly to both questions.

Solution: from Language Studio, you create an entity for price, and then retrain and republish the model.

Does this meet the goal?

Options:

A.

Yes

B.

No

Question 21

You have an app that uses the AI Language custom question answering service.

You need to ad alternatives for the word testing by using the Authoring API.

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

NOTE: Each correct selection is worth one point.

Options:

Question 22

You have an Azure subscription that contains an Azure Al Document Intelligence resource named All. All contains the following models:

• Model 1: A custom model that extracts purchase order information

• Model2: A custom model that extracts sales order information

You plan to create a composed model named Model3 that will contain Model! and Model2.

You need to ensure that when a document is analyzed by Model3, the correct model is used to extract the order information.

What should you do?

Options:

A.

Assign a confidence score to each submodel in Model3.

B.

Label the fields in Model 1 and Model2.

C.

Provide the Document Intelligence endpoint name, key, and location.

D.

Train Model3 by using sample purchase order and sales order documents.

Question 23

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:

Question 24

You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The solution must minimize development effort. What should you include in the solution?

Options:

A.

Computer Vision Image Analysis

B.

the Read API in Computer Vision

C.

Form Recognizer

D.

Azure Cognitive Service for Language

Question 25

You are developing an app that will use the Azure AI vision API to analyze an image.

You need configure the request that will be used by the app to identity whether an image is clipart or a line drawing.

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

NOTE: Each correct select is worth one point.

Options:

Question 26

You have a web app that uses Azure Cognitive Search.

When reviewing billing for the app, you discover much higher than expected charges. You suspect that the query key is compromised.

You need to prevent unauthorized access to the search endpoint and ensure that users only have read only access to the documents collection. The solution must minimize app downtime.

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:

Question 27

You are building a multilingual chatbot.

You need to send a different answer for positive and negative messages.

Which two Text Analytics APIs should you use? Each correct answer presents part of the solution. (Choose two.)

NOTE: Each correct selection is worth one point.

Options:

A.

Linked entities from a well-known knowledge base

B.

Sentiment Analysis

C.

Key Phrases

D.

Detect Language

E.

Named Entity Recognition

Question 28

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

Question 29

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

You have an app named App1 that uses Aldoc1. App1 analyzes business cards by calling business card model v2.1.

You need to update App1 to ensure that the app can interpret QR codes. The solution must minimize administrative effort.

What should you do first?

Options:

A.

Deploy a custom model.

B.

Implement the read model.

C.

Upgrade the business card model to v3.0

D.

Implement the contract model

Question 30

You are developing an application that will recognize faults in components produced on a factory production line. The components are specific to your business.

You need to use the Custom Vision API to help detect common faults.

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:

Question 31

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

Question 32

You are building an app that will share user images.

You need to configure the app to meet the following requirement’s

• uploaded images must be scanned and any text must be extracted from the images.

• Extracted text must be analyzed for the presence of profane language.

• The solution must minimize development effort.

what should you use for each requirement? To answer, select the apocopate opinions in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 33

You have an Azure subscription that contains an Azure OpenAI resource.

You deploy the GPT-4 model to the resource.

You need to ensure that you can upload files that will be used as grounding data for the model.

Which two types of resources should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Azure Al Bot Service

B.

Azure SQL

C.

Azure Al Document Intelligence

D.

Azure Blob Storage

E.

Azure Al Search

Question 34

You are examining the Text Analytics output of an application.

The text analyzed is: " Our tour guide took us up the Space Needle during our trip to Seattle last week. "

The response contains the data shown in the following table.

Which Text Analytics API is used to analyze the text?

Options:

A.

Sentiment Analysis

B.

Named Entity Recognition

C.

Entity Linking

D.

Key Phrase Extraction

Question 35

You have a library that contains 1,000 video files.

You need to perform sentiment analysis on the videos by using an Azure Al Content Understanding project. The solution must minimize development effort.

Which type of template should you use for the project?

Options:

A.

Video shot analysis

B.

Media asset management

C.

Advertising

Question 36

Select the answer that correctly completes the sentence.

Options:

Question 37

You have the following files:

• File1.pdf

• File2.jpg

• File3.docx

• File4.webp

• File5.png

Which files can you analyze by using Azure Al Content Understanding?

Options:

A.

File1.pdf and File3.docx only

B.

File1.pdf. File2.jpg, and FileS.png only

C.

File1.pdf, File2.jpg, and File3.docx only

D.

File1.pdf, File2.jpg. File3.docx and File5.png only

E.

Filel.pdf. File2.jpg. File3.docx File4.webp, and File5.png

Question 38

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

Question 39

You have a flow that you plan to deploy to Azure Machine Learning managed online endpoints for real-time inference.

You need to modify the YAML configuration file for the deployment to ensure that trace data and system metrics are collected and sent to an Application Insights resource named my-app-insights.

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

NOTE: Each correct selection is worth one point.

Options:

Question 40

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

Question 41

You are developing a text processing solution.

You have the function shown below.

Options:

Question 42

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.

Question 43

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:

Question 44

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:

Question 45

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:

Question 46

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:

Question 47

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:

Question 48

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:

Question 49

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.

Question 50

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

Question 51

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

Question 52

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

Question 53

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

Question 54

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

Question 55

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:

Question 56

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

Question 57

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

Question 58

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:

Question 59

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:

Demo: 59 questions
Total 414 questions