AI0-001 • Practice Test 2 — 25 Questions
Free AI0-001 practice test 2 — 25 questions with explanations. No signup required.
Refer to the exhibit. A team created an access policy for a fraud detection model endpoint. An intern reports being unable to access the model for testing. Reviewing the policy, what is the most likely cause?
Refer to the exhibit.
```json
{
"model_policy": {
"model": "fraud-detection-v3",
"allowed_roles": ["data_scientist", "ml_engineer"],
"denied_roles": ["intern"],
"endpoint": "/api/v1/predict"
}
}
```