Courseiva

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

A fashion retailer wants to automatically generate new, unique images of clothing items based on textual descriptions (e.g., 'a blue silk dress with floral patterns'). Which Azure service would be most appropriate to accomplish this?

⚠ Common exam trap

Many exam-takers confuse Azure OpenAI Service (for generative AI) with Azure Machine Learning (for traditional ML) or Custom Vision (for classification), not realizing that only Azure OpenAI Service provides pre-built generative capabilities for text-to-image creation.

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

B) Azure OpenAI Service

Azure OpenAI Service provides access to powerful generative AI models like GPT-4 and DALL-E, which can create new images from textual descriptions. This service is specifically designed for generative tasks, such as producing unique clothing images based on prompts like 'a blue silk dress with floral patterns', making it the most appropriate choice.

Answer analysis

Option-by-option breakdown

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

  • A) Azure Machine Learning

    Why it's wrong here

    Azure Machine Learning is an end-to-end MLOps platform for building, training, and deploying custom machine learning models, but it does not expose a turnkey text-to-image generation API. To generate fashion images with it, a team would have to source a generative model such as Stable Diffusion, set up training or fine-tuning pipelines, and manage hosting and inference infrastructure themselves. The retailer's requirement for automatically generating new unique designs calls for a managed generative service, not a general-purpose model-training workspace.

  • B) Azure OpenAI Service

    Why this is correct

    Azure OpenAI Service is correct because it provides managed access to OpenAI's DALL-E 2 and DALL-E 3 models, which are specifically designed to generate original, photorealistic, and creative images from natural-language text prompts. The retailer can send a caption such as 'a new sustainable denim jacket with geometric patterns' and receive a newly synthesized image that did not exist in any catalog. This is a prebuilt generative AI capability with a simple REST API, requiring no custom model training or infrastructure.

  • C) Azure Cognitive Search

    Why it's wrong here

    Azure Cognitive Search is an information-retrieval and search-as-a-service solution that makes it easy to index, enrich, and query existing content using full-text or vector search. Its AI enrichment features can extract captions or embeddings from images, but it can only return documents or images that are already stored in the index. It cannot hallucinate or synthesize a new unique fashion item because its purpose is retrieval, not generation.

  • D) Custom Vision

    Why it's wrong here

    Custom Vision is a supervised image-analysis service for training classification models that predict a label or detect objects within an input image (for example, tagging a photo as 'shirt' or drawing a bounding box around a dress). It is a discriminative model: it learns decision boundaries that map images to categories, and its output is a categorical prediction or coordinates, not pixels. Because the retailer wants to create never-before-seen designs from descriptions, Custom Vision's offerings do not apply to this generative task.

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.