Courseiva
Designing Data Processing SystemsmediumMultiple ChoiceObjective-mapped

PDE Designing Data Processing Systems Practice Question

A company uses Dataproc to run daily Spark ML jobs. The jobs run for 2 hours each day. The team wants to reduce costs without changing job characteristics. Which strategy is MOST cost-effective?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use preemptible instances for worker nodes

Preemptible VMs are up to 80% cheaper and can handle job interruptions as Spark is fault-tolerant. Single-node is for testing, not production. High-availability is for long-running clusters with HA requirements. Standard nodes are more expensive.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use a single-node cluster to eliminate overhead

    Why it's wrong here

    Single-node clusters are for development, not fault-tolerant production jobs.

  • Enable high-availability mode to avoid restarts

    Why it's wrong here

    HA mode increases cost by adding redundant masters, not cost-saving.

  • Use preemptible instances for worker nodes

    Why this is correct

    Preemptible instances are cheap and Spark handles preemptions via fault tolerance.

  • Increase the number of standard workers to finish faster

    Why it's wrong here

    More nodes increase cost; the job already runs only 2 hours.

About these practice questions

Courseiva writes every PDE question from scratch — 890 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PDE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PDE exam.