AI-102 Practice Question: Implement natural language processing solutions
You are building a chatbot using Azure AI Language and need to handle user intents that are not covered by the predefined intents. What should you implement?
⚠ Common exam trap
Test-takers frequently confuse the 'None' intent with a fallback mechanism in QnA Maker or assume that custom entities can substitute for intent handling, leading them to pick options that address different aspects of NLP processing rather than the specific requirement for unrecognized intents.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
A 'None' intent in a conversational language understanding project
In a Conversational Language Understanding (CLU) project, the 'None' intent is specifically designed to capture utterances that do not match any of the defined intents. This intent acts as a catch-all for unrecognized user inputs, ensuring the chatbot can gracefully handle out-of-scope or ambiguous queries without misclassifying them into a predefined intent.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Custom entities to capture unknown phrases
Why it's wrong here
Entities capture data, not intents.
- ✗
A fallback intent in the QnA Maker knowledge base
Why it's wrong here
Fallback intent is not a standard term; QnA Maker uses no match responses.
- ✓
A 'None' intent in a conversational language understanding project
Why this is correct
The 'None' intent handles unrecognized utterances.
- ✗
A prebuilt intent from the LUIS catalog
Why it's wrong here
Prebuilt intents cover common scenarios, not custom ones.
Go deeper
Related to this question
About these practice questions
This AI-102 question is part of Courseiva's 945-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.