Google Cloud Professional Cloud Security Engineer — Question 328

You work for a multinational organization that has systems deployed across multiple cloud providers, including Google Cloud. Your organization maintains an extensive on-premises security information and event management (SIEM) system. New security compliance regulations require that relevant Google Cloud logs be integrated seamlessly with the existing SIEM to provide a unified view of security events. You need to implement a solution that exports Google Cloud logs to your on-premises SIEM by using a push-based, near real-time approach. You must prioritize fault tolerance, security, and auto scaling capabilities. In particular, you must ensure that if a log delivery fails, logs are re-sent. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer, B, efficiently utilizes a Pub/Sub topic and Dataflow pipelines to ensure logs are processed and can be retried if delivery fails, providing the required fault tolerance and scalability. Option A relies on periodic pulling of logs, which does not meet the near real-time requirement. Option C depends on a single Compute Engine instance, which introduces a single point of failure and lacks full fault tolerance. Option D does not use a push-based approach for log delivery, which is essential for this scenario.