Google Cloud Professional Cloud Architect — Question 100

The application reliability team at your company this 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?

Answer options

Correct answer: D

Explanation

Option D is correct because it ensures that each file is compressed, includes necessary metadata, and uses a random prefix to prevent overwriting. Options A, B, and C introduce complexities such as batching and specific naming conventions that do not prioritize minimizing data loss as effectively as D does.