nerdexam
GoogleGoogle

ASSOCIATE-CLOUD-ENGINEER · Question #389

ASSOCIATE-CLOUD-ENGINEER Question #389: Real Exam Question with Answer & Explanation

The correct answer is D: Configure Object change notifications on the Cloud Storage buckets. Send the events to Pub/Sub.. Chosen solution directs you to configure Cloud Storage to send object change notifications to Pub/Sub. This approach ensures that every time an object is created, updated, or deleted, a message is immediately published to a Pub/Sub topic. You can then subscribe to that topic (or

Submitted by carter_n· Mar 30, 2026

Question

You are the Organization Administrator for your company's Google Cloud resources. Your company has strict compliance rules that require you to be notified about any modifications to files and documents hosted on Cloud Storage. In a recent incident, one of your team members was able to modify files and you did not receive any notifications, causing other production jobs to fail. You must ensure that you receive notifications for all changes to files and documents in Cloud Storage while minimizing management overhead. What should you do?

Options

  • AView Cloud Audit logs for all Cloud Storage files in Logs Explorer. Filter by Admin Activity logs.
  • BEnable Cloud Storage object versioning on your bucket. Configure Pub/Sub notifications for your
  • CEnable versioning on the Cloud Storage bucket. Set up a custom script that scans versions of
  • DConfigure Object change notifications on the Cloud Storage buckets. Send the events to Pub/Sub.

Explanation

Chosen solution directs you to configure Cloud Storage to send object change notifications to Pub/Sub. This approach ensures that every time an object is created, updated, or deleted, a message is immediately published to a Pub/Sub topic. You can then subscribe to that topic (or have a Cloud Function triggered) to forward an alert (or process the event further). This method is automated, incurs minimal management overhead, and follows Google Cloud’s best practices for integrating notifications.

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER PracticeBrowse All ASSOCIATE-CLOUD-ENGINEER Questions