AI-102 Practice Question: Implement natural language processing solutions
Network Topology
You need the project to support English, Spanish, and French. What change should you make to the command?
⚠ Common exam trap
Azure exams often test the misconception that adding a description or changing the project name can enable multilingual support, when in fact only the explicit `--multilingual true` flag activates this feature.
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
✓
Change --multilingual false to --multilingual true.
The command requires multilingual support for English, Spanish, and French. By default, the `--multilingual` flag is set to `false`, which restricts the project to a single language. Changing it to `true` enables the project to accept utterances in multiple languages, allowing the Conversational Language Understanding (CLU) model to process and train on intents and entities across all specified languages.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Change --language to "multi".
Why it's wrong here
The language parameter does not accept "multi"; you must use --multilingual.
- ✓
Change --multilingual false to --multilingual true.
Why this is correct
Enabling multilingual support allows the project to handle multiple languages.
- ✗
Add --description "Multi-language support".
Why it's wrong here
The description does not affect language support.
- ✗
Change --project-name to "SupportBotML".
Why it's wrong here
The project name does not affect language support.
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.