exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 10 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
An IT department creates the following Azure resource groups and resources:

The IT department creates an Azure Kubernetes Service (AKS)-based inference compute target named aks-cluster in the Azure Machine Learning workspace.
You have a Microsoft Surface Book computer with a GPU. Python 3.6 and Visual Studio Code are installed.
You need to run a script that trains a deep neural network (DNN) model and logs the loss and accuracy metrics.
Solution: Install the Azure ML SDK on the Surface Book. Run Python code to connect to the workspace and then run the training script as an experiment on local compute.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
dev2dev
Highly Voted 3 years, 9 months ago
we can run locally. anwer is yes
upvoted 24 times
...
Manishi_VBA
Highly Voted 3 years, 7 months ago
The answer should be yes. The local machine does have the capability to run DNN
upvoted 10 times
...
f82411e
Most Recent 3 weeks, 3 days ago
Selected Answer: B
la respuesta es no
upvoted 1 times
...
evangelist
6 months, 3 weeks ago
Selected Answer: A
answer is A, yes, AKS is used as inference compute target, inference means hosting and deploying the model not training the model
upvoted 1 times
...
sl_mslconsulting
7 months, 1 week ago
Selected Answer: B
Even the doc says you can use Local computer as a training target, but I can't find any detailed steps to do this. Besides, it will still be unmanaged compute and I doubt you can log the metrics that can be utilized to improve the performance of the model.
upvoted 1 times
sl_mslconsulting
7 months, 1 week ago
ChatGPT said I was wrong. The answer should be A.
upvoted 1 times
...
...
PI_Team
1 year, 5 months ago
Selected Answer: A
The question only asks about running a script that trains a DNN model and logs the loss and accuracy metrics. In that case, the solution does meet the goal. Installing the Azure ML SDK on the Surface Book and running the training script as an experiment on local compute would allow you to train a DNN model and log the loss and accuracy metrics. SaM
upvoted 1 times
...
krishna1818
1 year, 7 months ago
Selected Answer: A
yes we can run the DNN locally
upvoted 2 times
...
Yuriy_Ch
1 year, 9 months ago
Exactly this question was on exam 07/March/2023
upvoted 2 times
...
ahson0124
1 year, 10 months ago
In exam on 2023-02-15
upvoted 3 times
...
slcheng
2 years, 2 months ago
Selected Answer: A
Ans : A
upvoted 1 times
...
majma
2 years, 6 months ago
if we should log the metrics into the workspace then answer is correct
upvoted 1 times
...
ning
2 years, 7 months ago
Selected Answer: A
This question is so poorly written ... Can we run local DNN, yes, we can ... Does that use the VM listed, no it is not ... As question is asking for whether we can run ... So I will vote for YES
upvoted 2 times
...
JoshuaXu
3 years, 1 month ago
on 6 Nov 2021, the answer should be "yes"
upvoted 3 times
...
hargur
3 years, 2 months ago
on 19Oct2021
upvoted 1 times
...
kail85
3 years, 6 months ago
No indication if cudatoolkit is installed. Just have python and gpu is not enough to run dnn.
upvoted 3 times
lewitt
2 years, 3 months ago
technically you don't even need a GPU to run a DNN. Its just faster with one, but having python and a cpu is enough to run a DNN in normal cases.
upvoted 2 times
...
...
treadst0ne
3 years, 6 months ago
The answer should be YES, you can log metrics running locally without attaching the computer. The only case to attach your computer, is to make it available as a ComputeTarget when running experiments.
upvoted 4 times
...
chaudha4
3 years, 7 months ago
The answer is Yes. The surface book has a GPU and even though there is no mention of RAM, it seems like the surface book is capable of training a DNN model.
upvoted 4 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 ...