Persistent Storage — Google Cloud Professional Cloud Architect Practice Questions
Persistent storage refers to data that survives beyond the lifecycle of a compute instance or container, and selecting the right persistent storage type is a core architectural concern on the Professional Cloud Architect exam. Google Cloud offers several options including Persistent Disk, Filestore, and Cloud Storage, each with different performance, sharing, and durability characteristics. Architects must match storage type to workload requirements such as block-level access for databases, shared file access for multi-instance workloads, and object storage for unstructured data.
Free questions on persistent storage
You need to deploy an application with stateful sessions that must survive VM restarts. What storage should you use?
Free question · medium · full answer + explanation
More persistent storage questions in the full bank
- Your application requires persistent storage for containers. Which GCP service integrates best with GKE? Unlock answer & explanation →