exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 6 question 2 discussion

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

HOTSPOT
-

You plan to implement an Azure Machine Learning solution.

You have the following requirements:

• Run a Jupyter notebook to interactively train a machine learning model.
• Deploy assets and workflows for machine learning proof of concept by using scripting rather than custom programming.

You need to select a development technique for each requirement.

Which development technique should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
jefimija
7 months, 2 weeks ago
I wonder if an actual question like this in the exam can have two correct answers?
upvoted 1 times
...
sl_mslconsulting
1 year ago
Train models using SDK:https://learn.microsoft.com/en-us/azure/machine-learning/how-to-train-model?view=azureml-api-2&tabs=python using studio: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-train-with-ui?view=azureml-api-2 I will pick SDK for the first requirement as you need that to submit a job in a Notebook
upvoted 1 times
...
ferren
1 year, 7 months ago
bard says the answeres are correct
upvoted 1 times
...
A_PL300
1 year, 8 months ago
On September 4, 2023 exam.
upvoted 4 times
...
PI_Team
1 year, 8 months ago
For the requirement to run a Jupyter notebook to interactively train a machine learning model, you can use the Azure Machine Learning Python SDK. This SDK provides an interactive environment for training machine learning models and it integrates well with Jupyter notebooks. For deploying assets and workflows for machine learning proof of concept by using scripting rather than custom programming, you can use the Azure CLI. It allows you to manage Azure resources, including Machine Learning assets, using scripts which is ideal for proof of concept deployments.
upvoted 3 times
InversaRadice
1 year, 6 months ago
well question ask to interactively train so AML studio is correct
upvoted 2 times
PI_Team
1 year, 5 months ago
the question specifically mentions using a Jupyter notebook, it does imply that you’ll be writing code. In this case, using the Azure Machine Learning Python SDK would be more appropriate.
upvoted 1 times
deyoz
1 year, 3 months ago
we can also write code via notebook in azure ml studio. I believe both sdk and ml studio are correct options.
upvoted 1 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 ...