Courseiva

AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure

What is the difference between entities and intents in conversational language understanding?

⚠ Common exam trap

Many candidates confuse intents with responses or entities with questions, but the exam specifically tests the functional roles: intents classify the user's goal, while entities extract the specific data needed to act on that goal.

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

Intents represent the user's goal; entities are the specific pieces of information within the utterance

In conversational language understanding (CLU), intents represent the user's overall goal or desired action (e.g., 'BookFlight'), while entities are specific data points extracted from the utterance that provide context for that intent (e.g., 'New York' as a destination). This distinction is fundamental to natural language processing (NLP) on Azure, where intents map to actions and entities provide the parameters needed to fulfill those actions.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Intents are for text; entities are for speech recognition

    Why it's wrong here

    This option misattributes the difference to modality. Intents and entities apply to text utterances regardless of whether they came from typed input or speech-to-text output. The distinction is not text versus speech; rather, intent is the semantic goal and entity is the factual detail. Speech recognition is a separate step that converts audio to text, which is then passed to a language understanding model for intent and entity analysis.

  • Intents represent the user's goal; entities are the specific pieces of information within the utterance

    Why this is correct

    This is correct. The intent captures the user's goal, such as requesting a flight booking or checking the weather, while entities are the specific pieces of information within the utterance, such as city names, dates, or dollar amounts. In Azure AI Language, you train a model by labeling each utterance with an intent and by tagging entity spans inside it. The combination of predicted intent and extracted entities drives the downstream action.

  • Intents are predefined answers; entities are user questions

    Why it's wrong here

    This option confuses language understanding with a QnA knowledge base. Intents are not predefined answers; they are the user's goal or action, such as 'BookFlight' or 'CancelReservation'. Entities are not user questions; they are specific data extracted from the utterance, like a destination or departure date. QnA pairs contain predefined answers, but intents and entities are part of utterance classification and extraction.

  • They are the same concept with different names for clarity

    Why it's wrong here

    Intents and entities are not different names for the same thing. In Azure AI Language, an intent is the category of the user's overall objective, while an entity is a concrete value inside the utterance that helps fulfill that objective. For example, in 'Book a flight to Seattle on March 15', the intent is 'BookFlight' and the entities are 'Seattle' and 'March 15'. Both are necessary, but they serve distinct, complementary roles in conversational AI.

About these practice questions

Courseiva writes every AI-900 question from scratch — 985 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.