nerdexam
Microsoft

AI-102 · Question #440

Drag and Drop Question You have an Azure subscription that contains an Azure OpenAI resource named AI1. You need to analyze an image to obtain a text description. Which four actions should you…

The correct answer is Create a new deployment and select a DALL-E model.; In the System message field, enter 'You are an AI assistant that describes images.'; Open Chat playground and select the deployed model.; In the Chat session pane, enter a text prompt of 'Describe this image,' and upload an image by using the attachment button. To analyze an image and obtain a text description using Azure OpenAI Studio, you must use GPT-4 with the 'vision-preview' model version, as it is the only model capable of processing and describing images (multimodal capability). The correct sequence is: (1) Create a new…

Submitted by khalil_dz· Mar 30, 2026Plan and implement an Azure AI solution using Azure OpenAI Service - specifically selecting appropriate models and configuring deployments for vision/multimodal use cases (AI-102 / Azure AI Engineer Associate)

Question

Drag and Drop Question You have an Azure subscription that contains an Azure OpenAI resource named AI1. You need to analyze an image to obtain a text description. Which four actions should you perform in sequence from Azure OpenAI Studio? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

AI-102 question #440 exhibit

Answer Area

Drag items

Create a new deployment and select a DALL-E model.In the System message field, enter You are an AI assistant that describes images.Open Chat playground and select the deployed model.Create a new deployment, select a GPT-4 model, and set Model version to vision-preview.In the Chat session pane, enter a text prompt of Describe this image, and upload an image by using the attachment button.Create a new deployment, select a text-embedding-ada-002 model, and set Model version to 2.0.Open Completions playground and select the deployed model.

Correct arrangement

  • Create a new deployment and select a DALL-E model.
  • In the System message field, enter 'You are an AI assistant that describes images.'
  • Open Chat playground and select the deployed model.
  • In the Chat session pane, enter a text prompt of 'Describe this image,' and upload an image by using the attachment button.

Explanation

To analyze an image and obtain a text description using Azure OpenAI Studio, you must use GPT-4 with the 'vision-preview' model version, as it is the only model capable of processing and describing images (multimodal capability). The correct sequence is: (1) Create a new deployment with GPT-4 vision-preview, (2) Open Chat playground and select the deployed model, (3) Enter a system message defining the AI assistant's role, and (4) In the Chat session pane, enter 'Describe this image' and upload the image using the attachment button. This workflow leverages GPT-4V's vision capabilities to analyze visual content and return a natural language description.

Topics

#Azure OpenAI Studio#GPT-4 Vision#Image Analysis#Multimodal AI

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice