AI-102 Plan and manage an Azure AI solution Practice Question
Exhibit
{
"properties": {
"policies": [
{
"key": "rate",
"value": "20:1"
},
{
"key": "renewal-deployment-period",
"value": "PT10H"
},
{
"key": "quota",
"value": 100
}
]
}
}Refer to the exhibit. You are reviewing a content safety policy for an Azure AI Foundry deployment. The policy rate limits to 20 requests per minute. A user submits 50 requests in one minute. How many requests are allowed?
⚠ Common exam trap
Microsoft often tests the misconception that exceeding a rate limit blocks all requests, when in fact the limit is a threshold that allows the first N requests and denies the rest.
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
✓
20
The content safety policy enforces a rate limit of 20 requests per minute. When a user submits 50 requests in one minute, the rate limiter allows only the first 20 requests and blocks the remaining 30. This is a standard token-bucket or sliding-window rate-limiting behavior in Azure AI Foundry, where exceeding the limit results in HTTP 429 (Too Many Requests) for excess requests.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
20
Why this is correct
The rate limit policy sets 20 requests per minute.
- ✗
50
Why it's wrong here
The limit is 20 per minute, not 50.
- ✗
100
Why it's wrong here
100 is the hourly quota, not the per-minute limit.
- ✗
None, all are blocked.
Why it's wrong here
The first 20 are allowed, the rest are throttled.
Go deeper
Related to this question
About these practice questions
One of 945 original AI-102 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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 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-102 exam.