Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Professional Cloud Architect (PR000213) Exam - Topic 3 Question 125 Discussion

The application reliability team at your company has added a debug feature to their backend service to send all server events to Google Cloud Storage for eventual analysis. The event records are at least 50 KB and at most 15 MB and are expected to peak at 3,000 events per second. You want to minimize data loss.Which process should you implement?
D) * Append metadata to file body. * Compress individual files. * Name files with a random prefix pattern. * Save files to one bucket
A) * Append metadata to file body. * Compress individual files. * Name files with serverName-Timestamp. * Create a new bucket if bucket is older than 1 hour and save individual files to the new bucket. Otherwise, save files to existing bucket
B) * Batch every 10,000 events with a single manifest file for metadata. * Compress event files and manifest file into a single archive file. * Name files using serverName-EventSequence. * Create a new bucket if bucket is older than 1 day and save the single archive file to the new bucket. Otherwise, save the single archive file to existing bucket.
C) * Compress individual files. * Name files with serverName-EventSequence. * Save files to one bucket * Set custom metadata headers for each object after saving.

Google Professional Cloud Architect (PR000213) Exam - Topic 3 Question 125 Discussion

Actual exam question for Google's Professional Cloud Architect (PR000213) exam
Question #: 125
Topic #: 3
[All Professional Cloud Architect (PR000213) Questions]

The application reliability team at your company has added a debug feature to their backend service to send all server events to Google Cloud Storage for eventual analysis. The event records are at least 50 KB and at most 15 MB and are expected to peak at 3,000 events per second. You want to minimize data loss.

Which process should you implement?

Show Suggested Answer Hide Answer
Suggested Answer: D

In order to maintain a high request rate, avoid using sequential names. Using completely random object names will give you the best load distribution. Randomness after a common prefix is effective under the prefix https://cloud.google.com/storage/docs/request-rate


Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel