LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


Your company operates multiple projects in Google Cloud, representing various environments like development, test, pre-production, and production. A centralized logging system is needed where all environments send their logs to a security project, with the exception of logs generated by an Apache application. How can you achieve this?

Real Exam





Explanation:

The correct approach is to create a sink in the Logs router of each project, directing logs to the security project's logging bucket while excluding all Apache logs by setting the filter rate to 100. This meets the requirement of centralizing logs in the security project without including Apache logs. Other options either fail to centralize logs or incorrectly set the filter rate, leading to Apache logs being included.

Powered ByGPT-5