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

Free and Premium Microsoft AI-102 Dumps Questions Answers

Page: 1 / 12
Total 413 questions

Designing and Implementing a Microsoft Azure AI Solution Questions and Answers

Question 1

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
Question 2

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:

Question 3

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 4

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 5

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 6

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 7

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 8

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 9

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 10

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 11

You are building a retail chatbot that will use a QnA Maker service.

You upload an internal support document to train the model. The document contains the following question: " What is your warranty period? "

Users report that the chatbot returns the default QnA Maker answer when they ask the following question: " How long is the warranty coverage? "

The chatbot returns the correct answer when the users ask the following question: ' What is your warranty period? "

Both questions should return the same answer.

You need to increase the accuracy of the chatbot responses.

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. (Choose three.)

Options:

Question 12

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

Question 13

You have an Azure subscription that contains an Azure Al Language custom question answering project named QA1.

You need to import question and answer pairs to QA1.

Which two file formats can you use? Each correct answer presents a complete solution

NOTE; Each correct selection is worth one point.

Options:

A.

Excel

B.

TSV

C.

JSON

D.

LU

E.

CSV

Question 14

You have an Azure Cognitive Search solution and a collection of handwritten letters stored as JPEG files.

You plan to index the collection. The solution must ensure that queries can be performed on the contents of the letters.

You need to create an indexer that has a skillset.

Which skill should you include?

Options:

A.

key phrase extraction

B.

optical character recognition (OCR)

C.

document extraction

D.

image analysis

Question 15

You are building an app that will answer customer calls about the status of an order. The app will query a database for the order details and provide the customers with a spoken response.

You need to identify which Azure Al service APIs to use. The solution must minimize development effort.

Which object should you use for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 16

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 17

You are developing a photo application that will find photos of a person based on a sample image by using the Face API.

You need to create a POST request to find the photos.

How should you complete the request? 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.

Options:

Question 18

You have a blog that allows users to append feedback comments. Some of the feedback comments contain harmful content that includes discriminatory language.

You need to create a prototype of a solution that will detect the harmful content. The solution must minimize development effort.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Sign in to Content Safety Studio and select Moderate text content.

B.

From the Azure portal, create an Azure Al Content Safety resource.

C.

From the Azure portal, create an Azure OpenAI resource.

D.

Sign in to Azure Al Foundry and select Safety + security.

E.

Sign in to Content Safety Studio and select Protected material detection for text.

Question 19

You need to develop an automated call handling system that can respond to callers in their own language. The system will support only French and English.

Which Azure Cognitive Services service should you use to meet each requirement? To answer, drag the appropriate services to the correct requirements. Each service may be used once, more than once, or not at all. You may need to drag the split bat between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 20

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 21

You are building a chatbot.

You need to use the Content Moderator API to identify aggressive and sexually explicit language.

Which three settings should you configure? To answer, select the appropriate settings in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 22

You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service.

You plan to deploy the bot to Azure.

You register the bot by using the Bot Channels Registration service.

Which two values are required to complete the deployment? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

botld

B.

tenancld

C.

appld

D.

objeccld

E.

appSecrec

Question 23

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

Question 24

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:

Question 25

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

Question 26

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

You need to analyze an image to obtain a text descnption.

Which four actions should you perform in sequence from Azure OpenAI Studio? 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 have an app that manages feedback.

You need to ensure that the app can detect negative comments by using the Sentiment Analysis API in Azure Cognitive Service for Language. The solution must ensure that the managed feedback remains on your company ' s internal network.

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.

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

Options:

Question 28

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

You have the following code.

Options:

Question 29

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

You configure 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.

Options:

Question 30

You are designing a content management system.

You need to ensure that the reading experience is optimized for users who have reduced comprehensive and learning differences, such as dyslexia.

Which Azure service should you include in the solution?

Options:

A.

Azure AI Translator

B.

Azure AI Document Intelligence

C.

Azure AI Immersive Reader

D.

Azure AI Language

Question 31

You have a training dataset that contains 10,000 PDF documents. The documents contain scanned books, comics, and magazines.

You are building a solution that will use Azure Al and a custom model.

You need to train the model by using Language Studio. The solution must meet the following requirements:

• Tag each item as a book, comic, or magazine.

• Minimize development effort.

What should you use?

Options:

A.

a custom extraction model

B.

a multi label classification project

C.

a custom named entity recognition (NER) project

D.

a multi label image classification model

Question 32

You have an Azure Cognitive Services model named Model that identifies the intent of text input.

You develop an app in C# named App1.

You need to configure App1 to use Model1.

Which package should you add to App1?

Options:

A.

Azure.AI.Language.Conversations

B.

SpeechServicesToolkit

C.

Universal.Microsoft.CognitiveServices.Speech

D.

Xamarin.Cognitive.Speech

Question 33

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 34

You are building an Azure web app named App1 that will translate text from English to Spanish.

You need to use the Text Translation REST API to perform the translation. The solution must ensure that you have data sovereignty in the United States.

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 35

What is a primary characteristic of a relational database?

Options:

A.

data is queried and manipulated by using a variant of the SOL language

B.

a lack of dependencies between tables

C.

a flexible data structure

D.

a large amount of duplicate data

Question 36

You have a custom agent named Agent1.

You need to control access to and monitor activity for Agent1 by using Microsoft Foundry.

What should you do first?

Options:

A.

Provision an Application Insights resource.

B.

Create a Microsoft Foundry project.

C.

Add Agent1 to a Microsoft Foundry project.

D.

Add Agent1 to the Microsoft Foundry playground.

Question 37

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 38

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

Options:

A.

a waterfall chart

B.

a ribbon chart

C.

a bar chart

D.

a decomposition tree

Question 39

You are building a chatbot.

You need to configure the chatbot to query a knowledge base.

Which dialog class should you use?

Options:

A.

AdaptiveDialog

B.

QnAMakerDialog

C.

ComponentDialog

D.

SkillDialog

Question 40

You are building an app that will process incoming email and direct email messages to either French or English language support teams.

Which Azure Cognitive Services API should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 41

You are building an app that will process scanned expense claims and extract and label the following data:

• Merchant information

• Time of transaction

• Date of transaction

• Taxes paid

• Total cost

You need to recommend an Azure Al Document Intelligence model for the app. The solution must minimize development effort.

What should you use?

Options:

A.

the prebuilt Read model

B.

the prebuilt receipt model

C.

a custom template model

D.

a custom neural model

Question 42

What is the primary purpose of a data warehouse?

Options:

A.

to provide storage for transactional line-of-business (LOB) applications

B.

to provide transformation services between source and target data stores

C.

to provide read only storage of relational and non relational historical data

D.

to provide answers to complex queries that rely on data from multiple sources

Question 43

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 44

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 45

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

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 49

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:

Page: 1 / 12
Total 413 questions