
Answer-first summary for fast verification
Answer: You should consider configuring the use of Azure Notebooks.
The correct answer is C (Azure Notebooks) because it is a cloud-based Jupyter notebook service that requires no local software installation or administrator permissions. Learners can access it directly through a web browser with internet connectivity, and it provides pre-configured Python environments with data visualization libraries. This aligns with the constraints: no local Python setup, no software installation capability, and no Azure subscription access required for basic usage. The community discussion strongly supports this with 100% consensus and upvoted comments emphasizing that Azure Notebooks is browser-based and doesn't require additional software installation, unlike Azure Container Instance, Azure BatchAI, and Azure Kubernetes Service, which typically require Azure subscription access, CLI tools, or complex configurations.
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 are able to execute Python code for data visualization.
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.