Courseiva

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

A hospital wants to create a system that can transcribe doctor-patient conversations in real time and also extract medical conditions, medications, and dosages from the transcribed text. Which combination of Azure AI services should they use?

⚠ Common exam trap

Candidates often confuse the standard Text Analytics API with Text Analytics for Health, assuming the general API can extract medical entities, but only the health-specific version has the clinical ontology and relation extraction capabilities required for this use case.

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

Speech to Text and Text Analytics for Health

The scenario requires real-time transcription of doctor-patient conversations, which is handled by Azure Speech to Text, and then extraction of medical entities like conditions, medications, and dosages from the transcribed text, which is specifically provided by Azure Text Analytics for Health. Text Analytics for Health is a specialized container or API within Azure Cognitive Services that uses medical ontologies (e.g., UMLS, SNOMED CT) to extract clinical entities, unlike the standard Text Analytics API which only extracts general entities like names or locations.

Answer analysis

Option-by-option breakdown

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

  • Speech to Text and Text Analytics API (standard)

    Why it's wrong here

    Although Speech to Text can handle the transcription portion, the standard Text Analytics API performs generic tasks like sentiment analysis and broad entity recognition (e.g., person, organization, location). It is not trained on clinical vocabularies and therefore cannot identify medical-specific entities such as drug dosages, ICD-10 codes, or symptom relationships. This option falls short because the analysis layer lacks the specialized medical models that Text Analytics for Health provides.

    When this WOULD be correct

    If the hospital only needed to transcribe conversations and perform general sentiment analysis or key phrase extraction (not medical-specific entities), then Speech to Text plus standard Text Analytics API would be sufficient.

  • Speech to Text and Text Analytics for Health

    Why this is correct

    Speech to Text provides high-quality real-time transcription of doctor-patient conversations, converting spoken language into text. The Text Analytics for Health service is then applied to that transcript, using healthcare-specific NLP models to extract entities such as diagnoses, medications, symptoms, and treatment plans. Together, they form a purpose-built pipeline for clinical documentation, which is exactly what the hospital needs.

  • Translator Text and Language Understanding (LUIS)

    Why it's wrong here

    Translator Text is designed to translate written text between languages, so it neither transcribes audio input nor extracts structured information from clinical speech. Language Understanding (LUIS) is a conversational tool that detects intents and custom entities from user utterances, but it requires extensive training on domain-specific phrases and is not inherently equipped for medical terminology. This pairing fails to deliver any speech-to-text capability and does not offer the out-of-the-box healthcare entity extraction needed by the hospital.

    When this WOULD be correct

    This option would be correct if the hospital needed to translate transcribed conversations from one language to another (e.g., Spanish to English) and then extract general intents (e.g., 'schedule appointment') from the translated text, without requiring medical-specific entities.

  • Speaker Recognition and Question Answering

    Why it's wrong here

    Speaker Recognition is a biometric service that identifies or verifies who is speaking based on voice characteristics, but it does not transcribe the content of the speech. Question Answering, such as QnA Maker, retrieves answers from a curated knowledge base by matching natural language queries, yet it has no capability to process raw audio or extract medical concepts from free-form text. Neither service addresses the requirement of turning spoken doctor notes into structured, medically relevant data.

    When this WOULD be correct

    A security system needs to verify the identity of doctors based on their voice during consultations, and then answer common medical questions from a FAQ database. Speaker Recognition for identity verification and Question Answering for FAQ retrieval would be appropriate.

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.

Speech to Text and Text Analytics for HealthCorrect answer

Why this is correct

Speech to Text provides high-quality real-time transcription of doctor-patient conversations, converting spoken language into text. The Text Analytics for Health service is then applied to that transcript, using healthcare-specific NLP models to extract entities such as diagnoses, medications, symptoms, and treatment plans. Together, they form a purpose-built pipeline for clinical documentation, which is exactly what the hospital needs.

Speech to Text and Text Analytics API (standard)Wrong answer — click to see why

Why this is wrong here

The standard Text Analytics API does not have the specialized medical entity extraction capabilities needed for medical conditions, medications, and dosages. Text Analytics for Health is required for clinical entity recognition.

★ When this WOULD be the correct answer

If the hospital only needed to transcribe conversations and perform general sentiment analysis or key phrase extraction (not medical-specific entities), then Speech to Text plus standard Text Analytics API would be sufficient.

Why candidates choose this

Candidates may assume the standard Text Analytics API can handle medical terms because it can extract entities like 'disease' or 'drug' in a general sense, not realizing it lacks the clinical ontology and relation extraction of the health-specific API.

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

Why this is wrong here

Translator Text translates text between languages, and LUIS extracts intents and entities from utterances, but neither provides medical-specific entity extraction for conditions, medications, and dosages. The scenario requires medical domain expertise, which Text Analytics for Health offers.

★ When this WOULD be the correct answer

This option would be correct if the hospital needed to translate transcribed conversations from one language to another (e.g., Spanish to English) and then extract general intents (e.g., 'schedule appointment') from the translated text, without requiring medical-specific entities.

Why candidates choose this

Candidates may think LUIS can extract any custom entities, including medical ones, but LUIS lacks pre-built medical knowledge and requires extensive training data, whereas Text Analytics for Health is purpose-built for clinical entities.

Speaker Recognition and Question AnsweringWrong answer — click to see why

Why this is wrong here

Speaker Recognition identifies speakers, not transcribes speech; Question Answering provides answers from a knowledge base, not extracts medical entities. Neither service addresses the real-time transcription or medical entity extraction required.

★ When this WOULD be the correct answer

A security system needs to verify the identity of doctors based on their voice during consultations, and then answer common medical questions from a FAQ database. Speaker Recognition for identity verification and Question Answering for FAQ retrieval would be appropriate.

Why candidates choose this

Candidates may confuse Speaker Recognition with Speech to Text, and think Question Answering can extract medical information, not realizing it only retrieves pre-defined answers.

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?”

Go deeper

Related to this question

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.