exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 165 discussion

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

You create a workspace by using Azure Machine Learning Studio.

You must run a Python SDK v2 notebook in the workspace by using Azure Machine Learning Studio.

You need to reset the state of the notebook.

Which three actions should you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. Stop the current kernel.
  • B. Change the compute.
  • C. Reset the compute.
  • D. Navigate to another section of the workspace.
  • E. Change the current kernel.
Show Suggested Answer Hide Answer
Suggested Answer: BCE 🗳️

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, 4 months ago
Selected Answer: BCE
Stopping the current kernel will indeed interrupt the execution of the notebook, but it will not reset the state of the notebook. To reset the state of a Python SDK v2 notebook in an Azure Machine Learning Studio workspace, you can perform any of the following actions: B. Change the compute to switch to a different compute instance and reset the state of the notebook. C. Reset the compute to restart the compute instance running the notebook and reset its state. E. Change the current kernel to switch to a different kernel and reset the state of the notebook. It's easy, just try it in Azure notebook and you'll see :) SaM
upvoted 6 times
...
kay1101
Most Recent 7 months, 3 weeks ago
Selected Answer: BCE
These actions will reset the notebook state and will reset all variables in the notebook. Action Result Change the kernel Notebook uses new kernel Switch compute Notebook automatically uses the new compute. Reset compute Starts again when you try to run a cell Stop compute No cells will run Open notebook in Jupyter or JupyterLab Notebook opened in a new tab. reference:https://learn.microsoft.com/en-us/azure/machine-learning/how-to-run-jupyter-notebooks?view=azureml-api-2#change-the-notebook-environment
upvoted 1 times
kay1101
7 months, 3 weeks ago
seems like the format is a mess. Actions: Change the kernel Switch compute Reset compute Stop compute Open notebook in Jupyter or JupyterLab
upvoted 1 times
...
...
abcd9999
1 year, 5 months ago
Selected Answer: ADE
A. Stop the current kernel: This action stops the current Python kernel that is running the notebook. Stopping the kernel will clear any variables or state that was previously defined during the notebook execution. D. Navigate to another section of the workspace: Moving to another section of the workspace, such as opening a different notebook or going to the "Experiments" section, effectively resets the notebook's execution state. E. Change the current kernel: Changing the current Python kernel to a new one can effectively reset the notebook's execution state, similar to stopping the current kernel.
upvoted 1 times
...
phdykd
1 year, 5 months ago
A. Stop the current kernel. C. Reset the compute. E. Change the current kernel.
upvoted 3 times
...
damaldon
1 year, 6 months ago
Correct. These actions will reset the notebook state and will reset all variables in the notebook. Action Result Change the kernel Notebook uses new kernel Switch compute Notebook automatically uses the new compute. Reset compute Starts again when you try to run a cell Stop compute No cells will run Open notebook in Jupyter or JupyterLab Notebook opened in a new tab.
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 ...