- A
Recognising when a user intends to cancel their subscription during a chat session
Why wrong: Cancellation intent is one specific intent — intent recognition is the general capability of determining user goal from any input.
- B
Determining the user's goal or purpose from their natural language input to route conversation logic
Intent recognition classifies what the user wants to achieve — routing to the right action (book flight, check weather, get help).
- C
Detecting the emotional intention behind a user's message for sentiment classification
Why wrong: Emotional tone is sentiment analysis — intent recognition identifies the action goal (book, cancel, check, find) in the message.
- D
Verifying that the user's stated intent matches their historical behaviour in the application
Why wrong: Behaviour matching is a verification/fraud detection concept — intent recognition classifies the current message's purpose.
Quick Answer
The correct answer is that intent recognition in Azure AI Language determines the user’s goal or purpose from their natural language input to route conversation logic. This process maps a user’s spoken or typed phrase—like “book a flight” or “check weather”—to a specific intent, enabling the conversational AI system to trigger the appropriate dialog flow or handler. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of how Azure AI Language distinguishes intent recognition from simpler pattern matching or sentiment analysis, often appearing in questions about the core components of a conversational AI solution. A common trap is confusing intent recognition with entity extraction; remember that intents answer *what* the user wants to do, while entities answer *which* specific details are involved. For a quick memory tip, think of intent as the user’s “why”—the purpose driving their words—and you’ll always route to the right answer.
AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure
This AI-900 practice question tests your understanding of describe features of natural language processing workloads on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
What is 'intent recognition' in the context of Azure AI Language and conversational AI?
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
Determining the user's goal or purpose from their natural language input to route conversation logic
Intent recognition in Azure AI Language and conversational AI is the process of mapping a user's natural language input to a specific goal or purpose, such as 'book a flight' or 'check weather'. This allows the system to route the conversation logic to the appropriate handler or dialog flow. Option B correctly defines this core function, distinguishing it from simpler pattern matching or sentiment analysis.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Recognising when a user intends to cancel their subscription during a chat session
Why it's wrong here
Cancellation intent is one specific intent — intent recognition is the general capability of determining user goal from any input.
- ✓
Determining the user's goal or purpose from their natural language input to route conversation logic
Why this is correct
Intent recognition classifies what the user wants to achieve — routing to the right action (book flight, check weather, get help).
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Detecting the emotional intention behind a user's message for sentiment classification
Why it's wrong here
Emotional tone is sentiment analysis — intent recognition identifies the action goal (book, cancel, check, find) in the message.
- ✗
Verifying that the user's stated intent matches their historical behaviour in the application
Why it's wrong here
Behaviour matching is a verification/fraud detection concept — intent recognition classifies the current message's purpose.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is confusing a specific example of an intent (Option A) with the general definition of intent recognition, leading candidates to pick a concrete but incomplete answer instead of the abstract, correct definition.
Detailed technical explanation
How to think about this question
Under the hood, Azure AI Language uses a pre-trained or custom machine learning model (e.g., a transformer-based classifier) to map utterances to intents, often leveraging the Conversational Language Understanding (CLU) service. The model is trained on labelled examples where each utterance is paired with an intent and optional entities, enabling it to generalise to new phrasings. A real-world scenario is a customer support bot that uses intent recognition to distinguish between 'I want to return an item' (return intent) and 'Where is my order?' (tracking intent), routing each to a different workflow.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Describe features of Natural Language Processing workloads on Azure — study guide chapter
Learn the concepts, then practise the questions
- →
Describe features of Natural Language Processing workloads on Azure practice questions
Targeted practice on this topic area only
- →
All AI-900 questions
1,020 questions across all exam domains
- →
Microsoft Azure AI Fundamentals AI-900 study guide
Full concept coverage aligned to exam objectives
- →
AI-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Describe Artificial Intelligence workloads and considerations practice questions
Practise AI-900 questions linked to Describe Artificial Intelligence workloads and considerations.
Describe fundamental principles of machine learning on Azure practice questions
Practise AI-900 questions linked to Describe fundamental principles of machine learning on Azure.
Describe features of computer vision workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of computer vision workloads on Azure.
Describe features of Natural Language Processing workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of Natural Language Processing workloads on Azure.
Describe features of generative AI workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of generative AI workloads on Azure.
AI-900 fundamentals practice questions
Practise AI-900 questions linked to AI-900 fundamentals.
AI-900 scenario practice questions
Practise AI-900 questions linked to AI-900 scenario.
AI-900 troubleshooting practice questions
Practise AI-900 questions linked to AI-900 troubleshooting.
Practice this exam
Start a free AI-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI-900 question test?
Describe features of Natural Language Processing workloads on Azure — This question tests Describe features of Natural Language Processing workloads on Azure — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Determining the user's goal or purpose from their natural language input to route conversation logic — Intent recognition in Azure AI Language and conversational AI is the process of mapping a user's natural language input to a specific goal or purpose, such as 'book a flight' or 'check weather'. This allows the system to route the conversation logic to the appropriate handler or dialog flow. Option B correctly defines this core function, distinguishing it from simpler pattern matching or sentiment analysis.
What should I do if I get this AI-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This AI-900 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-900 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.