Courseiva
Planning and Configuring a Cloud SolutionmediumMultiple ChoiceObjective-mapped

Google ACE Planning and Configuring a Cloud Solution Practice Question

A company plans to run a stateful application on Compute Engine that requires high random I/O performance and the ability to resize the persistent disk without downtime. The application is running on a Linux VM. Which persistent disk type and configuration should the engineer choose?

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

Extreme persistent disk (pd-extreme)

Extreme persistent disks are designed for high random I/O workloads, offering up to 120,000 IOPS and the ability to resize without downtime. They are SSD-based and suitable for databases.

Answer analysis

Option-by-option breakdown

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

  • Extreme persistent disk (pd-extreme)

    Why this is correct

    Extreme persistent disk (pd-extreme) is the correct choice because it is engineered for high-performance, low-latency workloads. It supports provisioning up to 100,000 IOPS per instance and allows live resizing of both capacity and performance while the VM remains attached and running. This combination of extreme throughput and zero-downtime scaling makes it ideal for a stateful application with demanding random I/O and strict availability requirements.

  • Balanced persistent disk (pd-balanced)

    Why it's wrong here

    Balanced persistent disk (pd-balanced) offers a compromise between cost and performance, with IOPS and throughput that scale with the provisioned disk size. However, its per-disk performance ceiling is significantly lower than pd-extreme, and it does not allow independent provisioning of IOPS separate from capacity. For a stateful app that experiences unpredictable spikes in I/O or requires consistently high random write throughput, pd-balanced will likely become a bottleneck, leading to increased latency and potential application timeouts.

  • SSD persistent disk (pd-ssd)

    Why it's wrong here

    SSD persistent disk (pd-ssd) provides solid-state performance and is a common default for many applications, but it is not designed for the absolute highest IOPS. Performance is directly tied to the disk's provisioned size, so reaching IOPS comparable to pd-extreme would require an excessively large, costly disk. Additionally, resizing pd-ssd while attached to a running VM may require more complex, snapshot-based procedures or an extended maintenance window, which disrupts the availability of a stateful application and makes it a poor fit for this scenario.

  • Standard persistent disk (pd-standard)

    Why it's wrong here

    Standard persistent disk (pd-standard) is backed by rotational hard drives and delivers only a few hundred IOPS, with high latency and low throughput. It is unsuited for the random read/write patterns that stateful applications typically generate, such as database transaction logs or real-time updates. While it is the cheapest option, its severe performance limitations will cause significant application slowdowns and are only acceptable for cold storage, backups, or bulk data that is accessed infrequently.

About these practice questions

One of 769 original ACE practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 ACE 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 ACE exam.