exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 20 discussion

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

HOTSPOT -
You plan to create a bot that will support five languages. The bot will be used by users located in three different countries. The bot will answer common customer questions. The bot will use Language Understanding (LUIS) to identify which skill to use and to detect the language of the customer.
You need to identify the minimum number of Azure resources that must be created for the planned bot.
How many QnA Maker, LUIS and Text Analytics instances should you create? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
QnA Maker: 5 -
If the user plans to support multiple languages, they need to have a new QnA Maker resource for each language.

LUIS: 5 -
If you need a multi-language LUIS client application such as a chatbot, you have a few options. If LUIS supports all the languages, you develop a LUIS app for each language. Each LUIS app has a unique app ID, and endpoint log. If you need to provide language understanding for a language LUIS does not support, you can use Microsoft Translator API to translate the utterance into a supported language, submit the utterance to the LUIS endpoint, and receive the resulting scores.

Language detection: 1 -
The Language Detection feature of the Azure Text Analytics REST API evaluates text input for each document and returns language identifiers with a score that indicates the strength of the analysis.
This capability is useful for content stores that collect arbitrary text, where language is unknown. You can parse the results of this analysis to determine which language is used in the input document. The response also returns a score that reflects the confidence of the model. The score value is between 0 and 1.
The Language Detection feature can detect a wide range of languages, variants, dialects, and some regional or cultural languages. The exact list of languages for this feature isn't published.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/language-support https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-language-support https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-language-detection

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
timosi
Highly Voted 3 years, 11 months ago
1. QnA Maker supports knowledge base content in many languages. However, each QnA Maker service should be reserved for a single language. therefore the answer is 5 2. for LUIS supports all the languages, you develop a LUIS app for each language. therefore 5 3. to detect what language is required, you need only one service. Therefore, the provided answer is correct.
upvoted 5 times
...
rveney
Most Recent 2 years ago
the minimum number of Azure resources that should be created are 5 QnA Maker instances, 1 LUIS instance, and 1 Text Analytics instance.
upvoted 1 times
...
[Removed]
4 years ago
i think it should be 3,3,1
upvoted 3 times
...
fhqhfhqh
4 years, 1 month ago
This question was in the exam.
upvoted 2 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 ...