nerdexam
Microsoft

DP-100 · Question #25

You plan to deliver a hands-on workshop to several students. The workshop will focus on creating data visualizations using Python. Each student will use a device that has internet access. Student…

The correct answer is C. Azure Notebooks. Azure Notebooks (Microsoft Azure Notebooks) was a free, cloud-hosted Jupyter notebook service accessible entirely through a web browser. It required no local software installation, no admin rights, and no Azure subscription - students only needed an internet connection and a…

Explore data and run experiments

Question

You plan to deliver a hands-on workshop to several students. The workshop will focus on creating data visualizations using Python. Each student will use a device that has internet access. Student devices are not configured for Python development. Students do not have administrator access to install software on their devices. Azure subscriptions are not available for students. You need to ensure that students can run Python-based data visualization code. Which Azure tool should you use?

Options

  • AAnaconda Data Science Platform
  • BAzure BatchAl
  • CAzure Notebooks
  • DAzure Machine Learning Service

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    78% (36)
  • D
    13% (6)

Explanation

Azure Notebooks (Microsoft Azure Notebooks) was a free, cloud-hosted Jupyter notebook service accessible entirely through a web browser. It required no local software installation, no admin rights, and no Azure subscription - students only needed an internet connection and a Microsoft account. This exactly matches the constraints in the scenario. Anaconda requires local installation and admin rights. Azure BatchAI is a compute service for distributed AI workloads, not a student-facing notebook environment. Azure Machine Learning Service requires an Azure subscription and is aimed at professional ML workflows, not workshops.

Topics

#Azure Notebooks#Jupyter environments#Python development#Cloud development environment

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice