Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise running high-throughput microservices on Google Kubernetes Engine (GKE) and Cloud Bigtable is experiencing high observability costs due to massive Cloud Logging volumes. The DevOps team must optimize logging costs according to FinOps best practices while satisfying the following architectural requirements:
DATA_READ and DATA_WRITE audit logs generated by trusted backend service accounts from creating cost overhead./healthz) and informational debug logs while preserving critical error and security logs in Cloud Logging for 30-day operational triage.Which logging architecture strategy should the DevOps team implement?
This solution implements a multi-tier log optimization architecture that controls log volume at generation, ingestion, and retention tiers by combining IAM Audit Configuration exemptions, Log Router exclusion filters, and Cloud Storage log sinks.
DATA_READ and DATA_WRITE logs from being generated at the source. This completely eliminates the API and processing load before log entry creation._Default sink drops routine /healthz and verbose debug logs before they are written to the _Default log bucket. Cloud Logging only charges for logs stored in log buckets (beyond the free tier); excluded logs incur no storage charges while allowing critical errors to flow through for standard 30-day operational triage.This architecture manages costs at every stage of the log lifecycle: generation (IAM exemptions), ingestion/storage (sink exclusions), and retention (Cloud Storage lifecycle policies). It maintains required operational and compliance visibility at the lowest possible cost.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.