exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 153 discussion

Actual exam question from Microsoft's DP-100
Question #: 153
Topic #: 3
[All DP-100 Questions]

You have an Azure Machine Learning workspace. You build a deep learning model.

You need to publish a GPU-enabled model as a web service.

Which two compute targets can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. Azure Kubernetes Service (AKS)
  • B. Azure Container Instances (ACI)
  • C. Local web service
  • D. Azure Machine Learning compute clusters
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
PI_Team
Highly Voted 1 year, 11 months ago
Selected Answer: AB
Azure Container Instances (ACI) does support GPU-based deployments, which can be used to accelerate the execution of deep learning models. You can use ACI to deploy a GPU-enabled model as a web service in an Azure Machine Learning workspace. Regarding Azure Machine Learning compute clusters, you are also correct that they cannot be used as a deployment target for web services. Compute clusters are used for training and batch scoring workloads, not for deploying models as web services. In summary, the correct answer to your question is A. Azure Kubernetes Service (AKS) and B. Azure Container Instances (ACI). Check the link: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-gpu SaM
upvoted 7 times
...
Nagamori
Highly Voted 2 years, 1 month ago
answer is AD.
upvoted 6 times
...
avinyc
Most Recent 7 months, 1 week ago
Selected Answer: AD
Answer should be A and D
upvoted 1 times
...
colin1919
8 months ago
Selected Answer: AD
ACI is for small/insignificant deployments (low CPU and RAM), so by logic it's not making sense to have GPU enabled on them.
upvoted 1 times
...
testgm
8 months, 1 week ago
Selected Answer: AB
To run certain compute-intensive workloads on Azure Container Instances, deploy your container groups with GPU resources. The container instances in the group can access one or more NVIDIA Tesla GPUs while running container workloads such as CUDA and deep learning applications.
upvoted 1 times
...
jl420
9 months, 1 week ago
Selected Answer: AB
Only A&B support GPU and should be used for inference (web service). D can have GPU but meant for training.
upvoted 1 times
...
teku_
1 year, 1 month ago
this is correct
upvoted 1 times
teku_
1 year, 1 month ago
well, i think its AB.
upvoted 1 times
...
...
evangelist
1 year, 2 months ago
Selected Answer: AB
AB correct
upvoted 1 times
...
Krista2023A
1 year, 10 months ago
Answer - AD Azure Compute Instances do not support GPU, only use for low-scale CPU-based workloads. Reference https://learn.microsoft.com/en-us/azure/machine-learning/concept-compute-target?view=azureml-api-2
upvoted 3 times
hiyoww
1 year, 4 months ago
B. Azure Container Instances (ACI) not Azure Compute Instances
upvoted 2 times
...
...
abcd9999
2 years ago
Selected Answer: AD
ACI doesn't support GPU
upvoted 1 times
...
damaldon
2 years, 1 month ago
Answer AD
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...