Courseiva

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

What is the primary difference between GPT models and DALL-E models from OpenAI?

⚠ Common exam trap

Many candidates confuse the modality of generative AI models, assuming GPT can handle images or audio, or that DALL-E is just a variant of GPT, when in fact each model is specialized for a different output type (text vs. image).

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

GPT generates text; DALL-E generates images from text descriptions

GPT (Generative Pre-trained Transformer) models are designed to generate human-like text based on input prompts, while DALL-E models are specifically trained to generate images from textual descriptions. Both are generative AI models from OpenAI, but they operate on different modalities: GPT processes and produces text, whereas DALL-E processes text and produces images.

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 processes audio; DALL-E processes video

    Why it's wrong here

    This swaps the modalities incorrectly: GPT is a transformer-based language model that generates text by predicting token continuations, and DALL-E is a text-conditioned image generator that synthesizes images from natural-language prompts. Neither model's primary capability is processing audio or video; audio and video generation requires separate architectures like audio encoders or video-diffusion models. Thus, the statement assigns each model the wrong output type.

  • GPT generates text; DALL-E generates images from text descriptions

    Why this is correct

    GPT and DALL-E are both generative models, but they produce different modalities: GPT autoregressively generates coherent text, while DALL-E consumes a text description and generates corresponding images. GPT models the joint probability of text tokens to produce paragraphs, code, or responses; DALL-E uses a diffusion process to refine noise into an image aligned with the prompt's semantic content. This makes them complementary generative tools for language vs. visual content.

  • GPT is for classification; DALL-E is for regression

    Why it's wrong here

    This mislabels GPT and DALL-E as discriminative models, but both are actually generative models that model a data distribution rather than predict a class or value. Classification predicts discrete labels (e.g., spam vs. not spam), and regression predicts continuous quantities (e.g., house price); these are discriminative supervised tasks that GPT and DALL-E are not explicitly trained for out of the box. While a language model can be fine-tuned for classification, that does not change its fundamental generative architecture.

  • GPT and DALL-E are the same model with different names

    Why it's wrong here

    GPT and DALL-E are distinct models with fundamentally different architectures, training objectives, and output spaces. GPT is a transformer decoder optimized for next-token prediction on text, whereas DALL-E combines a text encoder with a diffusion decoder to generate images from text. For example, DALL-E 2 uses a prior model to produce image embeddings followed by a diffusion decoder, while GPT has no image-rendering component; they merely share the 'generative AI' umbrella.

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 →

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.