
Answer-first summary for fast verification
Answer: Azure Machine Learning Service
The question requires an Azure tool that allows students to run Python code for data visualizations without requiring Azure subscriptions, software installation, or administrator access. Based on the community discussion and Azure service status: - Option C (Azure Notebooks) was historically correct but has been deprecated and retired, making it unsuitable. - Option D (Azure Machine Learning Service) is the current correct answer as it provides Jupyter notebooks with multi-user support on compute instances, requiring no local installation or administrator rights. While it typically uses Azure subscriptions, the community consensus (including upvoted comments) indicates it's the intended solution, as Microsoft would not retain a question with a deprecated correct answer. Options A (Anaconda Data Science Platform) and B (Azure BatchAI) are incorrect: Anaconda requires local installation (contradicting the constraints), and BatchAI is for batch processing, not interactive development.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are delivering a hands-on workshop on creating data visualizations with Python. The students will use internet-connected devices that are not configured for Python development and lack administrator rights for software installation. No Azure subscriptions are available for the students.
What should you use to ensure the students can run Python-based data visualization code?
A
Anaconda Data Science Platform
B
Azure BatchAI
C
Azure Notebooks
D
Azure Machine Learning Service
No comments yet.