0% found this document useful (0 votes)
63 views39 pages

Ai-102 6

Uploaded by

Raj Kumar Cse
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views39 pages

Ai-102 6

Uploaded by

Raj Kumar Cse
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 39

Welcome to download the Newest 2passeasy AI-102 dumps

https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Exam Questions AI-102


Designing and Implementing an Azure AI Solution

https://www.2passeasy.com/dumps/AI-102/

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

NEW QUESTION 1
- (Topic 3)
You need to enable speech capabilities for a chatbot.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Enable WebSockets for the chatbot app.


B. Create a Speech service.
C. Register a Direct Line Speech channel.
D. Register a Cortana channel.
E. Enable CORS for the chatbot app.
F. Create a Language Understanding service.

Answer: ABC

Explanation:
You can use the Speech service to voice-enable a chat bot.
The Direct Line Speech channel uses the text-to-speech service, which has neural and standard voices.
You'll need to make a small configuration change so that your bot can communicate with the Direct Line Speech channel using web sockets.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk

NEW QUESTION 2
- (Topic 3)
You have an Azure loT hub that receives series data from machinery. You need to build an app that will perform the following actions:
• Perform anomaly detection across multiple correlated sensors
• Identify the root cause of process stops.
• Send incident alerts
The solution must minimize development time. Which Azure service should you use?

A. Azure Metrics Advisor


B. Form Recognizer
C. Azure Machine teaming
D. Anomaly Detector

Answer: D

NEW QUESTION 3
- (Topic 3)
You have an Azure subscription. The subscription contains an Azure OpenAI resource that hosts a GPT-4 model named Modell and an app named Appl. App1
uses Model!
You need to ensure that App1 will NOT return answers that include hate speech. What should you configure for Model1?

A. the Frequency penalty parameter


B. abuse monitoring
C. a content filter
D. the Temperature parameter

Answer: B

NEW QUESTION 4
- (Topic 3)
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 public endpoint, and you configure an IP firewall rule. Does this meet the goal?

A. Yes
B. No

Answer: B

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

NEW QUESTION 5
- (Topic 3)
You need to recommend a non-relational data store that is optimized for storing and retrieving text files, videos, audio streams, and virtual disk images. The data
store must store data, some metadata, and a unique ID for each file. Which type of data store should you recommend?

A. columnar
B. key/value
C. document

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

D. object

Answer: D

NEW QUESTION 6
- (Topic 3)
You are building a chatbot for a travel agent. The chatbot will use the Azure OpenAI GPT 3.5 model and will be used to make travel reservations.
You need to maximize the accuracy of the responses from the chatbot. What should you do?

A. Configure the model to include data from the travel agent's database.
B. Set the Top P parameter for the model to 0.
C. Set the Temperature parameter for the model to 0.
D. Modify the system message used by the model to specify that the answers must be accurate.

Answer: A

NEW QUESTION 7
- (Topic 3)
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 an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled. Solution: You enable customer-managed key (CMK) encryption.
Does this meet the goal?

A. Yes
B. No

Answer: B

Explanation:
Customer-managed key (CMK) encryption does not affect throttling.
Instead, you could migrate to a Cognitive Search service that uses a higher tier.
Note: A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for query-based throttling, or partitions for indexing-
based throttling). However, increasing replicas or partitions adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis

NEW QUESTION 8
- (Topic 3)
You develop a custom question answering project in Azure Cognitive Service for 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?

A. Add follow-up prompts.


B. Enable active learning.
C. Add alternate questions.
D. Enable chit-chat.

Answer: A

NEW QUESTION 9
- (Topic 3)
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 build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent
named FindContact.
A conversational expert provides you with the following list of phrases to use for training.
Find contacts in London. Who do I know in Seattle? Search for contacts in Ukraine.
You need to implement the phrase list in Language Understanding. Solution: You create a new pattern in the FindContact intent.
Does this meet the goal?

A. Yes
B. No

Answer: B

Explanation:
Instead use a new intent for location.
Note: An intent represents a task or action the user wants to perform. It is a purpose or goal expressed in a user's utterance.
Define a set of intents that corresponds to actions users want to take in your application. Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-intent

NEW QUESTION 10
DRAG DROP - (Topic 3)
You have an app that manages feedback.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
? Provision the Language service resource in Azure.
? Deploy a Docker container to an on-premises server.
? Run the container and query the prediction endpoint.
? According to the Microsoft documentation, the Language service is a cloud-based service that provides various natural language processing features, such as
sentiment analysis, key phrase extraction, named entity recognition, etc. You can provision the Language service resource in Azure by following the steps in
Create a Language resource. You will need to provide a name, a subscription, a resource group, a region, and a pricing tier for your resource. You will also get a
key and an endpoint for your resource, which you will use to authenticate your requests to the Language service API.
? According to the Microsoft documentation, you can also use the Language service as a container on your own premises or in another cloud. This option gives
you more control over your data and network, and allows you to use the Language service without an internet connection. You can deploy a Docker container to an
on-premises server by following the steps in Deploy Language containers. You will need to have Docker installed on your server, pull the container image from the
Microsoft Container Registry, and run the container with the appropriate parameters. You will also need to activate your container with your key and endpoint from
your Azure resource.
? According to the Microsoft documentation, once you have deployed and activated your container, you can run it and query the prediction endpoint to get
sentiment analysis results. The prediction endpoint is a local URL that follows this format: http://<container IP address>:<port>/text/analytics/v3.1-
preview.4/sentiment. You can send HTTP POST requests to this endpoint with your text input in JSON format, and receive JSON responses with sentiment labels
and scores for each document and sentence in your input.

NEW QUESTION 10
- (Topic 3)
You are developing an app that will use the Decision and Language APIs.
You need to provision resources for the app. The solution must ensure that each service is accessed by using a single endpoint and credential.
Which type of resource should you create?

A. Language
B. Speech
C. Azure Cognitive Services
D. Content Moderator

Answer: C

NEW QUESTION 12
HOTSPOT - (Topic 3)
You are building a chatbot by using the Microsoft Bot Framework Composer. You have the dialog design shown in the following exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection Is worth one point.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 14
HOTSPOT - (Topic 3)
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named getTextToBeTranslated. The text can be in one of many languages. The content of the text
must remain within the Americas Azure geography.
You need to develop code to translate the text to a single language.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

NEW QUESTION 18
- (Topic 3)
You have an Azure subscription that contains an Anomaly Detector resource. You deploy a Docker host server named Server 1 to the on-premises network. You
need to host an instance of the Anomaly Detector service on Server 1. Which parameter should you include in the docker run command?

A. Fluentd
B. Billing
C. Http Proxy
D. Mounts

Answer: B

NEW QUESTION 21
HOTSPOT - (Topic 3)
You are developing a text processing solution. You have the function shown below.

For the second argument, you call the function and specify the following string. Our tour of Paris included a visit to the Eiffel Tower.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Explanation:

NEW QUESTION 24
- (Topic 3)
Which database transaction property ensures that individual transactions are executed only once and either succeed in their entirety or roll back?

A. consistency
B. isolation
C. atomicity
D. durability

Answer: A

NEW QUESTION 26
DRAG DROP - (Topic 3)
You have a collection of Microsoft Word documents and PowerPoint presentations in German.
You need to create a solution to translate the file to French. The solution must meet the following requirements:
* Preserve the original formatting of the files.
* Support the use of s custom glossary.
You create a blob container for German files and a blob container for French files. You upload the original files to the container for German files.
Which three actions should you perform in sequence actions from the list of actions to the answer area and arrange them in the correct order.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 31
HOTSPOT - (Topic 3)
You have a bot that was built by using the Microsoft Bot Framework composer as shown in the following exhibit.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Use the drop-down menus 10 select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 32
- (Topic 3)
You need to develop a solution to provide data to executives. The solution must provide an interactive graphical interface, depict various key performance
indicators, and support data exploration by using drill down. What should you use in Microsoft Power Bl?

A. a report
B. Microsoft Power Apps
C. a view
D. a dataflow

Answer: C

NEW QUESTION 34
- (Topic 3)
You plan to build an app that will generate a list of tags for uploaded images. The app must meet the following requirements:
• Generate tags in a user’s preferred language.
• Support English, French, and Spanish.
• Minimize development effort
You need to build a function that will generate the tags for the app. Which Azure service endpoint should you use?

A. Custom Vision image classification


B. Content Moderator Image Moderation
C. Custom Translator
D. Computer Vision Image Analysis

Answer: A

NEW QUESTION 39
HOTSPOT - (Topic 3)
Select the answer that correctly completes the sentence.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 42
DRAG DROP - (Topic 3)
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Step 1: Create a project Create a new project.
Step 2: Upload and tag the images
Choose training images. Then upload and tag the images.
Step 3: Train the classifier model. Train the classifier

NEW QUESTION 47
- (Topic 3)
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?

A. Implement authentication for bot1.


B. Enable active learning for Iu1.
C. Host Iu1 in a container.
D. Add Direct Line Speech to bot1.

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.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/direct-line- speech

NEW QUESTION 52
- (Topic 3)
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?

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Computer Vision Image Analysis


B. the Read API in Computer Vision
C. Form Recognizer
D. Azure Cognitive Service for Language

Answer: B

NEW QUESTION 54
DRAG DROP - (Topic 3)
You have a Docker host named Host1 that contains a container base image.
You have an Azure subscription that contains a custom speech-to-text model named model1.
You need to run model1 on Host1.
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
According to the course AI-102T00: Designing and Implementing a Microsoft Azure AI Solution1, the correct sequence of actions to run model1 on Host1 is:
? Export model1 to Host1
? Run the container
? Configure disk logging
The explanation and references are as follows:
? Export model1 to Host1: This step is required to deploy the custom speech-to-text model to the Docker host. You can use the Azure portal or the Azure CLI to
export the model as a container image2.
? Run the container: This step is required to start the container and run the model on the Docker host. You can use the Docker CLI to run the container image3.
? Configure disk logging: This step is optional but recommended to monitor the performance and health of the container. You can use the Docker CLI to configure
disk logging for the container4.

NEW QUESTION 56
- (Topic 3)
You are developing a new sales system that will process the video and text from a public- facing website.
You plan to notify users that their data has been processed by the sales system. Which responsible AI principle does this help meet?

A. transparency
B. fairness
C. inclusiveness
D. reliability and safety

Answer: D

Explanation:
"When an AI application relies on personal data, such as a facial recognition system that takes images of people to recognize them; you should make it clear to
the user how their data is used and retained, and who has access to it." from: https://docs.microsoft.com/en-us/learn/paths/prepare-for-ai-engineering/

NEW QUESTION 57
- (Topic 3)
You need to store event log data that is semi-structured and received as the logs occur. What should you use?

A. Azure Table storage


B. Azure Queue storage
C. Azure Files

Answer: A

NEW QUESTION 59
- (Topic 3)
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.

A. adaptive
B. action
C. waterfall
D. prompt
E. input

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Answer: BC

NEW QUESTION 61
- (Topic 3)
You need to build a chatbot that meets the following requirements:
? Supports chit-chat, knowledge base, and multilingual models
? Performs sentiment analysis on user messages
? Selects the best language model automatically
What should you integrate into the chatbot?

A. QnA Maker, Language Understanding, and Dispatch


B. Translator, Speech, and Dispatch
C. Language Understanding, Text Analytics, and QnA Maker
D. Text Analytics, Translator, and Dispatch

Answer: C

Explanation:
Language Understanding: An AI service that allows users to interact with your applications, bots, and IoT devices by using natural language.
QnA Maker is a cloud-based Natural Language Processing (NLP) service that allows you to create a natural conversational layer over your data. It is used to find
the most appropriate answer for any input from your custom knowledge base (KB) of information.
Text Analytics: Mine insights in unstructured text using natural language processing (NLP)—no machine learning expertise required. Gain a deeper understanding
of customer opinions with sentiment analysis. The Language Detection feature of the Azure Text Analytics REST API evaluates text input
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/ https://docs.microsoft.com/en-us/azure/cognitive-
services/qnamaker/overview/overview

NEW QUESTION 63
DRAG DROP - (Topic 3)
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 68
- (Topic 3)
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?

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. keyPhrases
B. sentiment
C. languages
D. entities/recognition/general

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview

NEW QUESTION 73
- (Topic 3)
You have the following data sources:
? Finance: On-premises Microsoft SQL Server database
? Sales: Azure Cosmos DB using the Core (SQL) API
? Logs: Azure Table storage
? HR: Azure SQL database
You need to ensure that you can search all the data by using the Azure Cognitive Search REST API. What should you do?

A. Configure multiple read replicas for the data in Sales.


B. Mirror Finance to an Azure SQL database.
C. Migrate the data in Sales to the MongoDB API.
D. Ingest the data in Logs into Azure Sentinel.

Answer: B

Explanation:
On-premises Microsoft SQL Server database cannot be used as an index data source. Note: Indexer in Azure Cognitive Search: : Automate aspects of an indexing
operation by
configuring a data source and an indexer that you can schedule or run on demand. This feature is supported for a limited number of data source types on Azure.
Indexers crawl data stores on Azure.
? Azure Blob Storage
? Azure Data Lake Storage Gen2 (in preview)
? Azure Table Storage
? Azure Cosmos DB
? Azure SQL Database
? SQL Managed Instance
? SQL Server on Azure Virtual Machines
Reference:
https://docs.microsoft.com/en-us/azure/search/search-indexer-overview#supported-data- sources

NEW QUESTION 78
- (Topic 3)
What should you use to build a Microsoft Power Bi paginated report?

A. Power BI Report Builder


B. Charciculator
C. Power BI Desktop
D. the Power BI service

Answer: A

NEW QUESTION 82
- (Topic 3)
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 labels to the existing model. You retrain the model, and then publish the model.
Does this meet the goal?

A. Yes
B. No

Answer: A

Explanation:
The model needs to be extended and retrained.

NEW QUESTION 86
- (Topic 3)
You use the Custom Vision service to build a classifier.
After training is complete, you need to evaluate the classifier.
Which two metrics are available for review? Each correct answer presents a complete solution. (Choose two.)
NOTE: Each correct selection is worth one point.

A. recall

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

B. F-score
C. weighted accuracy
D. precision
E. area under the curve (AUC)

Answer: AD

Explanation:
Custom Vision provides three metrics regarding the performance of your model: precision, recall, and AP.
Reference:
https://www.tallan.com/blog/2020/05/19/azure-custom-vision/

NEW QUESTION 87
HOTSPOT - (Topic 3)
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
* 1. api-nam.cognitive.microsofttranslator.com
* 2. translate
https://learn.microsoft.com/en-us/azure/cognitive-services/Translator/reference/v3-0- reference#base-urls
Requests to Translator are, in most cases, handled by the datacenter that is closest to where the request originated. If there's a datacenter failure when using the
global endpoint, the request may be routed outside of the geography.
To force the request to be handled within a specific geography, use the desired geographical endpoint. All requests are processed among the datacenters within
the geography.
- United States
api-nam.cognitive.microsofttranslator.com
https://learn.microsoft.com/en-us/azure/cognitive-services/translator/reference/rest-api- guide- translate
Translate specified source language text into the target language text.

NEW QUESTION 92
- (Topic 3)
What is a characteristic of a non-relational database?

A. full support for Transact-SGL


B. a fixed schema
C. self describing entities

Answer: C

NEW QUESTION 96
- (Topic 3)
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?

A. key phrase extraction


B. optical character recognition (OCR)
C. document extraction
D. image analysis

Answer: B

NEW QUESTION 101


- (Topic 3)
A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. The index size will increase.


B. Query times will increase.
C. A self-signed X.509 certificate is required.
D. The index size will decrease.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

E. Query times will decrease.


F. Azure Key Vault is required.

Answer: ABF

Explanation:
"Customer-managed keys require an additional billable service, Azure Key Vault, which can be in a different region, but under the same subscription, as Azure
Cognitive Search. Enabling CMK encryption will increase index size and degrade query performance."
same document also lists Azure Key Vault as a requirement: https://docs.microsoft.com/en-us/azure/search/search-security-overview#data-protection

NEW QUESTION 105


HOTSPOT - (Topic 3)
You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment.
# Greet(user)
- ${Greeting()}, ${user.name}
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: No
Example: Greet a user whose name is stored in `user.name`
- ${ welcomeUser(user.name) }
Example: Greet a user whose name you don't know:
- ${ welcomeUser() }
Box 2: No
Greet(User) is a Send a response action. Box 3: Yes

NEW QUESTION 106


DRAG DROP - (Topic 3)
You plan to build a chatbot to support task tracking.
You create a Conversational Language Understanding service named Iu1.
You need to build a Conversational Language Understanding model to Integrate into the chatbot. The solution must minimize development time to build the model.
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 110


HOTSPOT - (Topic 3)

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

You are building an app by using the Speech SDK. The app will translate speech from French to German by using natural language processing.
You need to define the source language and the output language.
How should you complete the code? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 112


- (Topic 3)
You are training a Language Understanding model for a user support system.
You create the first intent named GetContactDetails and add 200 examples. You need to decrease the likelihood of a false positive.
What should you do?

A. Enable active learning.


B. Add a machine learned entity.
C. Add additional examples to the GetContactDetails intent.
D. Add examples to the None intent.

Answer: A

Explanation:
Active learning is a technique of machine learning in which the machine learned model is used to identify informative new examples to label. In LUIS, active
learning refers to adding utterances from the endpoint traffic whose current predictions are unclear to improve your model.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-glossary

NEW QUESTION 113


HOTSPOT - (Topic 3)
You are building an Azure Cognitive Search custom skill. You have the following custom skill schema definition.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

For each of the following statements, select Yes if the statement. Otherwise, select No.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: Yes
Once you have defined a skillset, you must map the output fields of any skill that directly contributes values to a given field in your search index.
Box 2: Yes
The definition is a custom skill that calls a web API as part of the enrichment process.
Box 3: No
For each organization identified by entity recognition, this skill calls a web API to find the description of that organization.

NEW QUESTION 115


- (Topic 3)
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?

A. Yes
B. No

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

NEW QUESTION 118


- (Topic 3)
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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

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?

A. Yes
B. No

Answer: A

NEW QUESTION 123


DRAG DROP - (Topic 3)
You are developing a call to the Face API. The call must find similar faces from an existing
list named employeefaces. The employeefaces list contains 60,000 images.
How should you complete the body of the HTTP 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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: LargeFaceListID
LargeFaceList: Add a face to a specified large face list, up to 1,000,000 faces.
Note: Given query face's faceId, to search the similar-looking faces from a faceId array, a face list or a large face list. A "faceListId" is created by FaceList - Create
containing persistedFaceIds that will not expire. And a "largeFaceListId" is created by LargeFaceList - Create containing persistedFaceIds that will also not expire.

NEW QUESTION 124


HOTSPOT - (Topic 3)
You are building a chatbot that will provide information to users as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: Adaptive card Box 2: an image

NEW QUESTION 129


- (Topic 3)
You are building a chatbot.
You need to configure the chatbot to query a knowledge base. Which dialog class should you use?

A. AdaptiveDialog
B. QnAMakerDialog
C. ComponentDialog
D. SkillDialog

Answer: B

NEW QUESTION 131


- (Topic 3)
You have a Language service resource that performs the following:
• Sentiment analysis
• Named Entity Recognition (NER)
• Personally Identifiable Information (Pll) identification
You need to prevent the resource from persisting input data once the data is analyzed. Which query parameter in the Language service API should you configure?

A. loggingOptOut
B. piiCategories
C. showStats
D. Model-version

Answer: A

NEW QUESTION 136


- (Topic 3)
You are building a solution that will detect anomalies in sensor data from the previous 24 hours.
You need to ensure that the solution scans the entire dataset, at the same time, for anomalies.
Which type of detection should you use?

