0% found this document useful (0 votes)
1K views5 pages

Ai 102

The document is about AI-102 exam questions and study materials for designing and implementing an Azure AI solution. It provides sample questions and answers related to Azure Cognitive Services like Content Moderator, Form Recognizer, Text Analytics, and Computer Vision. It also discusses Custom Vision, Language Understanding, and the Microsoft Bot Framework.

Uploaded by

suraj satav
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)
1K views5 pages

Ai 102

The document is about AI-102 exam questions and study materials for designing and implementing an Azure AI solution. It provides sample questions and answers related to Azure Cognitive Services like Content Moderator, Form Recognizer, Text Analytics, and Computer Vision. It also discusses Custom Vision, Language Understanding, and the Microsoft Bot Framework.

Uploaded by

suraj satav
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/ 5

Fast2Test

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

Title : Designing and Implementing


an Azure AI Solution

Vendor : Microsoft

Version : DEMO

AI-102, AI-102 dumps, {SiteName} AI-102 1


https://www.fast2test.com/AI-102-premium-file.html
AI-102 Exam Questions, AI-102 study materials. Designing and Implementing an Azure AI Solution
IT Certification Guaranteed, The Easy Way!

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:

1 - Use the GetProjects endpoint on acvdev.


2 - Use the ExportProjects endpoint on acvdev.
3 - Use the ImportProjects endpoint on acvdev.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/copy-move-
projects

NO.3 You are using a Language Understanding service to handle natural language input from the

AI-102, AI-102 dumps, {SiteName} AI-102 2


https://www.fast2test.com/AI-102-premium-file.html
AI-102 Exam Questions, AI-102 study materials. Designing and Implementing an Azure AI Solution
IT Certification Guaranteed, The Easy Way!

users of a web-based customer agent.


The users report that the agent frequently responds with the following generic response: "Sorry, I
don't understand that." You need to improve the ability of the agent to respond to requests.
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.)

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.

AI-102, AI-102 dumps, {SiteName} AI-102 3


https://www.fast2test.com/AI-102-premium-file.html
AI-102 Exam Questions, AI-102 study materials. Designing and Implementing an Azure AI Solution
IT Certification Guaranteed, The Easy Way!

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

AI-102, AI-102 dumps, {SiteName} AI-102 4


https://www.fast2test.com/AI-102-premium-file.html

You might also like