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.
Your enterprise organization needs to establish automated governance and compliance guardrails across its Google Cloud CI/CD pipeline infrastructure. The DevOps security policy mandates that:
Which architectural pattern should you implement to meet these requirements?
Cloud Audit Logs captures administrative operations and security-sensitive configuration modifications across Google Cloud resources, including Identity and Access Management (IAM) and CI/CD tooling. Eventarc provides a fully-managed, event-driven architecture that reads Cloud Audit Log entries in real time and routes them to target services such as Cloud Workflows or Cloud Run without requiring polling infrastructure.
cloudaudit.googleapis.com/activity log entries for iam.googleapis.com ensures immediate detection when service accounts, keys, or IAM policy bindings (SetIamPolicy, CreateServiceAccountKey) are created, updated, or deleted.SetIamPolicy, CreateRole, or UpdatePipeline.This architecture directly couples Google Cloud's native auditing plane with an event-driven automation framework. It enforces real-time governance, prevents security drift from persisting, and meets organizational compliance guardrails with minimal operational complexity.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.