Courseiva

AI-900 Practice Question: Describe features of generative AI workloads on Azure

A meeting transcription service needs to convert multilingual audio recordings into accurate text in real time. Which Azure OpenAI Service model is specifically designed for this task?

⚠ Common exam trap

Watch out — candidates often confuse GPT-4's general-purpose language capabilities with speech processing, assuming it can handle audio transcription, when in fact Whisper is the dedicated model for that task.

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

Whisper

Whisper is the Azure OpenAI Service model specifically designed for speech-to-text transcription, including multilingual audio recordings, and it supports real-time conversion. Unlike GPT-4, which is a large language model for text generation, Whisper is optimized for audio processing tasks such as transcription and translation. This makes it the correct choice for converting multilingual audio into accurate text 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.

  • GPT-4

    Why it's wrong here

    GPT-4 is a large language model (LLM) designed for natural language understanding and generation from textual input, but it does not have a native audio encoder. While GPT-4 can summarize, translate, or restructure text once it is provided, it cannot ingest raw audio waveforms or perform speech recognition. Meeting transcription requires converting sound into text, which is a speech-to-text task outside GPT-4's capabilities. Therefore, GPT-4 is incorrect for this use case.

    When this WOULD be correct

    If the question asked for a model to generate meeting summaries or answer questions based on transcribed text, GPT-4 would be the correct choice. For example: 'Which Azure OpenAI Service model can generate a concise summary of a meeting transcript?'

  • DALL-E 2

    Why it's wrong here

    DALL-E 2 is a generative image model that uses diffusion to synthesize high-quality visuals from text prompts, leveraging CLIP embeddings to align text and images. It processes image patches and text tokens, but it has no mechanism to parse audio input or detect phonemes, prosody, or language. As a result, DALL-E 2 cannot produce text transcripts from meeting recordings; its outputs are exclusively image-based. This makes it fundamentally wrong for the transcription requirement.

    When this WOULD be correct

    A question asks: 'Which Azure OpenAI Service model can generate images from textual descriptions?' In that context, DALL-E 2 would be the correct answer.

  • Whisper

    Why this is correct

    Whisper is an open-source automatic speech recognition (ASR) model developed by OpenAI, trained on a massive corpus of multilingual audio spanning 96 languages. Its encoder-decoder transformer architecture processes raw audio spectrograms and outputs text tokens, enabling both direct transcription and speech-to-English translation. This makes Whisper uniquely suited to convert multilingual meeting recordings into accurate written transcripts, even in noisy or accented conditions. Thus, Whisper is the correct choice for the stated requirement.

  • Codex

    Why it's wrong here

    Codex is a specialized variant of GPT-3 fine-tuned to generate source code—such as Python, JavaScript, or SQL—from natural language intents. Its training focused on public code repositories, and its inference pipeline accepts text tokens, not audio spectrograms or speech signals. Codex has no acoustic model or speech-to-text decoder, so it cannot transcribe multilingual meeting audio into text. Hence, Codex is entirely unsuitable for transcription workloads.

    When this WOULD be correct

    Codex would be correct if the question asked: 'Which Azure OpenAI Service model is designed to generate code from natural language prompts or to assist with programming tasks?'

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AI-900 exam frequently reuses these exact scenarios with slightly different constraints.

WhisperCorrect answer

Why this is correct

Whisper is an open-source automatic speech recognition (ASR) model developed by OpenAI, trained on a massive corpus of multilingual audio spanning 96 languages. Its encoder-decoder transformer architecture processes raw audio spectrograms and outputs text tokens, enabling both direct transcription and speech-to-English translation. This makes Whisper uniquely suited to convert multilingual meeting recordings into accurate written transcripts, even in noisy or accented conditions. Thus, Whisper is the correct choice for the stated requirement.

GPT-4Wrong answer — click to see why

Why this is wrong here

GPT-4 is a large language model for text generation and understanding, not designed for real-time multilingual audio transcription. Whisper is the Azure OpenAI Service model specifically built for speech-to-text tasks.

★ When this WOULD be the correct answer

If the question asked for a model to generate meeting summaries or answer questions based on transcribed text, GPT-4 would be the correct choice. For example: 'Which Azure OpenAI Service model can generate a concise summary of a meeting transcript?'

Why candidates choose this

Candidates may confuse GPT-4's general-purpose capabilities with specialized speech recognition, assuming a powerful model can handle any task, including transcription.

DALL-E 2Wrong answer — click to see why

Why this is wrong here

DALL-E 2 is an image generation model, not designed for audio transcription or speech-to-text tasks. The question specifically requires converting multilingual audio recordings into text in real time.

★ When this WOULD be the correct answer

A question asks: 'Which Azure OpenAI Service model can generate images from textual descriptions?' In that context, DALL-E 2 would be the correct answer.

Why candidates choose this

Candidates may confuse DALL-E 2 as a general-purpose AI model, assuming it handles multiple modalities including audio, or they may not be familiar with Whisper's specific role in transcription.

CodexWrong answer — click to see why

Why this is wrong here

Codex is designed for code generation and natural language to code tasks, not for multilingual audio transcription. The question specifically requires converting audio to text, which is not Codex's function.

★ When this WOULD be the correct answer

Codex would be correct if the question asked: 'Which Azure OpenAI Service model is designed to generate code from natural language prompts or to assist with programming tasks?'

Why candidates choose this

Candidates may confuse Codex with Whisper because both are specialized models from OpenAI, or they might think Codex can handle audio-to-text due to its advanced language understanding capabilities.

Analysis generated from the official AI-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

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.