Courseiva

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

A marketing team wants to use AI to automatically create new product descriptions that are original and varied, simulating human-like writing. Which type of AI model is best suited for this task?

⚠ Common exam trap

Many candidates confuse generative models with discriminative models, mistakenly thinking that any AI model that 'understands' text can generate it, but discriminative models only classify or predict labels and cannot produce original content.

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

Generative model

Generative AI models, such as GPT (Generative Pre-trained Transformer), are specifically designed to create new, original content by learning the underlying patterns and distributions of training data. For the task of generating varied and human-like product descriptions, a generative model can produce novel text that mimics the style and structure of the training examples, unlike discriminative models which only classify or predict labels.

Answer analysis

Option-by-option breakdown

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

  • Discriminative model

    Why it's wrong here

    Discriminative models, such as logistic regression or support vector machines, learn decision boundaries that separate classes based on input features. They model the conditional probability P(y|x) to classify or predict labels for existing data, but they do not learn the underlying distribution of the training data. Consequently, they cannot synthesize new, realistic content like product descriptions, as their purpose is distinguishing between given categories rather than generating novel examples.

  • Generative model

    Why this is correct

    Generative models learn the joint probability distribution P(x) of the training data, allowing them to sample new data points that resemble the original dataset. For text, models like GPT or other transformer-based language models capture the statistical patterns of language and can produce coherent, novel product descriptions that have never existed before. This ability to create realistic new content is exactly what the marketing team needs, as generative models go beyond classification or prediction to invent original output.

  • Regression model

    Why it's wrong here

    Regression models are designed to predict a continuous numeric value, such as a price, a score, or a quantity, from a set of input features. They map inputs to a scalar output through a learned function, which is fundamentally different from producing a sequence of text or a creative description. Even when applied to text data, a regression model would output a number rather than generate new language, making it unsuitable for automatically creating product descriptions.

  • Clustering model

    Why it's wrong here

    Clustering models, such as K-means or DBSCAN, are unsupervised learning techniques that group similar data points into clusters based on feature similarity. They partition the data into meaningful segments, but they do not produce new examples or generate content; they only assign labels to existing points. Since clustering has no mechanism for sampling or constructing new realistic text, it cannot be used to automatically write product descriptions, which requires a model capable of generating data.

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 →

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.