DP-100 · Question #513
You are designing an Azure Machine Learning solution for traffic optimization. The model must be deployed as a web service on a serverless compute and provide real-time predictions based on current…
The correct answer is A. Azure Machine Learning online endpoint. Azure Machine Learning managed online endpoints are the correct choice for real-time, web-service-style inference on serverless compute. They automatically provision and manage the underlying infrastructure, support synchronous (real-time) predictions, and scale without…
Question
Options
- AAzure Machine Learning online endpoint
- BAzure Machine Learning batch endpoint
- CAzure Machine Learning serverless compute
- DAzure Machine Learning Kubernetes online endpoints
How the community answered
(42 responses)- A79% (33)
- B2% (1)
- C7% (3)
- D12% (5)
Explanation
Azure Machine Learning managed online endpoints are the correct choice for real-time, web-service-style inference on serverless compute. They automatically provision and manage the underlying infrastructure, support synchronous (real-time) predictions, and scale without requiring the user to manage VMs. Batch endpoints (choice B) are for asynchronous large-scale scoring, not real-time. 'Azure Machine Learning serverless compute' (choice C) refers to training compute, not inference hosting. Kubernetes online endpoints (choice D) require a self-managed Kubernetes cluster, which contradicts the serverless requirement.
Topics
Community Discussion
No community discussion yet for this question.