Objective 2.2

PCA

Configuring individual storage systems

Objective 2.2 sits in Managing and provisioning a cloud solution infrastructure, which carries 17.5% of the Cloud Architect exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.

Objective title verbatim from the official objectives. Google Cloud exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

2-2Managing and provisioning a cloud solution infrastructure

An engineer proposes Local SSD both for the boot volume of a compute instance and for its scratch data. Which half of that proposal fails?

Local SSD cannot serve as a boot volumeCorrect · your answerCorrect. Booting needs something that survives a stop.
Local SSD cannot hold scratch dataScratch data and caches are the intended use.
Local SSD is slower than durable disksIt is the fastest of the block storage types on offer.
Local SSD needs a separate machine seriesAvailability varies by machine series, which is a separate check.

Correct.

Concept

Durability is the first question to ask about a volume and speed is the second, since the fastest option in any catalogue is the wrong one whenever the data has to still be there after a restart.

Why A

Temporary block storage is the fastest offering but its data is lost whenever the VM stops, suspends, restarts, crashes or fails, and it cannot be used as a boot volume.

Source

Temporary, or ephemeral, block storage offers the fastest performance among all block storage types, with the tradeoff that the stored data is lost if the VM stops for any reason . Data is lost if you stop, suspend, or restart the VM, or if the VM crashes or fails. Because of its ephemeral nature, use temporary block storage for only scratch data, caches such as tempdb for Microsoft SQL Server, or storage for flash-optimized databases. You can't use temporary block storage as a boot volume.

Choose a disk type, Compute Engine documentation, checked August 2026
#gcp#compute-engine#local-ssd#storage

Now you: objective 2.2 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

2-2Managing and provisioning a cloud solution infrastructure

A Persistent Disk volume needs more IOPS, though the data on it is not growing at all. What does that leave the team having to do?

Sample question 2 of 3

2-2Managing and provisioning a cloud solution infrastructure

A team stops several instances overnight to save money and finds the storage line on the bill unchanged. What accounts for that?

Sample question 3 of 3

2-2Managing and provisioning a cloud solution infrastructure

An engineer needs a boot volume on a machine series that does not support Hyperdisk. Which block storage does the selection procedure land on?

Full Cloud Architect question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Managing and provisioning a cloud solution infrastructure