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
What is Azure AI Language's 'custom summarization' capability?
⚠ Common exam trap
A common mix-up: candidates confuse 'custom' with 'configurable' (like setting a character limit or automating a process), rather than understanding it as model fine-tuning on domain-specific data.
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
✓
Fine-tuning the summarization model on domain-specific documents for improved specialized summaries
Azure AI Language's custom summarization allows you to fine-tune a pre-trained summarization model using your own domain-specific documents. This enables the model to generate more accurate and relevant summaries for specialized fields like legal, medical, or financial texts, rather than relying solely on generic training data.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Generating summaries with custom fonts and formatting styles
Why it's wrong here
Custom summarization in Azure AI Language does not affect visual presentation; fonts and formatting styles are applied after summary text is generated and are purely rendering concerns. This option confuses the model's semantic adaptation to domain-specific language with the way output is displayed. The actual capability trains the model to recognize specialized terminology and content priorities, not to style text.
- ✓
Fine-tuning the summarization model on domain-specific documents for improved specialized summaries
Why this is correct
This correctly identifies custom summarization in Azure AI Language: you provide labeled documents—source texts paired with human-written reference summaries—and the service fine-tunes a base language model on that data. The model learns your domain's vocabulary, terminology, and what constitutes a salient point, enabling more accurate, contextually relevant summaries for legal, medical, or technical content than general-purpose models. It is a training-time customization that alters model weights, not a runtime parameter or an integration pattern.
- ✗
Setting a custom character limit for all generated summaries
Why it's wrong here
Setting a custom character limit is an inference-time control, often configured through parameters such as maxLength or maxTokenCount in the API call, and it only constrains the output's length. It does not train the model, alter its weights, or adapt it to domain-specific vocabulary and style. Custom summarization is a training-time customization that improves semantic understanding and content selection, whereas a character limit is a post-generation truncation mechanism.
- ✗
Automating summary creation for all documents in an Azure storage account
Why it's wrong here
Automating summary creation for every document in an Azure storage account is a batch-processing or orchestration pattern—implemented with Azure Functions, Logic Apps, Data Factory, or the language service's batch APIs—that schedules and calls a summarization model. It does not describe a model customization capability. Custom summarization specifically means training a domain-adapted model on your own documents, not the operational concern of running summarization at scale.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Azure AI Language
Azure AI Language is a cloud-based service from Microsoft that uses natural language processing to understand, analyze, and generate human language for applications.
Key term
Model
In IT and AI, a model is a trained mathematical representation that learns patterns from data to make predictions or decisions.
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 →
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.