AI-102 • Practice Test 20
Free AI-102 practice test — 15 questions with explanations. Set 20. No signup required.
Refer to the exhibit. You are deploying a generative AI model as an online endpoint in Azure Machine Learning. You receive complaints that the endpoint returns 503 errors during peak hours. What is the most likely cause?
Refer to the exhibit. {
"type": "Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments",
"apiVersion": "2023-04-01-preview",
"name": "deploy-gen-model",
"location": "eastus",
"properties": {
"model": {
"assetId": "/subscriptions/.../models/gen-model/versions/1"
},
"requestSettings": {
"requestTimeout": "PT30S",
"maxConcurrentRequestsPerInstance": 10
},
"environmentVariables": {
"MODEL_CACHE_SIZE": "10"
},
"scaleSettings": {
"scaleType": "Manual",
"instanceCount": 2
}
}
}