exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 3 discussion

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

You need to build a chatbot that meets the following requirements:
✑ Supports chit-chat, knowledge base, and multilingual models
✑ Performs sentiment analysis on user messages
✑ Selects the best language model automatically
What should you integrate into the chatbot?

  • A. QnA Maker, Language Understanding, and Dispatch
  • B. Translator, Speech, and Dispatch
  • C. Language Understanding, Text Analytics, and QnA Maker
  • D. Text Analytics, Translator, and Dispatch
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
AnnaR
Highly Voted 10 months, 3 weeks ago
according to https://learn.microsoft.com/en-us/azure/ai-services/language-service/overview Azure AI Language now unifies the Text Analyrics, QnA Maker and LUIS. So in my opinion, the question is obsolete.
upvoted 12 times
...
Pankajloms
Most Recent 1 week, 6 days ago
Selected Answer: D
Dispatch is used to route the user's query to the appropriate model (LUIS, QnA Maker, or others). 🔸 Translator is needed for multilingual support.
upvoted 1 times
...
Canarys_Automations
1 month, 2 weeks ago
Selected Answer: C
LUIS → Understands user intent and supports multilingual. Text Analytics → Does sentiment analysis. QnA Maker → For chit-chat and FAQ knowledge base. So Other options don’t meet all features. Only C checks all boxes
upvoted 1 times
...
StelSen
2 months ago
Selected Answer: C
Option C: Language Understanding, Text Analytics, and QnA Maker • Language Understanding = LUIS, handles intent detection. • Text Analytics = handles sentiment analysis. • QnA Maker = handles chit-chat and knowledge base. This meets all three requirements. Why not A? Option A: QnA Maker, Language Understanding, and Dispatch • QnA Maker handles knowledge base and chit-chat. • Language Understanding (LUIS) enables intent and entity recognition. • Dispatch routes to different services, including QnA or LUIS, based on user input. BUT: No sentiment analysis capability included
upvoted 1 times
...
datdatcan
2 months, 1 week ago
Selected Answer: D
it should be D as it meets all 3 requirements
upvoted 1 times
AhmedHadef24
2 months ago
hi boss, i hope u r doing well. Did u see these exam questions in ur exam?
upvoted 1 times
...
...
man5484
2 months, 3 weeks ago
Selected Answer: C
C. Language Understanding, Text Analytics, and QnA Maker It meets all the functional requirements: Chitchat + KB → QnA Maker Multilingual → LUIS and QnA both support it natively Sentiment → Text Analytics Model selection → handled by bot framework routing logic or Dispatch (not strictly required if you're only using two models)
upvoted 2 times
...
miro1
3 months, 3 weeks ago
Selected Answer: D
Why the others don’t fully match: A. QnA Maker, Language Understanding, and Dispatch No sentiment analysis or multilingual support. B. Translator, Speech, and Dispatch No sentiment analysis or knowledge base. C. Language Understanding, Text Analytics, and QnA Maker Lacks multilingual capability and automatic model selection.
upvoted 1 times
...
kakarooky
3 months, 4 weeks ago
Selected Answer: D
A: no sentiment analysis B: don't need speech and no sentiment analysis C: can't select the best language model automatically. -> no dispatch
upvoted 1 times
...
gyaansastra
6 months ago
Selected Answer: A
The best choice here would be Option A: QnA Maker, Language Understanding, and Dispatch. Here's why: - QnA Maker supports the knowledge base requirement. - Language Understanding (LUIS) supports chit-chat by interpreting user intents and entities. - Dispatch helps in selecting the best language model automatically and routing the requests to the appropriate service. The combination of these three components covers all the necessary requirements for your chatbot. Option B and D do not include the knowledge base component, and Option C lacks the automatic selection of the best language model.
upvoted 2 times
...
syupwsh
6 months ago
Selected Answer: C
C for me QnA Maker is needed for chatbot chit-chat and knowledge base so this eliminates B and D Sentiment Analysis can be done by Text Analytics
upvoted 2 times
...
hannah380099
7 months, 1 week ago
Selected Answer: A
Option A (QnA Maker, Language Understanding, and Dispatch): This combination supports chit-chat, knowledge base, multilingual models, and automatic language model selection through Dispatch. Option C (Language Understanding, Text Analytics, and QnA Maker): This option includes Text Analytics for sentiment analysis but lacks Dispatch for automatic model selection. Option D (Text Analytics, Translator, and Dispatch): This option includes Text Analytics and Dispatch but lacks QnA Maker for knowledge bases. Given these considerations, Option A would be the most suitable choice as it covers all requirements through the combined capabilities of QnA Maker, Language Understanding, and Dispatch.
upvoted 3 times
...
jiyoung22
7 months, 3 weeks ago
Selected Answer: A
Language Understanding include Sentiment analysis. And use the Bot framework Dispatch CLI tool to help build a process to work with both services(Language Understanding, QnA Maker). So Answer is A https://learn.microsoft.com/en-us/azure/ai-services/luis/luis-reference-prebuilt-sentiment?tabs=english
upvoted 1 times
...
anto69
1 year ago
Selected Answer: C
C is the correct answer
upvoted 1 times
...
Aouatef
1 year, 1 month ago
I think the answer option is A (see https://learn.microsoft.com/en-us/azure/ai-services/qnamaker/choose-natural-language-processing-service)
upvoted 1 times
...
takaimomoGcup
1 year, 2 months ago
Selected Answer: C
C is right answer.
upvoted 2 times
...
reiwanotora
1 year, 3 months ago
Selected Answer: C
C is right.
upvoted 2 times
...
JamesKJoker
1 year, 3 months ago
Selected Answer: C
As Luis is outdated (with its Dispatch option), I must be C
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 ...