Question 982 of 1,020

Quick Answer

Conversational Language Understanding (CLU) is the correct choice because it is the Azure AI Language feature purpose-built to handle both intent recognition and entity extraction from natural language utterances, such as identifying a user's desire to place, modify, or cancel an order while simultaneously pulling out specific details like menu item names and quantities. This dual capability makes CLU ideal for a voice-powered ordering system, as it maps spoken input to defined intents and extracts structured entities in a single step. On the AI-900 exam, this question tests your understanding of how CLU differs from simpler services like Language Understanding (LUIS) or Text Analytics, which handle only parts of the task; a common trap is confusing CLU with the older LUIS, but CLU is the current, unified service. Remember the mnemonic “CLU Eats Intents and Entities” to recall that CLU handles both tasks together for conversational scenarios like drive-through ordering.

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.

A restaurant chain wants to build a voice-powered ordering system for its drive-through. The system must understand when a user wants to place an order, modify an existing order, or cancel an order. It also needs to extract specific details like the menu item name and quantity from the user's speech. Which Azure AI Language feature should they use to handle both intent recognition and entity extraction?

Question 1hardmultiple choice
Full question →

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

Conversational Language Understanding (CLU)

Conversational Language Understanding (CLU) is the correct choice because it is specifically designed to handle both intent recognition (e.g., 'place order', 'modify order', 'cancel order') and entity extraction (e.g., menu item name, quantity) from natural language utterances. CLU uses a pre-built or custom model to map user input to intents and extract detailed entities, making it ideal for a voice-powered ordering system that needs to understand complex commands.

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.

  • Custom text classification

    Why it's wrong here

    Custom text classification only assigns predefined categories to entire documents. It does not perform entity extraction or handle multiple intents within a single utterance.

  • Conversational Language Understanding (CLU)

    Why this is correct

    CLU is designed to parse natural language input, identify the user's intent, and extract customized entities. This makes it ideal for a voice ordering system that needs to understand commands and capture specific details.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Key phrase extraction

    Why it's wrong here

    Key phrase extraction returns a list of important phrases from the text, but it does not map them to intents or entities in a structured way.

  • Question answering

    Why it's wrong here

    Question answering is used to provide answers based on a predefined knowledge base, not to understand action-oriented commands like placing or modifying an order.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Custom text classification with CLU because both involve custom models, but text classification lacks entity extraction capabilities, which are essential for extracting specific details like menu items and quantities.

Trap categories for this question

  • Keyword trap

    Key phrase extraction returns a list of important phrases from the text, but it does not map them to intents or entities in a structured way.

  • Command / output trap

    Question answering is used to provide answers based on a predefined knowledge base, not to understand action-oriented commands like placing or modifying an order.

Detailed technical explanation

How to think about this question

CLU works by training a model on labeled utterances that map to intents and entities, using a combination of machine learning and rule-based patterns. Under the hood, it leverages a transformer-based architecture to understand context, enabling it to differentiate between similar intents like 'modify order' and 'cancel order' even when the phrasing is ambiguous. In a real-world drive-through scenario, CLU can handle variations like 'I want to change my burger to a chicken sandwich' by extracting the intent 'modify order' and entities 'burger' (old item) and 'chicken sandwich' (new item).

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.

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.

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: Conversational Language Understanding (CLU) — Conversational Language Understanding (CLU) is the correct choice because it is specifically designed to handle both intent recognition (e.g., 'place order', 'modify order', 'cancel order') and entity extraction (e.g., menu item name, quantity) from natural language utterances. CLU uses a pre-built or custom model to map user input to intents and extract detailed entities, making it ideal for a voice-powered ordering system that needs to understand complex commands.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on AI-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company wants to build a customer service chatbot that can understand user intents (e.g., 'cancel order', 'track shipment') and extract relevant entities (e.g., order number, product name). Which Azure AI Language feature should they use?

medium
  • A.Key phrase extraction
  • B.Sentiment analysis
  • C.Conversational Language Understanding (CLU)
  • D.Named entity recognition (NER)

Why C: Conversational Language Understanding (CLU) is the correct Azure AI Language feature because it is specifically designed to understand user intents (e.g., 'cancel order') and extract relevant entities (e.g., order number) from natural language input. This makes it ideal for building a customer service chatbot that needs to interpret and act on user requests.

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.