nerdexam
Microsoft

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…

Train and deploy models

Question

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 traffic and weather conditions. You need to choose an inferencing strategy for the solution. Which compute should you use?

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)
  • A
    79% (33)
  • B
    2% (1)
  • C
    7% (3)
  • D
    12% (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

#Azure Machine Learning#Online Endpoints#Real-time Inference#Serverless Compute

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice