Google
PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #324
You are the lead ML engineer on a mission-critical project that involves analyzing massive datasets using Apache Spark. You need to establish a robust environment that allows your team to rapidly…
The correct answer is C. Set up a Dataproc cluster with Spark and use Jupyter notebooks. Dataproc is Google Cloud’s managed Apache Spark service and provides built-in support for Jupyter notebooks. It allows you to quickly spin up clusters with Spark preinstalled, making it the fastest and most scalable way to prototype Spark models using notebooks in a…
Submitted by kevin_r· Apr 18, 2026Data processing and feature engineering
Question
You are the lead ML engineer on a mission-critical project that involves analyzing massive datasets using Apache Spark. You need to establish a robust environment that allows your team to rapidly prototype Spark models using Jupyter notebooks. What is the fastest way to achieve this?
Options
- ASet up a Vertex AI Workbench instance with a Spark kernel.
- BUse Colab Enterprise with a Spark kernel.
- CSet up a Dataproc cluster with Spark and use Jupyter notebooks.
- DConfigure a Compute Engine instance with Spark and use Jupyter notebooks.
How the community answered
(41 responses)- A15% (6)
- B5% (2)
- C78% (32)
- D2% (1)
Explanation
Dataproc is Google Cloud’s managed Apache Spark service and provides built-in support for Jupyter notebooks. It allows you to quickly spin up clusters with Spark preinstalled, making it the fastest and most scalable way to prototype Spark models using notebooks in a production-ready
Topics
#Apache Spark#Dataproc#ML Experimentation#Big Data Analytics
Community Discussion
No community discussion yet for this question.