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

Exam Professional Cloud Architect All Questions

View all questions & answers for the Professional Cloud Architect exam

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: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TotoroChina
Highly Voted 3 years, 5 months ago
Answer should be C, https://cloud.google.com/storage/docs/gcs-fuse#notes
upvoted 36 times
JeffClarke111
3 years, 4 months ago
Agreed - C
upvoted 5 times
...
Urban_Life
2 years, 11 months ago
https://cloud.google.com/filestore
upvoted 3 times
...
elainexs
2 years, 5 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 4 times
Frollo
2 years, 1 month ago
FUSE is not posix
upvoted 11 times
...
CloudWars
1 year, 3 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 8 times
...
ArtistS
1 year ago
Google Cloud Storage Fuse is not POSIX compliant so C
upvoted 3 times
...
...
odacir
1 year ago
Not, you need a file system not a blob storage...
upvoted 2 times
decw
11 months 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 3 years, 5 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
1 year, 5 months 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
1 year, 5 months ago
So the correct answer is C
upvoted 1 times
...
...
...
afsarkhan
Most Recent 4 months, 2 weeks ago
Selected Answer: C
Answer is C As filestore can be attached to multiple pods/vm in R/W mode A & B are wrong for the same reason, PD can be attached to single pod for write operation.
upvoted 1 times
...
Gino17m
7 months 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
8 months, 1 week 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
9 months, 4 weeks ago
Selected Answer: C
https://cloud.google.com/storage/docs/gcs-fuse#notes
upvoted 1 times
...
discuss24
10 months, 3 weeks 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
11 months ago
Selected Answer: C
https://cloud.google.com/storage/docs/gcs-fuse, not POSIX complieant.
upvoted 1 times
...
[Removed]
11 months 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
12 months 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
1 year ago
Selected Answer: D
You need a file system not a blob storage...
upvoted 2 times
...
thewalker
1 year 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
1 year, 3 months ago
Selected Answer: C
firestore is POSIX
upvoted 1 times
...
coder36
1 year, 5 months ago
Could anyone please tell why A or B is wrong? Thanks
upvoted 1 times
...
BEE_HI_5
1 year, 7 months 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, 7 months 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, 12 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
...
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 ...