Courseiva
Question 772 of 985

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

A healthcare organization needs to extract specific data elements (such as patient names, medication dosages, and dates) from unstructured doctors' notes. Which Azure Cognitive Service is best suited for this task?

⚠ Common exam trap

Candidates often confuse LUIS's conversational entity extraction with Text Analytics' document-level NER, assuming any 'language understanding' task requires LUIS, when in fact structured data extraction from static text is the domain of Text Analytics.

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

Text Analytics

Text Analytics (now part of Azure AI Language) is the correct service because it provides pre-built entity extraction capabilities specifically designed to identify and extract named entities like people (patient names), quantities (medication dosages), and dates from unstructured text. This aligns directly with the requirement to extract specific data elements from doctors' notes without needing custom model training.

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 Understanding (LUIS)

    Why it's wrong here

    LUIS is designed for conversational applications where users input short, single-turn utterances (typically under 500 characters) and the service predicts intents and extracts entities based on a custom model. Applying LUIS to long-form medical notes would require chunking and risk missing context, because it lacks prebuilt healthcare-specific entity recognition and is not optimized for batch document analysis. Its focus on dialog state and intents makes it inappropriate for this data extraction task.

    When this WOULD be correct

    A question asking which service to use for building a conversational bot that understands patient queries about appointments or symptoms, where you need to extract intents and entities from user speech or text.

  • Text Analytics

    Why this is correct

    Azure Text Analytics, part of the Cognitive Service for Language, includes Named Entity Recognition (NER) that automatically identifies predefined categories such as Person, Date, Quantity, and Organization in unstructured text. Additionally, the Text Analytics for Health feature extends this to clinical entities like symptoms, medications, and diagnoses, which is ideal for extracting specific data from medical notes. This prebuilt capability works on batches of documents without custom training, making it the correct choice.

  • Translator Text

    Why it's wrong here

    Translator is a language translation service that converts text from one language to another while preserving the raw content as continuous text. It provides no inherent capability to identify or extract structured data fields such as names, dates, or medical codes, and it does not understand semantic categories. Even after translation, separate NLP services would be required to extract the needed data, so it is not the right choice.

    When this WOULD be correct

    A question asking which service to use for translating doctors' notes from one language to another while preserving medical terminology would make Translator Text the correct answer.

  • Speech

    Why it's wrong here

    The Speech service is dedicated to processing audio, encompassing speech-to-text transcription, text-to-speech synthesis, speech translation, and speaker verification. While it can transcribe a doctor's verbal notes into text, it performs no natural language analysis to extract structured entities from that transcript or from pre-existing written notes. Therefore, it cannot fulfill the requirement of extracting specific data elements from the medical notes.

    When this WOULD be correct

    A question asking which service to transcribe audio recordings of doctor-patient conversations into text for further analysis would make Speech the correct answer.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AI-900 exam frequently reuses these exact scenarios with slightly different constraints.

Text AnalyticsCorrect answer

Why this is correct

Azure Text Analytics, part of the Cognitive Service for Language, includes Named Entity Recognition (NER) that automatically identifies predefined categories such as Person, Date, Quantity, and Organization in unstructured text. Additionally, the Text Analytics for Health feature extends this to clinical entities like symptoms, medications, and diagnoses, which is ideal for extracting specific data from medical notes. This prebuilt capability works on batches of documents without custom training, making it the correct choice.

Language Understanding (LUIS)Wrong answer — click to see why

Why this is wrong here

LUIS is designed for intent recognition and entity extraction from conversational utterances, not for extracting structured data elements from unstructured text like doctors' notes. Text Analytics (now part of Azure AI Language) provides pre-built entity extraction for healthcare-specific entities.

★ When this WOULD be the correct answer

A question asking which service to use for building a conversational bot that understands patient queries about appointments or symptoms, where you need to extract intents and entities from user speech or text.

Why candidates choose this

Candidates may confuse LUIS's entity extraction capability with general text entity extraction, not realizing LUIS requires custom training and is optimized for conversational contexts rather than document analysis.

Translator TextWrong answer — click to see why

Why this is wrong here

Translator Text is designed for language translation, not for extracting structured data elements like patient names or medication dosages from unstructured text.

★ When this WOULD be the correct answer

A question asking which service to use for translating doctors' notes from one language to another while preserving medical terminology would make Translator Text the correct answer.

Why candidates choose this

Candidates may confuse text translation with text analysis, assuming that extracting information from text involves some form of language understanding or translation.

SpeechWrong answer — click to see why

Why this is wrong here

Speech is designed for speech-to-text and text-to-speech, not for extracting structured data elements like patient names and medication dosages from unstructured text.

★ When this WOULD be the correct answer

A question asking which service to transcribe audio recordings of doctor-patient conversations into text for further analysis would make Speech the correct answer.

Why candidates choose this

Candidates may think that because doctors' notes are often dictated, Speech could be used to convert them to text before extraction, but the question specifies the input is already unstructured text, not audio.

Analysis generated from the official AI-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

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

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.