ExamGecko
Home / Microsoft / AI-102 / List of questions
Ask Question

Microsoft AI-102 Practice Test - Questions Answers, Page 11

List of questions

Question 101

Report
Export
Collapse

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?

synonym map
synonym map
a suggester
a suggester
a custom analyzer
a custom analyzer
a built-in key phrase extraction skill
a built-in key phrase extraction skill
Suggested answer: A

Explanation:

Within a search service, synonym maps are a global resource that associate equivalent terms, expanding the scope of a query without the user having to actually provide the term. For example, assuming "dog", "canine", and "puppy" are mapped synonyms, a query on "canine" will match on a document containing "dog".

Create synonyms: A synonym map is an asset that can be created once and used by many indexes.

Reference: https://docs.microsoft.com/en-us/azure/search/search-synonyms

asked 26/09/2024
Mihail Galabov
32 questions

Question 102

Report
Export
Collapse

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?

Microsoft Translator
Microsoft Translator
Language Understanding
Language Understanding
Dispatch
Dispatch
chatdown
chatdown
Suggested answer: C

Explanation:

Scenario: All planned projects must support English, French, and Portuguese.

If a bot uses multiple LUIS models and QnA Maker knowledge bases (knowledge bases), you can use the Dispatch tool to determine which LUIS model or QnA Maker knowledge base best matches the user input. The dispatch tool does this by creating a single LUIS app to route user input to the correct model.

Reference:

https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch

asked 26/09/2024
Joza Pakledinac
29 questions

Question 103

Report
Export
Collapse

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?

QnAMakerOptions.StrictFilters
QnAMakerOptions.StrictFilters
QnADialogResponseOptions.CardNoMatchText
QnADialogResponseOptions.CardNoMatchText
QnAMakerOptions.RankerType
QnAMakerOptions.RankerType
QnAMakerOptions.ScoreThreshold
QnAMakerOptions.ScoreThreshold
Suggested answer: C

Explanation:

Scenario: When the response confidence score is low, ensure that the chatbot can provide other response options to the customers. When no good match is found by the ranker, the confidence score of 0.0 or "None" is returned and the default response is "No good match found in the KB". You can override this default response in the bot or application code calling the endpoint.

Alternately, you can also set the override response in Azure and this changes the default for all knowledge bases deployed in a particular QnA Maker service.

Choosing Ranker type: By default, QnA Maker searches through questions and answers. If you want to search through questions only, to generate an answer, use the RankerType=QuestionOnly in the POST body of the GenerateAnswer request.

Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/best-practices

asked 26/09/2024
Feroz Khan
43 questions

Question 104

Report
Export
Collapse

DRAG DROP

You are developing a solution for the Management-Bookkeepers group to meet the document processing requirements. The solution must contain the following components:

A From 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. Select and Place:

Microsoft AI-102 image Question 104 83950 09262024054203000
Correct answer: Microsoft AI-102 image answer Question 104 83950 09262024054203000

Explanation:

Step 1: Create a new project and load sample documents

Create a new project. Projects store your configurations and settings.

Step 2: Label the sample documents

When you create or open a project, the main tag editor window opens.

Step 3: Train a custom model. Finally, train a custom model.

Reference: https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/label-tool

asked 26/09/2024
MC Chrys Darcy MASSALA MPIKA
34 questions

Question 105

Report
Export
Collapse

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?

Create a custom language model
Create a custom language model
Configure audio indexing for videos only
Configure audio indexing for videos only
Enable multi-language detection for videos
Enable multi-language detection for videos
Build a custom Person model for webinar presenters
Build a custom Person model for webinar presenters
Suggested answer: B

Explanation:

Can search content in different formats, including video

Audio and video insights (multi-channels). When indexing by one channel, partial result for those models will be available. Keywords extraction: Extracts keywords from speech and visual text.

Named entities extraction: Extracts brands, locations, and people from speech and visual text via natural language processing (NLP).

Topic inference: Makes inference of main topics from transcripts. The 2nd-level IPTC taxonomy is included. Artifacts: Extracts rich set of "next level of details" artifacts for each of the models.

Sentiment analysis: Identifies positive, negative, and neutral sentiments from speech and visual text. Incorrect Answers:

C: Webinars Videos are in English.

Reference: https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview

asked 26/09/2024
Oleksii Derevianchenko
33 questions

Question 106

Report
Export
Collapse

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 create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual network named vnet1.

You plan to create a new Azure Cognitive Search service named service1.

