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 uses Google Cloud continuous integration and continuous delivery (CI/CD) pipelines to deploy microservices onto Google Kubernetes Engine (GKE) clusters. Following a security incident, the DevOps and security teams require a centralized auditing mechanism to trace all active and historical cluster deployments directly to their originating source code Git commit SHA, container artifact URI, and software package versions.
You need to implement a solution that captures this deployment metadata and allows you to programmatically inspect and analyze these audit records within Cloud Logging. What should you do?
Developer Connect insights is a Google Cloud capability that correlates software delivery lifecycle (SDLC) metadata—such as source code revisions, build artifacts, and package dependencies—with running deployment workloads across environments. It automatically persists these deployment insights into Cloud Logging as structured log entries.
commitReferences (including the exact commitSha and commit URL) and the target artifactUri in Artifact Registry.artifactDetails.packages, providing package names and package versions (e.g., specific library builds) included in the deployment.projects/PROJECT_ID/logs/developerconnect.googleapis.com/sdlc_deployment. Teams can query them via the Cloud Logging API, Logs Explorer, or the gcloud logging read command using structured filters such as labels.insights_config_id.Developer Connect insights provides fully managed, out-of-the-box extraction and correlation of SDLC metadata directly into structured Cloud Logging entries. It removes the operational burden of writing custom webhook interceptors or parsing custom build manifests manually across multiple pipelines.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.