Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud Architect topic 1 question 123 discussion

Actual exam question from Google's Professional Cloud Architect
Question #: 123
Topic #: 1
[All Professional Cloud Architect Questions]

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?

  • A. Use a persistent disk for each instance.
  • B. Use a regional persistent disk for each instance.
  • C. Create a Cloud Filestore instance and mount it in each instance.
  • D. Create a Cloud Storage bucket and mount it in each instance using gcsfuse.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://cloud.google.com/storage/docs/gcs-fuse

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TotoroChina
Highly Voted 2 years, 10 months ago
Answer should be C, https://cloud.google.com/storage/docs/gcs-fuse#notes
upvoted 34 times
JeffClarke111
2 years, 10 months ago
Agreed - C
upvoted 5 times
...
Urban_Life
2 years, 4 months ago
https://cloud.google.com/filestore
upvoted 3 times
...
elainexs
1 year, 11 months ago
"“Cloud Storage FUSE is an open source [FUSE](http://fuse.sourceforge.net/) adapter that allows you to mount Cloud Storage buckets as file systems on Linux or macOS systems. It also provides a way for applications to upload and download Cloud Storage objects using standard file system semantics. Cloud Storage FUSE can be run anywhere with connectivity to Cloud Storage, including Google Compute Engine VMs or on-premises systems[**1**](https://cloud.google.com/storage/docs/gcs-fuse#f1-note)." D says "gcsfuse", should be D
upvoted 3 times
Frollo
1 year, 6 months ago
FUSE is not posix
upvoted 9 times
...
CloudWars
9 months ago
directly from the documentation of gcs fuse > While Cloud Storage FUSE has a file system interface, it is not like an NFS or CIFS file system on the backend. Additionally, Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore.
upvoted 7 times
...
ArtistS
5 months, 2 weeks ago
Google Cloud Storage Fuse is not POSIX compliant so C
upvoted 3 times
...
...
odacir
5 months, 2 weeks ago
Not, you need a file system not a blob storage...
upvoted 2 times
decw
4 months, 1 week ago
''While Cloud Storage FUSE has a file system interface, it is not like an NFS or CIFS file system on the backend. Additionally, Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore.''
upvoted 5 times
...
...
...
XDevX
Highly Voted 2 years, 10 months ago
IMHO d) is wrong, the correct answer is c). The requirement is explicitly POSIX filesystem - using gcsfuse Cloud Storage still remains an object storage - IMHO gcsfuse brings a lot of downsizes compared with Filestore and in the question there are no indications that a non-POSIX filesystem shall be used.
upvoted 15 times
enado
10 months, 1 week ago
Additional google explicitly states that Cloud Storage fuse is not POSIX compliant https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations
upvoted 2 times
enado
10 months, 1 week ago
So the correct answer is C
upvoted 1 times
...
...
...
Gino17m
Most Recent 1 week, 5 days ago
Selected Answer: C
C 1. "each Instance needs to read and wrlte to the same POSIX filesystem" 2. Cloud Storage is not POSIX compliant filesystem but Object Storage and gcsfuse only "simulates" file system 3. See: https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations "Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore.
upvoted 1 times
...
Polosaty
1 month, 2 weeks ago
Selected Answer: C
From https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore.
upvoted 2 times
...
Pime13
3 months ago
Selected Answer: C
https://cloud.google.com/storage/docs/gcs-fuse#notes
upvoted 1 times
...
discuss24
4 months ago
C is correct, Per documentation ( Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore)
upvoted 1 times
...
iamleond
4 months, 1 week ago
Selected Answer: C
https://cloud.google.com/storage/docs/gcs-fuse, not POSIX complieant.
upvoted 1 times
...
[Removed]
4 months, 1 week ago
C Explanation: A & B: persistent disk won't be shared. Question says "each instance needs to read and write to the same POSIX filesystem." Although, now u can share persistent disk(https://cloud.google.com/compute/docs/disks/sharing-disks-between-vms#:~:text=Note%3A%20You%20can%20share%20Persistent%20Disk%20volumes%20only%20with%20VMs%20that%20are%20in%20the%20same%20zone%20as%20the%20disk.) but question doesnt mention that all VMs are in same zone as disk. C: Filestore ideal for NFS and POSIX D: shared access can be achieved using GCSFuse, still, it's not POSIX complaint (https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations)
upvoted 1 times
...
6b13108
5 months, 1 week ago
Yes, the correct answer is C: LIMITATIONS: "While Cloud Storage FUSE has a file system interface, it is not like an NFS or CIFS file system on the backend. Additionally, Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore." https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations
upvoted 2 times
...
odacir
5 months, 2 weeks ago
Selected Answer: D
You need a file system not a blob storage...
upvoted 2 times
...
thewalker
5 months, 3 weeks ago
Selected Answer: C
As per the documentation, https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations. The option is C.
upvoted 1 times
...
bhinar
9 months ago
Selected Answer: C
firestore is POSIX
upvoted 1 times
...
coder36
10 months, 3 weeks ago
Could anyone please tell why A or B is wrong? Thanks
upvoted 1 times
...
BEE_HI_5
1 year ago
https://cloud.google.com/storage/docs/gcs-fuse#differences-and-limitations Answer C because POSIX and FUSE are not compatible. Google recommends using Filestore to address POSIX file operations
upvoted 3 times
...
raselsys
1 year, 1 month ago
Selected Answer: C
Answer is C https://cloud.google.com/storage/docs/gcs-fuse Clearly mentioned to see filestore for POSIX
upvoted 2 times
...
CDL_Learner
1 year, 5 months ago
GCFUSE does not work with POSIX File System , refer - https://cloud.google.com/storage/docs/gcs-fuse So Answer should be C
upvoted 4 times
...
tomahawk003
1 year, 5 months ago
Voting for D. Filestore may have throughput of up to 25 gb/S while question mentions 100 gb/s?
upvoted 1 times
steghe
1 year, 3 months ago
Requirement asks for 100 MB/s not GB/s
upvoted 1 times
...
[Removed]
8 months, 2 weeks ago
Also, the referenced FUSE doc clearly states: "Additionally, Cloud Storage FUSE is not POSIX compliant. For a POSIX file system product in Google Cloud, see Filestore."
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...