Question 121 of 315
Single answerYou 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?
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.
✓
Correct Answer: C
Create a Cloud Filestore instance and mount it in each instance.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.