A. batch
B. streaming
C. change point

Answer: A

Explanation:
Batch anomaly detection is a type of anomaly detection that scans the entire dataset at once for outliers and unusual patterns. Batch anomaly detection is suitable
for offline analysis of historical data, such as sensor data from the previous 24 hours. Batch anomaly detection can use various techniques, such as statistical
methods, machine learning methods, or hybrid methods, to identify anomalies in the data123.

NEW QUESTION 138


- (Topic 3)
You are building a chatbot that will use question answering in Azure Cognitive Service for Language.
You have a PDF named Docl.pdf that contains a product catalogue and a price list You upload Docl.pdf and train the model.
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 cost, and then retrain and republish the model.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Does this meet the goal?

A. Yes
B. No

Answer: B

NEW QUESTION 143


- (Topic 3)
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.

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

Answer: CD

Explanation:
? According to the Microsoft documentation, Computer Vision is a cloud-based service that provides developers with access to advanced algorithms for processing
images and returning information. By uploading an image or specifying an image URL, Computer Vision algorithms can analyze visual content in different ways
based on inputs and user choices.
? According to the Microsoft documentation, image type detection is one of the features of Computer Vision that can categorize an image as either a photograph or
a drawing. You can use the image type detection feature by calling the Analyze Image API with the visualFeatures parameter set to ImageType. The API will return
a JSON response with an imageType field that indicates whether the image is a photo or a clipart.
? According to the Microsoft documentation, image descriptions is another feature of Computer Vision that can generate a caption for an image. You can use the
image descriptions feature by calling the Analyze Image API with the visualFeatures parameter set to Description. The API will return a JSON response with a
description field that contains a list of captions for the image, each with a confidence score.
? Therefore, by using these two features of Computer Vision, you can achieve your app requirements with minimal development effort. You don’t need to use any
other services, such as object detection, content tags, or Custom Vision, which are designed for different purposes.

NEW QUESTION 147


DRAG DROP - (Topic 3)
Match the types of workloads to the appropriate scenarios.
To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may he used once, more than once, or
not at all.
NOTE: Each correct match is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 150


DRAG DROP - (Topic 3)
You are building a Language Understanding model for purchasing tickets.
You have the following utterance for an intent named PurchaseAndSendTickets. Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to
[[email protected]]
You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.
Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: GeographyV2
The prebuilt geographyV2 entity detects places. Because this entity is already trained, you do not need to add example utterances containing GeographyV2 to the
application intents.
Box 2: Email
Email prebuilt entity for a LUIS app: Email extraction includes the entire email address from an utterance. Because this entity is already trained, you do not need to
add example utterances containing email to the application intents.
Box 3: Machine learned
The machine-learning entity is the preferred entity for building LUIS applications.

NEW QUESTION 154


- (Topic 3)
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?

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

Answer: D

NEW QUESTION 158


- (Topic 3)
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?

A. Yes
B. No

Answer: B

Explanation:
The model need to be extended and retrained.
Note: Smart Labeler to generate suggested tags for images. This lets you label a large number of images more quickly when training a Custom Vision model.

NEW QUESTION 159


- (Topic 3)
Which Azure Storage service implements the key/value model?

A. Azure Files
B. Azure Blob
C. Azure Table
D. Azure Queue

Answer: C

NEW QUESTION 164


HOTSPOT - (Topic 3)
Select the answer that correctly completes the sentence.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 169


DRAG DROP - (Topic 3)
You have a Custom Vision service project that performs object detection. The project uses the General domain for classification and contains a trained model.
You need to export the model for use on a network that is disconnected from the internet. Which three actions should you perform in sequence? To answer, move
the appropriate
actions from the list o' actions to the answer area and arrange them in the correct order.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 174


DRAG DROP - (Topic 3)
You have an Azure subscription that contains an Azure OpenA1 resource named AH. You plan to build an app named App1 that will write press releases by using
AM.
You need to deploy an Azure OpenA1 model for Appl. The solution must minimize development effort.
Which three actions should you perform in sequence in 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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

NEW QUESTION 175


HOTSPOT - (Topic 3)
Select the answer that correctly completes the sentence.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 177


- (Topic 3)
You have an app named App1 that uses an Azure Cognitive Services model to identify anomalies in a time series data stream. You need to run App1 in a location
that has limited connectivity. The solution must minimize costs. What should you use to host the model?

A. Azure Kubernetes Services (AKS)


B. a Kubernetes cluster hosted in an Azure Stack Hub integrated system
C. Azure Container instances
D. the Docker Engine

Answer: B

NEW QUESTION 178


- (Topic 3)
You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-
a54745f708a1/resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/conto sol/regenerateKey?api-version=2017-04-18
Body{"keyName": "Key2"}
What is the result of the request?

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.

Answer: B

Explanation:
https://docs.microsoft.com/en-us/rest/api/searchmanagement/2021-04-01-preview/query- keys/create

NEW QUESTION 183


- (Topic 3)
You have data saved in the following format.

Which format was used?

A. CSV

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

B. JSON
C. HTML
D. YAML

Answer: A

NEW QUESTION 186


