AI-900 Practice Question: Describe features of generative AI workloads on Azure
What is the Whisper model available in Azure OpenAI used for?
⚠ Common exam trap
The trap here is that the name 'Whisper' misleads candidates into thinking it relates to quiet speech or text-to-speech, when it is actually a speech-to-text model.
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
✓
Transcribing spoken audio to text with high accuracy across languages
The Whisper model in Azure OpenAI is a large-scale speech recognition system designed to transcribe spoken audio into text. It supports multiple languages and is optimized for high accuracy, making it the correct choice for audio-to-text tasks.
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 images from text descriptions
Why it's wrong here
Whisper is an automatic speech recognition (ASR) model that consumes audio features, not a multimodal generation model. Its transformer encoder-decoder maps log-Mel spectrograms to character-level text tokens, so it lacks the vision-language alignment required to create images. Text-to-image generation is the domain of separate models like DALL-E or Stable Diffusion, which are trained on image-text pairs.
- ✓
Transcribing spoken audio to text with high accuracy across languages
Why this is correct
Whisper is OpenAI's multilingual speech-to-text model, fine-tuned on 680,000 hours of supervised web data. It converts raw audio into log-Mel spectrograms, processes them through a transformer encoder, and decodes the hidden states into translated or transcribed text tokens. This architecture gives it robust performance across languages, accents, and background noise, making high-accuracy spoken-audio transcription its defining capability.
- ✗
Generating very quiet (whispering) text-to-speech audio
Why it's wrong here
The name 'Whisper' refers to the model's original prompt format ('WT' for whisper task), not to low-volume audio, and it is fundamentally an audio-to-text recognition system. Its decoder outputs discrete text tokens, never a synthesized speech waveform, so it has no text-to-speech (TTS) capability at all. Generating spoken audio—whispered or otherwise—requires a dedicated TTS engine such as Azure Neural TTS or OpenAI's TTS models.
- ✗
Summarizing long documents into concise bullet points
Why it's wrong here
Summarization is a text-to-text language understanding task, whereas Whisper performs audio-to-text translation. Whisper's input layer expects audio spectrograms, not document text, so it cannot even ingest a long document, let alone condense it into bullets. Document summarization is typically handled by GPT-based models that operate on tokenized text sequences and can distill key points.
Go deeper
Related to this question
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.