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

Free and Premium Microsoft AI-102 Dumps Questions Answers

Page: 1 / 14
Total 379 questions

Designing and Implementing a Microsoft Azure AI Solution Questions and Answers

Question 1

You create five bots by using Microsoft Bot Framework Composer.

You need to make a single bot available to users that combines the bots. The solution must support dynamic routing to the bots based on user input.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Create an Orchestrator model.

B.

Change the Recognizer/Dispatch type.

C.

Create a composer extension.

D.

Enable WebSockets.

E.

Create a custom recognizer JSON file.

F.

Install the Orchestrator package.

Buy Now
Question 2

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.

Question 3

You have a factory that produces food products.

You need to build a monitoring solution for staff compliance with personal protective equipment (PPE) requirements. The solution must meet the following requirements:

• identify staff who have removed masks or safety glasses.

• Perform a compliance check every 15 minutes.

• Minimize development effort.

• Minimize costs.

Which service should you use?

Options:

A.

Face

B.

Computer Vision

C.

Azure Video Analyzer for Media (formerly Video indexer)

Question 4

You are building a customer support chatbot.

You need to configure the bot to identify the following:

• Code names for internal product development

• Messages that include credit card numbers

The solution must minimize development effort.

Which Azure Cognitive Service for Language feature should you use for each requirement? To answer, drag the appropriate features to the correct requirements. Each feature 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 5

You have an Azure OpenAI model.

You have 500 prompt-completion pairs that will be used as training data to fine-tune the model.

You need to prepare the training data.

Which format should you use for the training data file?

Options:

A.

XML

B.

JSONL

C.

CSV

D.

TSV

Question 6

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

Question 7

You are developing an application to recognize employees’ faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint.

The application has the following code.

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 8

You are building a call handling system that will receive calls from French-speaking and German-speaking callers. The system must perform the following tasks;

• Capture inbound voice messages as text.

• Replay messages in English on demand.

Which Azure Cognitive Services should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Options:

Question 9

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 10

You are developing a solution to generate a word cloud based on the reviews of a company’s products.

Which Text Analytics REST API endpoint should you use?

Options:

A.

keyPhrases

B.

sentiment

C.

languages

D.

entities/recognition/general

Question 11

You have an existing Azure Cognitive Search service.

You have an Azure Blob storage account that contains millions of scanned documents stored as images and PDFs.

You need to make the scanned documents available to search as quickly as possible. What should you do?

Options:

A.

Split the data into multiple blob containers. Create a Cognitive Search service for each container. Within each indexer definition, schedule the same runtime execution pattern.

B.

Split the data into multiple blob containers. Create an indexer for each container. Increase the search units. Within each indexer definition, schedule a sequential execution pattern.

C.

Create a Cognitive Search service for each type of document.

D.

Split the data into multiple virtual folders. Create an indexer for each folder. Increase the search units. Within each indexer definition, schedule the same runtime execution pattern.

Question 12

In Azure Al Studio, you use Completions playground with the GPT-35 Turbo model.

You have a prompt that contains the following code.

You need the model to create an explanation of the code. The solution must minimize costs. What should you do?

Options:

A.

Change the model to GPT-4-32lc

B.

Add// what does function F do? to the prompt.

C.

Add function F(explanation) to the prompt.

D.

Set the temperature parameter to 1.

Question 13

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 14

You are building a chatbot.

You need to use the Content Moderator service to identify messages that contain sexually explicit language.

Which section in the response from the service will contain the category score, and which category will be assigned to the message? To answer, select the appropriate options in the answer area,

NOTE: Each correct selection is worth one point.

Options:

Question 15

You are building a social media extension that will convert text to speech. The solution must meet the following requirements:

• Support messages of up to 400 characters.

• Provide users with multiple voice options.

• Minimize costs.

You create an Azure Cognitive Services resource.

Which Speech API endpoint provides users with the available voice options?

Options:

A.

https://uksouth.customvoice.apispeech.microsoft.eom/api/texttospeech/v3.0/longaudiosynthesis/voices

B.

https://uksouth.tts.speech.microsoft.conT/cognitiveservices/voices/list

C.

https://uksouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentld = {deployment >

D.

https://uksouth.api.cognitive.microsoft.eom/speechtotext/v3.0/models/base

Question 16

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

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 17

You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)

The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.

The user input will be stored in a property named name.

You need to ensure that you can dispose of the property when the last active dialog ends.

Which scope should you assign to name?

Options:

A.

dialog

B.

user

C.

curn

D.

conversation

Question 18

You have a file share that contains 5,000 images of scanned invoices.

You need to analyze the images. The solution must extract the following data:

• Invoice items

• Sales amounts

• Customer details

What should you use?

Options:

A.

Custom Vision

B.

Computer Vision

C.