DRAG DROP - (Topic 3)
You are building a transcription service for technical podcasts.
Testing reveals that the service fails to transcribe technical terms accurately. You need to improve the accuracy of the service.
Which five 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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/custom-speech- overview#how-does-it-work
With Custom Speech, you can upload your own data, test and train a custom model, compare accuracy between models, and deploy a model to a custom
endpoint.
- Create a project and choose a model. Use a Speech resource that you create in the Azure portal. If you will train a custom model with audio data, choose a
Speech resource region with dedicated hardware for training audio data.
- Upload test data. Upload test data to evaluate the speech to text offering for your applications, tools, and products.
- Train a model. Provide written transcripts and related text, along with the corresponding audio data. Testing a model before and after training is optional but
recommended.
- Deploy a model. Once you're satisfied with the test results, deploy the model to a custom endpoint. With the exception of batch transcription, you must deploy a
custom endpoint to use a Custom Speech model.

NEW QUESTION 189


- (Topic 3)
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?

A. https://uksouth.customvoice.apispeech.microsoft.eom/api/texttospeech/v3.0/longaudiosynt hesis/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

Answer: B

NEW QUESTION 194


- (Topic 3)
You develop a Conversational Language Undemanding model by using Language Studio
During testing, users receive incorrect responses to requests that do NOT relate to the capabilities of the model.
You need to ensure that the model identifies spurious requests. What should you do?

A. Enable active learning.


B. Add examples to the custom intents.
C. Add examples to the None intent
D. Add entities.

Answer: A

NEW QUESTION 195


- (Topic 3)
Which scenario is an example of a streaming workload?

A. sending transactions daily from point of sale (POS) devices


B. sending cloud infrastructure metadata every 30 minutes

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

C. sending transactions that are older than a month to an archive


D. sending telemetry data from edge devices

Answer: D

NEW QUESTION 199


HOTSPOT - (Topic 3)
You are developing an internet-based training solution for remote learners.
Your company identifies that during the training, some learners leave their desk for long
periods or become distracted.
You need to use a video and audio feed from each learner’s computer to detect whether the learner is present and paying attention. The solution must minimize
development effort and identify each learner.
Which Azure Cognitive Services service should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 201


- (Topic 3)
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?

A. Sentiment Analysis
B. Named Entity Recognition

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

C. Entity Linking
D. Key Phrase Extraction

Answer: B

NEW QUESTION 204


HOTSPOT - (Topic 3)
A1 You have an Azure OpenA1 resource named AH that hosts three deployments of the GPT 3.5 model. Each deployment is optimized for a unique workload.
You plan to deploy three apps. Each app will access AM by using the REST API and will use the deployment that was optimized for the apps intended workload.
You need to provide each app with access to AH and the appropriate deployment. The solution must ensure that only the apps can access AM.
What should you use to provide access to AM. and what should each app use to connect to its appropriate deployment? To answer, select the appropriate options
in the answer area.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 208


- (Topic 3)
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

Answer: B

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate

NEW QUESTION 210


- (Topic 3)
You are developing an application that will use Azure Cognitive Search for internal documents.
You need to implement document-level filtering for Azure Cognitive Search.
Which three actions should you include in the solution? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Send Azure AD access tokens with the search request.


B. Retrieve all the groups.
C. Retrieve the group memberships of the user.
D. Add allowed groups to each index entry.
E. Create one index per group.
F. Supply the groups as a filter for the search requests.

Answer: CDF

Explanation:

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Your documents must include a field specifying which groups have access. This information becomes the filter criteria against which documents are selected or
rejected from the result set returned to the issuer.
D: A query request targets the documents collection of a single index on a search service. CF: In order to trim documents based on group_ids access, you should
issue a search
query with a group_ids/any(g:search.in(g, 'group_id1, group_id2,...')) filter, where
'group_id1, group_id2,...' are the groups to which the search request issuer belongs.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-security-trimming-for-azure-search

NEW QUESTION 213


- (Topic 3)
You have a chatbot that was built by using the Microsoft Bot Framework. You need to debug the chatbot endpoint remotely.
Which two tools should you install on a local computer? Each correct answer presents part of the solution. (Choose two.)
NOTE: Each correct selection is worth one point.

A. Fiddler
B. Bot Framework Composer
C. Bot Framework Emulator
D. Bot Framework CLI
E. ngrok
F. nginx

Answer: CE

Explanation:
Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely.
ngrok is a cross-platform application that "allows you to expose a web server running on your local machine to the internet." Essentially, what we'll be doing is
using ngrok to forward messages from external channels on the web directly to our local machine to allow debugging, as opposed to the standard messaging
endpoint configured in the Azure portal.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-emulator

NEW QUESTION 215


DRAG DROP - (Topic 3)
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.)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Step 1: Add alternative phrasing to the question and answer (QnA) pair.
Add alternate questions to an existing QnA pair to improve the likelihood of a match to a user query.
Step 2: Retrain the model.
Periodically select Save and train after making edits to avoid losing changes. Step 3: Republish the model
Note: A knowledge base consists of question and answer (QnA) pairs. Each pair has one answer and a pair contains all the information associated with that
answer.

