exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 1 question 42 discussion

Actual exam question from Microsoft's AI-100
Question #: 42
Topic #: 1
[All AI-100 Questions]

HOTSPOT -
You plan to create an intelligent bot to handle internal user chats to the help desk of your company. The bot has the following requirements:
✑ Must be able to interpret what a user means.
✑ Must be able to perform multiple tasks for a user.
Must be able to answer questions from an existing knowledge base.

You need to recommend which solutions meet the requirements.
Which solution should you recommend for each requirement? To answer, drag the appropriate solutions to the correct requirements. Each solution 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.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: The Language Understanding (LUIS) service
Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.

Box 2: Text Analytics API -
The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition, and language detection.

Box 3: The QnA Maker service -
QnA Maker is a cloud-based Natural Language Processing (NLP) service that easily creates a natural conversational layer over your data. It can be used to find the most appropriate answer for any given natural language input, from your custom knowledge base (KB) of information.
Incorrect Answers:
Dispatch tool library:
If a bot uses multiple LUIS models and QnA Maker knowledge bases (knowledge bases), you can use Dispatch tool to determine which LUIS model or QnA Maker knowledge base best matches the user input. The dispatch tool does this by creating a single LUIS app to route user input to the correct model.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Romesh
Highly Voted 4 years, 2 months ago
Answer for 2 should be dispatch tool library and not text Analytics API
upvoted 10 times
...
rveney
Most Recent 1 year, 12 months ago
recommended solutions for each requirement are: ✑ Must be able to interpret what a user means: Azure Language Understanding (LUIS) Azure QnA Maker ✑ Must be able to perform multiple tasks for a user: Azure Bot Service (Bot Framework) ✑ Must be able to answer questions from an existing knowledge base: Azure QnA Maker
upvoted 1 times
...
timosi
3 years, 11 months ago
I think it should be: 1. user intention is LUIS. 2. perform multiple actions should be the dispatch tool "does this by creating a single LUIS app to route user input to the correct model." and 3 QnA Maker service
upvoted 1 times
...
berserkguts
4 years ago
this was in the AI-100 exam i took today, May 31
upvoted 1 times
...
vhx
4 years, 2 months ago
Text analytics is right. As you can use Dispatch tool to determine which LUIS model or QnA Maker knowledge base best matches the user input. So, Option A for 2nd :D
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...