Courseiva

AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure

What is the purpose of Azure AI Speech's 'batch transcription' capability?

⚠ Common exam trap

Candidates often confuse batch transcription with real-time transcription, as candidates often assume 'batch' implies faster processing rather than asynchronous, cost-efficient bulk processing.

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

Asynchronous processing of large volumes of audio files for cost-efficient transcription at scale

Azure AI Speech's batch transcription is designed for asynchronous processing of large volumes of pre-recorded audio files. It allows you to submit multiple audio files for transcription without requiring real-time interaction, making it cost-efficient for scenarios like call center analytics or media captioning where immediate results are not needed.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Real-time transcription of live audio streams for immediate use

    Why it's wrong here

    Batch transcription is designed for pre-recorded audio files submitted in bulk, processed asynchronously, with results retrieved later via status polling. Real-time transcription streams live audio through a low-latency API (e.g., WebSocket) to produce immediate captions or subtitles; this is a distinct feature and not what batch transcription does. Batch mode lacks the real-time return of word-by-word results.

  • Asynchronous processing of large volumes of audio files for cost-efficient transcription at scale

    Why this is correct

    Batch transcription is correct because it is specifically built for asynchronous, high-volume transcription: you upload a container of audio files (via a shared access signature URI), the service processes them asynchronously, and you later poll for and retrieve the stored transcripts. This scale-oriented design is cost-efficient and ideal for call-center archives, media catalogs, or meeting recordings that need post-hoc analysis. It is the dedicated bulk operation in Azure Speech-to-Text.

  • Synchronizing speech transcription across multiple languages simultaneously

    Why it's wrong here

    Batch transcription transcribes audio per-file using a specified source language locale; it does not synchronously produce multi-language transcripts or translations. Multi-language simultaneous transcription or translation is handled by separate Azure capabilities like speech translation or multilingual conversation transcription, which address language coverage rather than bulk asynchronous volume. Selecting this option mistakenly equates 'batch' with 'multilingual,' but batch refers to processing scale, not language diversity.

  • Training a custom speech recognition model on audio samples

    Why it's wrong here

    Batch transcription is an asynchronous service that applies the Speech service's existing recognition models to pre-recorded audio files; it does not train or adapt models. Custom speech model training is a separate capability where you upload labeled audio or text to build a personalized acoustic/language model, then deploy that model for recognition. Choosing this option confuses model creation with bulk batch processing.

About these practice questions

This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.