NEW QUESTION 218


HOTSPOT - (Topic 3)
You create a knowledge store for Azure Cognitive Search by using the following JSON.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE Each correct
selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 222


HOTSPOT - (Topic 3)
You are developing an application that will use the Computer Vision client library. 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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 223


- (Topic 3)
What are two benefits of platform as a service (PaaS) relational database offerings in Azure, such as Azure SQL Database? Each correct answer presents a
complete solution.
NOTE: Each correct selection Is worth one point.

A. reduced administrative effort for managing the server infrastructure


B. complete control over backup and restore processes
C. in-database machine learning services S3
D. access to the latest features

Answer: AD

NEW QUESTION 228


- (Topic 3)
You need to measure the public perception of your brand on social media by using natural language processing. Which Azure service should you use?

A. Content Moderator
B. Form Recognizer
C. Computer Vision
D. Language service

Answer: D

NEW QUESTION 232


DRAG DROP - (Topic 3)
You need to analyze video content to identify any mentions of specific company names.
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.

A. Mastered
B. Not Mastered

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

Answer: A

Explanation:

NEW QUESTION 235


- (Topic 3)
Which database transaction property ensures that transactional changes to a database are preserved during unexpected operating system restarts?

A. durability
B. atomicity
C. consistency
D. isolation

Answer: A

NEW QUESTION 236


HOTSPOT - (Topic 3)
Select the answer that correctly completes the sentence.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 239


- (Topic 3)
You have an Azure subscription that contains an Azure Cognitive Service for Language resource. You need to identify the URL of the REST interface for the
Language service. Which blade should you use in the Azure portal?

A. Identity
B. Keys and Endpoint
C. Properties
D. Networking

Answer: B

NEW QUESTION 244


HOTSPOT - (Topic 3)
You are building a chatbot for a Microsoft Teams channel by using the Microsoft Bot Framework SDK. The chatbot will use 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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: Yes
The ActivityHandler.OnMembersAddedAsync method overrides this in a derived class to provide logic for when members other than the bot join the conversation,
such as your bot's welcome logic.
Box 2: Yes
membersAdded is a list of all the members added to the conversation, as described by the conversation update activity.
Box 3: No

NEW QUESTION 247


- (Topic 3)
You are building an Azure Weblob that will create knowledge bases from an array of URLs.
You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client.
You need to develop a method to create the knowledge bases.
Which two actions should you include in the method? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Create a list of FileDTO objects that represents data from the WebJob.
B. Call the clien
C. Knowledgebas
D. CreateAsync method.
E. Create a list of QnADTO objects that represents data from the WebJob.
F. Create a CreaceKbDTO object.

Answer: AC

Explanation:
Reference:
https://docs.microsoft.com/en-us/rest/api/cognitiveservices-qnamaker/qnamaker4.0/knowledgebase/create

NEW QUESTION 251


HOTSPOT - (Topic 3)
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

NEW QUESTION 254


- (Topic 3)
You have an Azure Cognitive Search instance that indexes purchase orders by using Form Recognizer
You need to analyze the extracted information by using Microsoft Power Bl. The solution must minimize development effort.
What should you add to the indexer?

A. a table projection
B. a projection group
C. an object projection
D. a file projection

Answer: C

NEW QUESTION 257


HOTSPOT - (Topic 3)
You have a Computer Vision resource named contoso1 that is hosted in the West US Azure region.
You need to use contoso1 to make a different size of a product photo by using the smart
cropping feature.
How should you complete the API URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
westus.api.cognitive.microsoft.com generateThumbnail
https://docs.microsoft.com/en-us/rest/api/computervision/3.1/generate-thumbnail/generate-thumbnail#examples
POST
https://westus.api.cognitive.microsoft.com/vision/v3.1/generateThumbnail?width=500&height=500&smartCropping=True
Ocp-Apim-Subscription-Key: {API key}

NEW QUESTION 262


- (Topic 3)
What is a primary characteristic of a relational database?

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

Answer: C

NEW QUESTION 266


- (Topic 3)
Which statement is an example of Data Manipulation Language (DML)?

A. Revoke
B. UPDATE
C. DROP
D. CREATE

Answer: B

NEW QUESTION 267


- (Topic 3)
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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

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

A. by month
B. chicago
C. rain
D. location

Answer: A

NEW QUESTION 268


HOTSPOT - (Topic 3)
You are developing a text processing solution. You develop the following method.

You call the method by using the following code. GetKeyPhrases(textAnalyticsClient, "the cat sat on the mat");
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: Yes
The Key Phrase Extraction API evaluates unstructured text, and for each JSON document, returns a list of key phrases.
Box 2: No
'the' is not a key phrase.
This capability is useful if you need to quickly identify the main points in a collection of documents. For example, given input text "The food was delicious and there
were wonderful staff", the service returns the main talking points: "food" and "wonderful staff".
Box 3: No
Key phrase extraction does not have confidence levels.

NEW QUESTION 273


