AI-102 Plan and manage an Azure AI solution • Set 13
AI-102 Plan and manage an Azure AI solution Practice Test 13 — 15 questions with explanations. Free, no signup.
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?
{
"properties": {
"policies": [
{
"key": "rate",
"value": "20:1"
},
{
"key": "renewal-deployment-period",
"value": "PT10H"
},
{
"key": "quota",
"value": 100
}
]
}
}