Describe features of Natural Language Processing workloads on Azure →easyMultiple ChoiceObjective-mapped
AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure
What is 'real-time speech translation' in Azure AI Speech?
⚠ Common exam trap
Candidates often confuse real-time translation with batch or offline processing options, as candidates often mistake batch transcription or subtitle generation for real-time capabilities due to overlapping terminology like 'translation' or 'speech.'
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
✓
Converting spoken words in one language to text or speech in another language instantly
Real-time speech translation in Azure AI Speech is designed to translate spoken language into another language with minimal latency, enabling live conversations. Option B correctly describes this capability, as it converts spoken words in one language to text or speech in another language instantly, leveraging the Speech Translation API with streaming audio input.
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 pre-recorded audio files overnight in a batch processing job
Why it's wrong here
This option describes an asynchronous, batch-oriented workload: translating pre-recorded audio files overnight is a file-processing job that runs on stored assets without user interaction. Real-time speech translation, by contrast, operates on a live audio stream, sending each utterance through speech recognition and translation with only a few hundred milliseconds of latency. The key differentiator is the temporal requirement — instant delivery of the translated output — which batch processing cannot fulfill. Azure offers batch transcription APIs for such offline scenarios, but they do not meet the definition of real-time translation.
- ✓
Converting spoken words in one language to text or speech in another language instantly
Why this is correct
This is correct because real-time speech translation is specifically designed to process spoken input and produce translated text or synthesized speech with minimal delay. The pipeline works by streaming audio into a speech recognition engine, feeding the recognized text into a machine translation model, and optionally passing the result to a text-to-speech synthesizer for spoken output. The word "instantly" captures the low-latency, incremental nature of this process, which runs concurrently with the speaker's utterance rather than after the fact. Azure Speech Translation provides this capability through the Speech SDK for live conversations and presentations.
- ✗
Generating subtitles for pre-existing videos stored in Azure Media Services
Why it's wrong here
This option describes an offline media-processing scenario, not real-time translation. Generating subtitles for pre-existing videos in Azure Media Services relies on batch video indexing and speech-to-text transcription of stored files, typically producing timed captions after the video has been fully processed. Real-time speech translation cannot operate on pre-recorded media because there is no live audio stream to consume incrementally; it works on speech as it is being produced. Even if subtitles were generated quickly, the underlying data source is a static file, which invalidates the core requirement of instantaneous live translation.
- ✗
Converting text written in one language into spoken audio in the same language
Why it's wrong here
This option equates to a same-language text-to-speech operation, which does not involve any translation step. Converting written text into spoken audio in the same language is purely a synthesis task, where the input is text and the output is speech in that identical language. Real-time speech translation, however, requires two distinct languages: the source language of the spoken input and the target language of the output, whether text or speech. Furthermore, real-time translation typically starts from spoken words, not written text, so this option misses both the cross-language and speech-input aspects of the correct answer.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Speech translation
Speech translation is the real-time conversion of spoken language from one language into written or spoken text in another language using artificial intelligence.
Key term
Azure AI Speech
Azure AI Speech is a cloud service from Microsoft that converts spoken audio into text, text into lifelike speech, and enables real-time voice translation and speaker recognition.
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.