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 the Azure AI Translator's 'document translation' capability?
⚠ Common exam trap
It's easy for candidates to confuse the real-time 'Translate' operation (for short text) with the asynchronous 'Document Translation' operation, leading them to pick Option A, which describes the common chat or UI translation scenario.
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
✓
Asynchronously translating complete documents while preserving layout and formatting
Azure AI Translator's document translation capability is designed for asynchronous batch translation of entire documents (e.g., Word, PDF, HTML) while preserving the original layout, structure, and formatting. This is achieved through the Document Translation API, which processes files in their entirety rather than translating individual text snippets in real time.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Translating short text snippets from a chat interface
Why it's wrong here
This is incorrect because translating chat messages or short snippets is a synchronous, real-time operation that uses the Translator text API, which accepts any plain text up to 50 KB per request. Document Translation, on the other hand, operates asynchronously on complete files and is not suited for interactive conversation because of the delay and overhead of processing a document artifact. There is no document layout or formatting to preserve in a chat snippet, so this scenario does not match the feature's purpose.
- ✓
Asynchronously translating complete documents while preserving layout and formatting
Why this is correct
This is correct. Azure AI Translator's Document Translation feature runs as a batch, asynchronous operation that processes complete files (e.g., Word, PDF, PowerPoint, Excel) and returns translated documents with the original layout, structure, and formatting largely intact. It is designed for multi-page or very large files where real-time text translation would be impractical. The service preserves the visual elements such as tables, image placement, and font styles while changing only the language of the textual content.
- ✗
Creating translated copies of database records
Why it's wrong here
This is incorrect because database records are structured data, not formatted document files. Translating fields or records would require the real-time Translator text API (or batch text translation) to process each string value individually. Azure AI Document Translation, by contrast, is designed for whole documents such as Word or PDF files, where the visual layout and formatting must be preserved. It does not handle relational schemas or database exports.
- ✗
Converting documents from one file format to another in a different language
Why it's wrong here
This is incorrect because document translation is not a file conversion service. Azure AI Document Translation accepts files like Word, PDF, or Excel and produces translated documents while preserving the original layout and formatting; it does not convert between file types. Converting to another format (e.g., DOCX to PDF) is a document management operation, not translation. Translation changes the language of the text content, not the file's underlying structure.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Batch
Batch is a cloud computing service that runs large numbers of computing jobs as a group, or batch, without needing to manage individual servers.
Key term
Azure AI Translator
Azure AI Translator is a cloud-based service that uses neural machine translation to convert text between languages while preserving meaning and context.
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.