
Answer-first summary for fast verification
Answer: You should consider configuring the use of Azure Notebooks.
Azure Notebooks is the optimal choice because it provides a cloud-based Jupyter notebook environment accessible via web browser without requiring any software installation on learner devices. This aligns with the constraints: no admin permissions for software installation, no Azure subscription access, and internet connectivity available. Azure Notebooks supports Python execution with data visualization libraries like Matplotlib and Seaborn, enabling learners to run code directly in their browsers. In contrast, Azure Container Instance, Azure BatchAI, and Azure Kubernetes Service require Azure subscription access and more complex configurations, making them unsuitable given the constraints.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are planning to host a practical training session to familiarize learners with creating data visualizations using Python. The learners' devices can connect to the internet but are not configured for Python development. Learners cannot install software due to a lack of administrator permissions and cannot access Azure subscriptions. It is imperative that learners can execute Python code for data visualizations.
Which of the following actions should you take?
A
You should consider configuring the use of Azure Container Instance.
B
You should consider configuring the use of Azure BatchAI.
C
You should consider configuring the use of Azure Notebooks.
D
You should consider configuring the use of Azure Kubernetes Service.
No comments yet.