Immersive Reader

D.

Form Recognizer

Question 19

You have an Azure subscription.

You are building a chatbot that will use an Azure OpenAI model.

You need to deploy the model.

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 20

You have a collection of 50,000 scanned documents that contain text.

You plan to make the text available through Azure Cognitive Search.

You need to configure an enrichment pipeline to perform optical character recognition (OCR) and text analytics. The solution must minimize costs.

What should you attach to the skillset?

Options:

A.

a new Computer Vision resource

B.

a free (Limited enrichments) Cognitive Services resource

C.

an Azure Machine Learning pipeline

D.

a new Cognitive Services resource that uses the SO pricing tier

Question 21

You have a 20-GB file named file1, avi that is stored on a local drive.

You need to index file1, avi by using the Azure Video indexer website.

What should you do first?

Options:

A.

Upload File1 avi to an Azure storage queue.

B.

upload File1.avi to the www.youtube.com seepage

C.

Upload file1 avi to the Azure video indexer website.

D.

Upload file1 avi to Microsoft OneDrive.

Question 22

You have an app named App1 that uses Azure Al Document Intelligence to analyze medical You have an app named App1 that uses Azure Al Document Intelligence for patients. You send a request to App1 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:

Question 23

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:

Question 24

You run the following command.

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

Options:

Question 25

You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will use an existing Language Understanding model.

You need to translate the Language Understanding model locally by using the Bot Framework CLI. What should you do first?

Options:

A.

From the Language Understanding portal, clone the model.

B.

Export the model as an .lu file.

C.

Create a new Speech service.

D.

Create a new Language Understanding service.

Question 26

You have an Azure subscription.

You need to deploy an Azure Al Document Intelligence resource.

How should you complete the Azure Resource Manager (ARM) template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 27

You Build a bot in JavaScript.

From the Azure Command-Line interface (CLI), you run the following command.

az bot prepare-deploy

You need to deploy the bot to Azure.

Which three Azure CLl commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the client order.

Options:

Question 28

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.

Question 29

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 have a chatbot that uses question answering in Azure Cognitive Service for Language

Users report that the responses of the chatbot lack formality when answering spurious questions

You need to ensure that the chatbot provides formal responses to spurious questions.

Solution: From Language Studio, you change the chitchat source to qna_chitchat_professional.tsv. and then retrain and republish the model.

Does this meet the goal?

Options:

A.

Yes

B.

No

Question 30

You are building an app that will perform speech translation by using the Azure ai Language service.

You need to ensure that the language input to the app is supported.

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 31

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:

Question 32

You are building an app that uses a Language Understanding model to analyze text files. You need to ensure that the app can detect the following entities:

• Temperatures

• Currency values

• Email addresses

• Telephone numbers

The solution must minimize development effort.

Which model capability should you use?

Options:

A.

list entities

B.

learned entities

C.

utterances

D.

regular expression components

E.

pre-built entity components

Question 33

You are building an app that will perform translations by using the Azure Al Translator service.

You need to ensure that the app will translate user-inputted text.

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 34

You are building a social media messaging app.

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

Which SDK package should you install?

Options:

A.

Azure.AI.Translation.Text

B.

Microsoft.CognitiveServices.Speech

C.

Azure.AI.Translation.Document

D.

Azure.AI.Translation.Speech

Question 35

You successfully run the following HTTP request.

POST

Body{"keyName": "Key2"}

What is the result of the request?

Options:

A.

A key for Azure Cognitive Services was generated in Azure Key Vault.

B.

A new query key was generated.

C.

The primary subscription key and the secondary subscription key were rotated.

D.

The secondary subscription key was reset.

Question 36

You are building a Language Understanding model for an e-commerce platform. You need to construct an entity to capture billing addresses.

Which entity type should you use for the billing address?

Options:

A.

machine learned

B.

Regex

C.

geographyV2

D.

Pattern.any

E.

list

Question 37

You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity.

The packages are required to include four samples of each product.

You need to build a Custom Vision model that will identify defects in packaging and provide the location of the defects to an operator. The model must ensure that each package contains the four products.

Which project type and domain should you use? To answer, drag the appropriate options to the correct targets. Each option 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 38

You have an Azure subscription. The subscription contains an Azure OpenAI resource that hosts a GPT-3.5 Turbo model named Model1.

You configure Model1 to use the following system message: "You are an Al assistant that helps people solve mathematical puzzles. Explain your answers as if the request is by a 4-year-old."

Which type of prompt engineering technique is this an example of?

Options:

A.

few-shot learning

B.

affordance

C.

chain of thought

D.

priming

Question 39

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 40

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 41

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

Question 43

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 44

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 45

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 46

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 47

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 48

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 49

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 50

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 51

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

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

Page: 1 / 14
Total 379 questions