
Answer-first summary for fast verification
Answer: Change the compute., Reset the compute., Change the current kernel.
The question asks for three actions that will reset the state of a Python SDK v2 notebook in Azure Machine Learning Studio. Based on the community discussion and Microsoft documentation, the correct actions are: B (Change the compute), C (Reset the compute), and E (Change the current kernel). Changing the compute (B) switches to a different compute instance, resetting the notebook state. Resetting the compute (C) restarts the current compute instance, clearing all variables. Changing the kernel (E) starts a new kernel session, effectively resetting the state. Option A (Stop the current kernel) only interrupts execution but does not necessarily reset the state, as noted in the discussion. Option D (Navigate to another section) does not reset the notebook state, as it does not change the compute or kernel environment. The consensus from the community, including the highest upvoted comment (88% agreement on BCE), supports these selections as the most reliable methods for resetting the notebook state in Azure ML Studio.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are using Azure Machine Learning Studio to run a Python SDK v2 notebook in your workspace and need to reset the notebook's state. Which three actions will each accomplish this? Each correct answer presents a complete solution.
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.