HOTSPOT - (Topic 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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

NOTE: Each correct selection is worth one point.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: "categories": ["Locations", "Persons", "Organizations"], Locations, Persons, Organizations are in the outputs.
Scenario: Contoso plans to develop a searchable knowledgebase of all the intellectual property
Note: The categories parameter is an array of categories that should be extracted. Possible category types: "Person", "Location", "Organization", "Quantity",
"Datetime", "URL", "Email". If no category is provided, all types are returned.
Box 2: {"name": " entities"}
The include wikis, so should include entities in the outputs.
Note: entities is an array of complex types that contains rich information about the entities extracted from text, with the following fields
name (the actual entity name. This represents a "normalized" form) wikipediaId
wikipediaLanguage
wikipediaUrl (a link to Wikipedia page for the entity) etc.

NEW QUESTION 274


- (Topic 2)
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?

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

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

NEW QUESTION 275


HOTSPOT - (Topic 2)
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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: Cognitive Service User
Ensure that the members of a group named Management-Accountants can approve the FAQs.
Approve=publish.
Cognitive Service User (read/write/publish): API permissions: All access to Cognitive Services resource except for ability to:
* 1. Add new members to roles.
* 2. Create new resources.
Box 2: Cognitive Services QnA Maker Editor
Ensure that the members of a group named Consultant-Accountants can create and amend the FAQs.
QnA Maker Editor: API permissions:
* 1. Create KB API
* 2. Update KB API
* 3. Replace KB API
* 4. Replace Alterations
* 5. "Train API" [in new service model v5]
Box 3: Cognitive Services QnA Maker Read
Ensure that the members of a group named the Agent-CustomerServices can browse the FAQs.
QnA Maker Read: API Permissions:
* 1. Download KB API
* 2. List KBs for user API
* 3. Get Knowledge base details
* 4. Download Alterations Generate Answer

NEW QUESTION 278


DRAG DROP - (Topic 2)
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

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.

NEW QUESTION 281


DRAG DROP - (Topic 1)
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.)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Scenario: All videos must have transcripts that are associated to the video and included in product descriptions.
Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.
Step 1: Upload the video to blob storage
Given a video or audio file, the file is first dropped into a Blob Storage. T
Step 2: Index the video by using the Video Indexer API.
When a video is indexed, Video Indexer produces the JSON content that contains details of the specified video insights. The insights include: transcripts, OCRs,
faces, topics, blocks, etc.
Step 3: Extract the transcript from the Video Indexer API. Step 4: Translate the transcript by using the Translator API.

NEW QUESTION 286


HOTSPOT - (Topic 1)
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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:

NEW QUESTION 291


- (Topic 1)
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.

Answer: ABF

Explanation:
Scenario: Support autocompletion and autosuggestion based on all product name variants. A: Call a suggester-enabled query, in the form of a Suggestion request
or Autocomplete
request, using an API. API usage is illustrated in the following call to the Autocomplete REST API.
POST /indexes/myxboxgames/docs/autocomplete?search&api-version=2020-06-30
{
"search": "minecraf", "suggesterName": "sg"
}
B: In Azure Cognitive Search, typeahead or "search-as-you-type" is enabled through a suggester. A suggester provides a list of fields that undergo additional

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

tokenization, generating prefix sequences to support matches on partial terms. For example, a suggester that includes a City field with a value for "Seattle" will
have prefix combinations of "sea", "seat", "seatt", and "seattl" to support typeahead.
F. Use the default standard Lucene analyzer ("analyzer": null) or a language analyzer (for example, "analyzer": "en.Microsoft") on the field.
Reference:
https://docs.microsoft.com/en-us/azure/search/index-add-suggesters

NEW QUESTION 295


HOTSPOT - (Topic 1)
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.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Description automatically generated Box 1: name.en
Box 2: "$when": "${stockLevel != 'OK'}"
Product displays must include images and warnings when stock levels are low or out of stock.
Box 3:image.altText.en

NEW QUESTION 296


HOTSPOT - (Topic 1)
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.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
Box 1: QnA Maker Editor
Scenario: Provide all employees with the ability to edit Q&As.
The QnA Maker Editor (read/write) has the following permissions: Create KB API
Update KB API Replace KB API Replace Alterations "Train API" [in
new service model v5]
Box 2: Contributor
Scenario: Only senior managers must be able to publish updates. Contributor permission: All except ability to add new members to roles

NEW QUESTION 297


......

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy AI-102 dumps
https://www.2passeasy.com/dumps/AI-102/ (213 New Questions)

THANKS FOR TRYING THE DEMO OF OUR PRODUCT

Visit Our Site to Purchase the Full Set of Actual AI-102 Exam Questions With Answers.

We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Order the
AI-102 Product From:

https://www.2passeasy.com/dumps/AI-102/

Money Back Guarantee

AI-102 Practice Exam Features:

* AI-102 Questions and Answers Updated Frequently

* AI-102 Practice Questions Verified by Expert Senior Certified Staff

* AI-102 Most Realistic Questions that Guarantee you a Pass on Your FirstTry

* AI-102 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Powered by TCPDF (www.tcpdf.org)

You might also like