Ai 102
Ai 102
https://www.fast2test.com
Everything you need to prepare, learn & pass your certification exam easily.
AI-102 Exam Questions, AI-102 study materials. Designing and Implementing an Azure AI Solution
IT Certification Guaranteed, The Easy Way!
Exam : AI-102
Vendor : Microsoft
Version : DEMO
NO.1 You need to measure the public perception of your brand on social media messages. Which
Azure Cognitive Services service should you use?
A. Content Moderator
B. Form Recognizer
C. Text Analytics
D. Computer Vision
Answer: C
NO.2 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.
Answer:
NO.3 You are using a Language Understanding service to handle natural language input from the
Answer:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-review-endpoint-
utterances#log-user-queries-to-enable-active-learning
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-prebuilt-model
NO.4 You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will
use an existing Language Understanding model.
You need to translate the Language Understanding model locally by using the Bot Framework CLI.
What should you do first?
A. From the Language Understanding portal, clone the model.
B. Create a new Speech service.
C. Export the model as an .lu file.
D. Create a new Language Understanding service.
Answer: C
Explanation:
You might want to manage the translation and localization for the language understanding content
for your bot independently.
Translate command in the @microsoft/bf-lu library takes advantage of the Microsoft text translation
API to automatically machine translate .lu files to one or more than 60+ languages supported by the
Microsoft text translation cognitive service.
What is translated?
An .lu file and optionally translate Comments in the lu file
LU reference link texts
List of .lu files under a specific path.
Reference:
https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translate-
command.md
NO.5 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 entity for the domain.
Does this meet the goal?
A. No
B. Yes
Answer: A
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