nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #216

You need to deploy a stateful workload on Google Cloud. The workload can scale horizontally, but each instance needs to read and write to the same POSIX filesystem. At high load, the stateful workload

The correct answer is C. Create a Cloud Filestore instance and mount it in each instance.. Filestore is fully managed network attached storage and it scales to 100s of TBs for high- performance workloads. Gcsfuse is a user-space file system for interacting with Google Cloud Storage. As with the other access methods, Cloud Storage does not support concurrency and lockin

Submitted by zhang_li· Mar 30, 2026Designing and planning a cloud solution architecture

Question

You need to deploy a stateful workload on Google Cloud. The workload can scale horizontally, but each instance needs to read and write to the same POSIX filesystem. At high load, the stateful workload needs to support up to 100 MB/s of writes. What should you do?

Options

  • AUse a persistent disk for each instance.
  • BUse a regional persistent disk for each instance.
  • CCreate a Cloud Filestore instance and mount it in each instance.
  • DCreate a Cloud Storage bucket and mount it in each instance using gcsfuse.

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    77% (20)
  • D
    12% (3)

Explanation

Filestore is fully managed network attached storage and it scales to 100s of TBs for high- performance workloads. Gcsfuse is a user-space file system for interacting with Google Cloud Storage. As with the other access methods, Cloud Storage does not support concurrency and locking. For example, if multiple Cloud Storage FUSE clients are writing to the same file, the last https://cloud.google.com/storage/docs/gcs-fuse

Topics

#Cloud Filestore#shared POSIX filesystem#stateful workload#high throughput

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice