It is impossible to pass Microsoft AI-102 exam without any help in the short term. Come to Certleader soon and find the most advanced, correct and guaranteed Microsoft AI-102 practice questions. You will get a surprising result by our Up to the immediate present Designing and Implementing an Azure AI Solution practice guides.
Free demo questions for Microsoft AI-102 Exam Dumps Below:
NEW QUESTION 1
HOTSPOT
Select the answer that correctly completes the sentence.

Answer: A
NEW QUESTION 2
DRAG DROP
You are building a customer support chatbot.
You need to configure the bot to identify the following:
• Code names for internal product development
• Messages that include credit card numbers The solution must minimize development effort.
Which Azure Cognitive Service for Language feature should you use for each requirement? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content
NOTE: Each correct selection is worth one point.

Answer: A
NEW QUESTION 3
DRAG DROP
You have a monitoring solution that uses the Azure Al Anomaly Detector service. You provision a server named Server! that has intermittent internet access.
You need to deploy the Azure Al Anomaly Detector to Server 1.
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.

Answer: A
NEW QUESTION 4
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?
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 5
DRAG DROP
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.

Answer: A
NEW QUESTION 6
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?
Answer: B
NEW QUESTION 7
HOTSPOT
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.

Answer: A
NEW QUESTION 8
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a chatbot that uses question answering in Azure Cognitive Service for Language Users report that the responses of the chatbot lark formality when answering spurious
questions
You need to ensure that the chatbot provides formal responses to spurious questions. Solution: From Language Studio, you remove all the chit-chat question and answer pairs,
and then retrain and republish the model Does this meet the goal?
Answer: B
Explanation:
Removing all the chit-chat question and answer pairs from the project will not ensure that the chatbot provides formal responses to spurious questions. It will only make the chatbot unable to handle any chit-chat scenarios, which may result in a poor user experience and a loss of engagement. Instead, you should choose a chit-chat personality that matches the tone and style of your chatbot, such as Professional or Caring. You can also edit the chit-chat questions and answers to suit your specific needs, or add new ones that are not in the predefined data set12. This way, you can ensure that the chatbot responds appropriately to spurious questions, while still maintaining a conversational and engaging interaction with the user.
NEW QUESTION 9
You build a conversational bot named bot1.
You need to configure the bot to use a QnA Maker application.
From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?
Answer: C
Explanation:
Obtain values to connect your bot to the knowledge base 1.In the QnA Maker site, select your knowledge base. 2. With your knowledge base open, select the SETTINGS tab. Record the value shown for service name. This value is useful for finding your knowledge base of interest when using the QnA Maker portal interface. It's not used to connect your bot app to this knowledge base.3. Scroll down to find Deployment details and record the following values from the Postman sample HTTP request:4. POST /knowledgebases/<knowledge-base-id>/generateAnswer 5.Host: <your-host-url>6.Authorization: EndpointKey <your-endpoint-key>
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna
NEW QUESTION 10
You are developing the knowledgebase by using Azure Cognitive Search.
You need to meet the knowledgebase requirements for searching equivalent terms. What should you include in the solution?
Answer: A
Explanation:
Within a search service, synonym maps are a global resource that associate equivalent terms, expanding the scope of a query without the user having to actually provide the term. For example, assuming "dog", "canine", and "puppy" are mapped synonyms, a query on "canine" will match on a document containing "dog".
Create synonyms: A synonym map is an asset that can be created once and used by many indexes.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-synonyms
NEW QUESTION 11
You have a text-based chatbot.
You need to enable content moderation by using the Text Moderation API of Content Moderator. Which two service responses should you use? Each correct answer presents part of the solution NOTE: Each correct selection is worth one point.
Answer: AD
NEW QUESTION 12
HOTSPOT
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named get_text_to_be_translated. 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.

Answer: A
NEW QUESTION 13
You have the following C# method.
You need to deploy an Azure resource to the East US Azure region. The resource will be used to perform sentiment analysis.
How should you call the method?
Answer: B
Explanation:
To perform sentiment analysis, we specify TextAnalytics, not ContentModerator. Possible SKU names include: 'F0','F1','S0','S1','S2','S3','S4','S5','S6','S7','S8'
Possible location names include: westus, eastus
Reference:
https://docs.microsoft.com/en-us/powershell/module/az.cognitiveservices/new- azcognitiveservicesaccount
NEW QUESTION 14
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?
Answer: B
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate
NEW QUESTION 15
DRAG DROP
You develop an app in O named App1 that performs speech-to-speech translation. You need to configure App1 to translate English to German.
How should you complete the speechTransiationConf ig object? 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.

Answer: A
NEW QUESTION 16
HOTSPOT
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.
Answer: A
NEW QUESTION 17
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.
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 18
......
P.S. Easily pass AI-102 Exam with 321 Q&As Downloadfreepdf.net Dumps & pdf Version, Welcome to Download the Newest Downloadfreepdf.net AI-102 Dumps: https://www.downloadfreepdf.net/AI-102-pdf-download.html (321 New Questions)