Drag steps to the numbered slots on the right, or tap a step then tap a slot.
AI-900 Practice Question: Describe features of generative AI workloads on Azure
Drag and drop the steps to implement content moderation using Azure Content Moderator into the correct order.
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
Create an Azure Content Moderator resource, submit content for moderation, retrieve moderation results, then take action based on the results.
Content moderation involves setting up the resource, submitting content, reviewing results, and acting.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Create an Azure Content Moderator resource, submit content for moderation, retrieve moderation results, then take action based on the results.
Why this is correct
This is the correct order because you must first set up the resource to access the service, then submit content to be analyzed, next retrieve the moderation results from the API or Review tool, and finally act on those results (e.g., approve, reject, or edit).
- ✗
Submit content for moderation, create an Azure Content Moderator resource, retrieve moderation results, then take action based on the results.
Why it's wrong here
This order is impossible because the Azure Content Moderator resource must exist first to provide the API endpoint and subscription key. Without that resource, your application has no authenticated way to call the service, so submitting content before creation will always fail authentication. The resource is the prerequisite for any API request, including the initial submission.
- ✗
Create an Azure Content Moderator resource, retrieve moderation results, submit content for moderation, then take action based on the results.
Why it's wrong here
This order is invalid because moderation results are generated only after content has been analyzed; you cannot retrieve results that do not exist yet. The API returns a moderation outcome based on a submitted image or text, and for asynchronous workflows it returns a job ID that you later query. Without a prior submission, there is no job, no review, and no data to retrieve.
- ✗
Take action based on the results, create an Azure Content Moderator resource, submit content for moderation, retrieve moderation results.
Why it's wrong here
This order is circular because taking action on moderation results is a consequence of receiving them, not a first step. The Azure Content Moderator service only provides an analysis endpoint and a review tool; it does not generate results until content is submitted. Approving, rejecting, or editing content before submitting and retrieving results is semantically impossible and would have no basis in the service output.
Go deeper
Related to this question
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 →
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.