Describe features of Natural Language Processing workloads on Azure →mediumMultiple ChoiceObjective-mapped
AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure
A medical research team needs to analyze thousands of clinical trial reports to extract specific medical terms like disease names, symptoms, and medications. They want to use an Azure AI Language feature that is pre-trained on medical data and requires no custom training. Which feature should they use?
⚠ Common exam trap
Many candidates confuse generic Named Entity Recognition (NER) with domain-specific healthcare NER, assuming any NER can handle medical terms, but only Text Analytics for Health is pre-trained on medical data and requires no custom training.
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 for Health (Healthcare NLP)
Text Analytics for Health (Healthcare NLP) is a pre-trained Azure AI Language feature specifically designed to extract medical entities such as disease names, symptoms, medications, and treatment details from unstructured clinical text. It requires no custom training and is built on medical ontologies like UMLS, making it ideal for analyzing thousands of clinical trial reports without additional model development.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Key Phrase Extraction
Why it's wrong here
Key Phrase Extraction is a general-purpose Azure AI Language capability that applies statistical and linguistic algorithms to pull out salient words or short phrases from arbitrary text. It has no healthcare-specific training or medical ontology, so it cannot reliably distinguish medical entities from unrelated text, nor does it provide structured attributes like negation, temporal context, or relationship links. For clinical notes, it might surface phrases like "severe chest pain" as a key phrase, but it would not classify that as a symptom entity or associate it with a diagnosis, making it unsuitable for structured clinical analysis.
When this WOULD be correct
When the task is to extract general key phrases (e.g., main topics or concepts) from documents without requiring domain-specific medical entity recognition, such as summarizing customer feedback or news articles.
- ✗
Named Entity Recognition (NER)
Why it's wrong here
Standard Named Entity Recognition (NER) in Azure AI Language identifies generic categories such as person, location, organization, date/timestamp, and general product names. It is not pre-trained with a medical lexicon or clinical context, so it would fail to recognize common clinical abbreviations like "HTN" for hypertension or "MI" for myocardial infarction, and it does not infer that a symptom word like "dyspnea" is a medical finding. Unlike Text Analytics for Health, standard NER also lacks relation extraction and assertion detection (e.g., distinguishing "no edema" from "edema present"), which is critical for accurate analysis of clinical narratives.
When this WOULD be correct
A question asks for extracting common entities (e.g., person names, locations, dates) from general text without requiring medical domain expertise, and the solution must use a pre-built Azure AI Language feature without custom training.
- ✓
Text Analytics for Health (Healthcare NLP)
Why this is correct
Text Analytics for Health (Healthcare NLP) is a purpose-built prebuilt feature of Azure AI Language, fine-tuned on large-scale medical literature, clinical trial documents, and electronic health records. It extracts clinically meaningful entities such as diagnoses, medications, procedures, and symptoms, and goes further by mapping them to standardized ontologies like SNOMED CT and RxNorm. It also surfaces relationships (e.g., drug dosage, treatment indications) and assertions (e.g., negation, certainty, conditionality), making it suitable for analyzing thousands of clinical notes without custom model training.
- ✗
Sentiment Analysis
Why it's wrong here
Sentiment Analysis evaluates the subjective tone of text, classifying it as positive, negative, neutral, or mixed, typically for opinion mining or customer feedback scenarios. Medical notes are predominantly descriptive and factual, and a sentiment score conveys little about the presence of diseases, medication names, or abnormal lab values. Even if a clinical note includes emotionally charged language, sentiment analysis does not extract the underlying medical concepts or their clinical significance, so it is completely mismatched for the task of structured clinical information extraction.
When this WOULD be correct
A question asking which Azure AI Language feature to use for determining whether patient feedback on a new drug is generally positive or negative would make Sentiment Analysis 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 Analytics for Health (Healthcare NLP)Correct answer▾
Why this is correct
Text Analytics for Health (Healthcare NLP) is a purpose-built prebuilt feature of Azure AI Language, fine-tuned on large-scale medical literature, clinical trial documents, and electronic health records. It extracts clinically meaningful entities such as diagnoses, medications, procedures, and symptoms, and goes further by mapping them to standardized ontologies like SNOMED CT and RxNorm. It also surfaces relationships (e.g., drug dosage, treatment indications) and assertions (e.g., negation, certainty, conditionality), making it suitable for analyzing thousands of clinical notes without custom model training.
✗Key Phrase ExtractionWrong answer — click to see why▾
Why this is wrong here
Key Phrase Extraction does not specialize in medical terminology; it extracts general key phrases from text, not specific medical entities like diseases or medications.
★ When this WOULD be the correct answer
When the task is to extract general key phrases (e.g., main topics or concepts) from documents without requiring domain-specific medical entity recognition, such as summarizing customer feedback or news articles.
Why candidates choose this
Candidates may confuse extracting 'key phrases' with extracting specific medical terms, assuming that any phrase extraction would suffice for identifying medical concepts.
✗Named Entity Recognition (NER)Wrong answer — click to see why▾
Why this is wrong here
Named Entity Recognition (NER) is a general-purpose feature that extracts entities like people, places, and organizations, but it is not pre-trained on medical data and cannot reliably extract specialized medical terms like disease names and medications from clinical trial reports.
★ When this WOULD be the correct answer
A question asks for extracting common entities (e.g., person names, locations, dates) from general text without requiring medical domain expertise, and the solution must use a pre-built Azure AI Language feature without custom training.
Why candidates choose this
Candidates may confuse NER with healthcare-specific entity extraction because both involve identifying entities, but they overlook that NER lacks medical training and cannot accurately handle clinical terminology.
✗Sentiment AnalysisWrong answer — click to see why▾
Why this is wrong here
Sentiment Analysis detects positive/negative sentiment in text, but the question requires extracting specific medical terms like disease names and medications from clinical trial reports, which is a specialized medical entity extraction task.
★ When this WOULD be the correct answer
A question asking which Azure AI Language feature to use for determining whether patient feedback on a new drug is generally positive or negative would make Sentiment Analysis the correct answer.
Why candidates choose this
Candidates may confuse general text analysis features with specialized medical NLP, or assume that extracting any information from text falls under sentiment analysis.
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
Learn chapter
Azure Machine Learning Studio
Key term
Model
In IT and AI, a model is a trained mathematical representation that learns patterns from data to make predictions or decisions.
Key term
NLP
NLP (Natural Language Processing) is a branch of artificial intelligence that enables computers to understand, interpret, and generate human language in a way that is meaningful and useful.
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 →
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.