AI-102 Practice Question: Implement natural language processing solutions
You are building a multilingual chatbot using Azure AI Language. For a given user utterance, you need to first detect the language, then route to the appropriate language-specific intent model. Which combination of Azure AI Language features should you use?
⚠ Common exam trap
Many candidates confuse Translator (which changes the language) with Language Detection (which identifies the language without altering the text), leading them to choose Option C incorrectly.
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
✓
Language Detection and Conversational Language Understanding
The scenario requires first detecting the language of the user utterance (using Language Detection) and then routing to a language-specific intent model (using Conversational Language Understanding, which supports multiple languages in separate projects or deployments). This combination directly fulfills the requirement of language-aware intent routing.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Language Detection and Conversational Language Understanding
Why this is correct
Language Detection identifies the language, then CLU processes intents in that language.
- ✗
Key Phrase Extraction and Conversational Language Understanding
Why it's wrong here
Key Phrase Extraction does not detect language.
- ✗
Translator and Conversational Language Understanding
Why it's wrong here
Translator does not detect language; it translates.
- ✗
Language Detection and Custom Text Classification
Why it's wrong here
Custom Text Classification is not optimized for conversational intents.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-102 question from scratch — 945 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.