Ai-102 6
Ai-102 6
https://www.2passeasy.com/dumps/AI-102/
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.
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?
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?
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
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?
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.
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.
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:
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
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.
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?
Answer: A
NEW QUESTION 39
HOTSPOT - (Topic 3)
Select the answer that correctly completes the sentence.
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?
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?
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?
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
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?
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?
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?
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?
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
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?
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?
Answer: B
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
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
A. Mastered
B. Not Mastered
Answer: A
Explanation:
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:
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
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.
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
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
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.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Box 1: Adaptive card Box 2: an image
A. AdaptiveDialog
B. QnAMakerDialog
C. ComponentDialog
D. SkillDialog
Answer: B
A. loggingOptOut
B. piiCategories
C. showStats
D. Model-version
Answer: A
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.
A. Yes
B. No
Answer: B
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.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
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.
Answer: D
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.
A. Azure Files
B. Azure Blob
C. Azure Table
D. Azure Queue
Answer: C
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Answer: B
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
A. CSV
B. JSON
C. HTML
D. YAML
Answer: A
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.
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
Answer: A
Answer: D
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Sentiment Analysis
B. Named Entity Recognition
C. Entity Linking
D. Key Phrase Extraction
Answer: B
A. Mastered
B. Not Mastered
Answer: A
Explanation:
Answer: B
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate
Answer: CDF
Explanation:
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
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
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.
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:
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:
Answer: AD
A. Content Moderator
B. Form Recognizer
C. Computer Vision
D. Language service
Answer: D
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. durability
B. atomicity
C. consistency
D. isolation
Answer: A
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. Identity
B. Keys and Endpoint
C. Properties
D. Networking
Answer: B
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 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
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
A. Mastered
B. Not Mastered
Answer: A
Explanation:
A. a table projection
B. a projection group
C. an object projection
D. a file projection
Answer: C
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}
Answer: C
A. Revoke
B. UPDATE
C. DROP
D. CREATE
Answer: B
A. by month
B. chicago
C. rain
D. location
Answer: A
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.
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.
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).
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
A. Mastered
B. Not Mastered
Answer: A
Explanation:
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.
A. Mastered
B. Not Mastered
Answer: A
Explanation:
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
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
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
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
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/
* 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