Question 246 of 500
Optimizing service performanceeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is to use SSD persistent disks instead of standard persistent disks. This is correct because SSD persistent disks rely on flash memory, which delivers consistent, low-latency I/O performance, while standard persistent disks use spinning magnetic media that can cause periodic latency spikes under sustained or bursty workloads. On the Google Professional Cloud DevOps Engineer exam, this scenario tests your understanding of storage performance characteristics for stateful workloads, often appearing as a trap where candidates might mistakenly suggest increasing disk size or adding caching. The key distinction is that standard disks suffer from rotational latency and queue depth fluctuations, whereas SSDs provide predictable IOPS. A useful memory tip: think of standard disks as a vinyl record—spinning and prone to skips under load—while SSDs are like a solid-state drive in a gaming rig, delivering smooth, spike-free performance.

PCDOE Optimizing service performance Practice Question

This PCDOE practice question tests your understanding of optimizing service performance. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company runs a stateful workload on Compute Engine VMs with persistent disks. They observe that disk I/O latency spikes periodically. The workload is sensitive to latency. What should they do to improve performance?

Question 1easymultiple choice
Full question →

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 SSD persistent disks instead of standard persistent disks.

Option C is correct because SSD persistent disks provide consistent, low-latency I/O performance compared to standard persistent disks, which use spinning media and can exhibit periodic latency spikes under sustained load. For latency-sensitive stateful workloads, SSD persistent disks offer predictable IOPS and throughput, directly addressing the periodic spikes observed.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Increase the size of the persistent disk.

    Why it's wrong here

    Size does not directly affect latency.

  • Migrate to local SSDs for better performance.

    Why it's wrong here

    Local SSDs are ephemeral and not suitable for stateful workloads.

  • Use SSD persistent disks instead of standard persistent disks.

    Why this is correct

    SSD offers lower latency and higher IOPS.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Configure a snapshot schedule to offload I/O.

    Why it's wrong here

    Snapshots do not improve I/O performance.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the misconception that increasing disk size or using local SSDs is the universal fix for latency, but the trap here is failing to recognize that the workload is stateful and requires persistent storage, making local SSDs inappropriate despite their performance.

Detailed technical explanation

How to think about this question

Persistent disks in Google Cloud are network-attached block storage, and standard persistent disks use HDD-based storage with a shared backend, leading to variable latency under contention. SSD persistent disks use solid-state storage with dedicated IOPS provisioning (e.g., 30 IOPS/GB for pd-ssd vs. 0.75 IOPS/GB for pd-standard), ensuring consistent sub-10ms latency. In contrast, local SSDs are physically attached to the host server, offering even lower latency (microseconds) but with the trade-off of non-persistence, which violates stateful workload requirements.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PCDOE practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PCDOE practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PCDOE question test?

Optimizing service performance — This question tests Optimizing service performance — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Use SSD persistent disks instead of standard persistent disks. — Option C is correct because SSD persistent disks provide consistent, low-latency I/O performance compared to standard persistent disks, which use spinning media and can exhibit periodic latency spikes under sustained load. For latency-sensitive stateful workloads, SSD persistent disks offer predictable IOPS and throughput, directly addressing the periodic spikes observed.

What should I do if I get this PCDOE question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PCDOE 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 PCDOE exam.