DP-100 · Question #475
You are developing a machine learning model. You must inference the machine learning model for testing. You need to use a minimal cost compute target. Which two compute targets should you use? Each…
The correct answer is D. Local web service E. Azure Container Instances. For testing with minimal cost, Local web service (D) runs the model locally on your development machine with zero Azure compute cost - ideal for quick functional testing. Azure Container Instances (E) is a lightweight, serverless container service billed per second with no…
Question
Options
- AAzure Machine Learning Kubernetes
- BAzure Databricks
- CRemote VM
- DLocal web service
- EAzure Container Instances
How the community answered
(24 responses)- A4% (1)
- B17% (4)
- C8% (2)
- D71% (17)
Explanation
For testing with minimal cost, Local web service (D) runs the model locally on your development machine with zero Azure compute cost - ideal for quick functional testing. Azure Container Instances (E) is a lightweight, serverless container service billed per second with no infrastructure management, making it the cheapest Azure-hosted option for low-scale testing and dev/QA. Azure Machine Learning Kubernetes (A) is production-grade and expensive to maintain. Azure Databricks (B) is a premium big-data analytics platform, not cost-optimized for inference testing. Remote VMs (C) incur ongoing VM costs even when idle, making them more expensive than ACI for sporadic test workloads.
Topics
Community Discussion
No community discussion yet for this question.