Google Cloud Professional Cloud Security Engineer — Question 86

You are tasked with exporting and auditing security logs for login activity events for Google Cloud console and API calls that modify configurations to Google
Cloud resources. Your export must meet the following requirements:
✑ Export related logs for all projects in the Google Cloud organization.
✑ Export logs in near real-time to an external SIEM.
What should you do? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because creating a Log Sink at the organization level with the includeChildren parameter allows you to capture logs from all projects and send them to a Pub/Sub topic for near real-time processing. Option C is also correct since enabling Data Access audit logs ensures that logging applies to all projects under the organization. Options A, D, and E do not meet the requirements for exporting logs in near real-time or are not directly related to capturing the necessary events.