AI-102 Practice Question: Implement natural language processing solutions
A healthcare organization is building a clinical decision support system that must extract medical entities (e.g., symptoms, diagnoses, medications) from unstructured clinical notes. The solution must be able to detect relationships between entities, such as 'medication X treats symptom Y'. Which Azure AI service should be used?
⚠ Common exam trap
Many exam-takers confuse Azure AI Document Intelligence's ability to extract text from forms with the need for custom entity extraction and relationship detection, overlooking that Document Intelligence lacks the natural language understanding capabilities required for unstructured clinical notes.
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
✓
Azure AI Language - Custom NER with entity linking
Azure AI Language's Custom Named Entity Recognition (NER) with entity linking allows training a model to extract domain-specific medical entities such as symptoms, diagnoses, and medications from unstructured clinical notes. Entity linking connects these entities to a knowledge base (e.g., UMLS), which contains structured relationships between medical concepts, enabling the inference of relationships like 'medication X treats symptom Y'. Thus, Custom NER with entity linking is the appropriate service for both entity extraction and relationship detection.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure AI Translator
Why it's wrong here
Azure AI Translator is used for text translation between languages, not for entity extraction or relationship detection from clinical notes.
- ✗
Azure AI Speech-to-Text
Why it's wrong here
Azure AI Speech-to-Text is for transcribing audio to text, not for extracting entities or relationships from unstructured text.
- ✗
Azure AI Document Intelligence (formerly Form Recognizer)
Why it's wrong here
Azure AI Document Intelligence is optimized for extracting structured data from forms and documents, but lacks the natural language understanding required for unstructured clinical notes and relationship detection.
- ✓
Azure AI Language - Custom NER with entity linking
Why this is correct
Azure AI Language's Custom NER with entity linking enables training a custom model to extract medical entities and link them to a knowledge base like UMLS, from which relationships can be inferred, making it the correct choice for this use case.
Go deeper
Related to this question
About these practice questions
One of 945 original AI-102 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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 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-102 exam.