nerdexam
Microsoft

AI-102 · Question #332

Drag and Drop Question You have an Azure subscription that contains an Azure OpenAI resource named AI1. You plan to build an app named App1 that will write press releases by using AI1. You need to…

The correct answer is Create a deployment that uses the GPT-35 Turbo model.; Apply the Marketing Writing Assistant system message template.; Deploy the solution to a new web app. For writing press releases (a text generation task), GPT-35 Turbo is the correct model choice as it is a powerful language model designed for chat and text completion tasks, minimizing development effort compared to custom solutions. The 'Marketing Writing Assistant' system…

Submitted by fatema_kw· Mar 30, 2026Plan and implement Azure AI services solutions - specifically selecting and deploying appropriate Azure OpenAI models and configuring them for specific generative AI use cases using Azure OpenAI Studio.

Question

Drag and Drop Question You have an Azure subscription that contains an Azure OpenAI resource named AI1. You plan to build an app named App1 that will write press releases by using AI1. You need to deploy an Azure OpenAI model for App1. The solution must minimize development effort. Which three actions should you perform in sequence in 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 #332 exhibit

Answer Area

Drag items

Create a deployment that uses the text-embedding-ada-002 model.Apply the Marketing Writing Assistant system message template.Apply the Default system message template.Create a deployment that uses the GPT-35 Turbo model.Deploy the solution to a new web app.

Correct arrangement

  • Create a deployment that uses the GPT-35 Turbo model.
  • Apply the Marketing Writing Assistant system message template.
  • Deploy the solution to a new web app.

Explanation

For writing press releases (a text generation task), GPT-35 Turbo is the correct model choice as it is a powerful language model designed for chat and text completion tasks, minimizing development effort compared to custom solutions. The 'Marketing Writing Assistant' system message template is purpose-built for marketing and writing tasks like press releases, making it the ideal pre-built template to apply rather than crafting a custom one from scratch. Finally, deploying the solution to a new web app directly from Azure OpenAI Studio completes the workflow with minimal development effort by leveraging the built-in deployment feature.

Topics

#Azure OpenAI Studio#Model Deployment#System Message Templates#GPT-35 Turbo

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice