Professional Cloud Security 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.
A security engineer is designing an automated image maintenance pipeline in Google Cloud to ensure base container images are continuously patched against newly disclosed vulnerabilities and dependencies remain up to date.
The solution must meet the following requirements:
Which architecture and configuration should the engineer implement?
This architecture establishes an automated, serverless image rebuild and vulnerability scanning pipeline using Cloud Scheduler, Cloud Build, and Artifact Registry alongside Artifact Analysis (Container Scanning).
0 1 * * *) to invoke the Cloud Build API REST endpoint (.../triggers/$TRIGGER_ID:run), initiating an automated rebuild from source configurations to pull down updated base packages.roles/cloudbuild.builds.editor), and the Cloud Build service account is granted the scoped Artifact Registry Writer (roles/artifactregistry.writer) role to push images without administrative over-privileging.This approach aligns with Google Cloud security best practices by utilizing native REST integrations between Cloud Scheduler and Cloud Build, eliminating the operational overhead, credential management risks, and maintenance complexity of intermediary functions or virtual machines.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.