You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet. Solution: You deploy service1 and a private endpoint to vnet1.

Does this meet the goal?

Yes
Yes
No
No
Suggested answer: A

Explanation:

A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service powered by Azure Private Link. By enabling a private endpoint, you're bringing the service into your virtual network.

The service could be an Azure service such as:

Azure Storage

Azure Cosmos DB

Azure SQL Database

Your own service using a Private Link Service.

Reference:

https://docs.microsoft.com/en-us/azure/private-link/private-endpoint-overview

asked 26/09/2024
Brooke Galiata
32 questions

Question 107

Report
Export
Collapse

You have a Language Understanding resource named lu1.

You build and deploy an Azure bot named bot1 that uses lu1.

You need to ensure that bot1 adheres to the Microsoft responsible AI principle of inclusiveness. How should you extend bot1?

Implement authentication for bot1.
Implement authentication for bot1.
Enable active learning for lu1.
Enable active learning for lu1.
Host lu1 in a container.
Host lu1 in a container.
Add Direct Line Speech to bot1.
Add Direct Line Speech to bot1.
Suggested answer: D

Explanation:

Inclusiveness: AI systems should empower everyone and engage people.

Direct Line Speech is a robust, end-to-end solution for creating a flexible, extensible voice assistant. It is powered by the Bot Framework and its Direct Line Speech channel, that is optimized for voice-in, voice-out interaction with bots. Incorrect:

Not B: The Active learning suggestions feature allows you to improve the quality of your knowledge base by suggesting alternative questions, based on user-submissions, to your question and answer pair. You review those suggestions, either adding them to existing questions or rejecting them.

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/direct-line-speech

asked 26/09/2024
Jeremiah Hutchins
45 questions

Question 108

Report
Export
Collapse


Your company uses an Azure Cognitive Services solution to detect faces in uploaded images. The method to detect the faces uses the following code.

Microsoft AI-102 image Question 3 84029 09262024174204000000

You discover that the solution frequently fails to detect faces in blurred images and in images that contain sideways faces. You need to increase the likelihood that the solution can detect faces in blurred images and images that contain sideways faces.

What should you do?

Use a different version of the Face API.
Use a different version of the Face API.
Use the Computer Vision service instead of the Face service.
Use the Computer Vision service instead of the Face service.
Use the Identify method instead of the Detect method.
Use the Identify method instead of the Detect method.
Change the detection model.
Change the detection model.
Suggested answer: D

Explanation:

Evaluate different models.

The best way to compare the performances of the detection models is to use them on a sample dataset. We recommend calling the Face - Detect API on a variety of images, especially images of many faces or of faces that are difficult to see, using each detection model. Pay attention to the number of faces that each model returns.

The different face detection models are optimized for different tasks. See the following table for an overview of the differences.

Microsoft AI-102 image Question 3 explanation 84029 09262024174204000000

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/specify-detection-model

asked 26/09/2024
Kristian Michael Matias
44 questions

Question 109

Report
Export
Collapse

You have the following C# method.

Microsoft AI-102 image Question 4 84030 09262024174204000000

You need to deploy an Azure resource to the East US Azure region. The resource will be used to perform sentiment analysis.

How should you call the method?

create_resource("res1", "ContentModerator", "S0", "eastus")
create_resource("res1", "ContentModerator", "S0", "eastus")
create_resource("res1", "TextAnalytics", "S0", "eastus")
create_resource("res1", "TextAnalytics", "S0", "eastus")
create_resource("res1", "ContentModerator", "Standard", "East US")
create_resource("res1", "ContentModerator", "Standard", "East US")
create_resource("res1", "TextAnalytics", "Standard", "East US")
create_resource("res1", "TextAnalytics", "Standard", "East US")
Suggested answer: B

Explanation:

To perform sentiment analysis, we specify TextAnalytics, not ContentModerator.

Possible SKU names include: 'F0','F1','S0','S1','S2','S3','S4','S5','S6','S7','S8' Possible location names include: westus, eastus

Reference:

https://docs.microsoft.com/en-us/powershell/module/az.cognitiveservices/new-azcognitiveservicesaccount

asked 26/09/2024
DAVID ALCARAZ AZNAR
27 questions

Question 110

Report
Export
Collapse

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.

Microsoft AI-102 image Question 5 84031 09262024174204000000

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

by month
by month
chicago
chicago
rain
rain
location
location
Suggested answer: A
asked 26/09/2024
Sean Frenette
36 questions
Total 323 questions
Go to page: of 33
Search

Related questions