AI0-001 • Practice Test 28
Free AI0-001 practice test — 15 questions with explanations. Set 28. No signup required.
A company uses the above policy to control AI model access. A data scientist tries to run inference with model "llama-3-70b" at 150 requests in 30 minutes. What will happen?
Refer to the exhibit.
```
{
"PolicyName": "AIInferencePolicy",
"Version": "2024-10-01",
"Rules": [
{
"Action": "Allow",
"Model": "llama-3-70b",
"MaxTokens": 2048,
"Temperature": 0.7,
"RateLimit": 100,
"TimeWindow": "1 hour"
},
{
"Action": "Deny",
"Model": "*",
"Reason": "Unapproved model"
}
]
}
```