Professional Cloud DevOps Engineer
162
Professional Cloud DevOps Engineer
A: Ensure that all postmortems include what caused the incident, how the incident could have been worse, and how to prevent a future occurrence of the incident.
B: Ensure that all postmortems include the severity of the incident, how to prevent a future occurrence of the incident. and what caused the incident without naming internal system components.
C: Ensure that all postmortems include how the incident was resolved and what caused the incident without naming customer information.
D: Ensure that all postmortems include all incident participants in postmortem authoring and share postmortems as widely as possible,
A: Add the auth application-default command as a step in Jenkins before running the Terraform commands.
B: Create a dedicated service account for the Terraform instance. Download and copy the secret key value to the GOOGLE environment variable on the Jenkins server.
C: Confirm that the Jenkins VM instance has an attached service account with the appropriate Identity and Access Management (IAM) permissions.
D: use the Terraform module so that Secret Manager can retrieve credentials.
A: Store the password in Secret Manager and send the secret to the application by using environment variables.
B: Store the password in Secret Manager and mount the secret as a volume within the application.
C: Use Cloud Build to add your password into the application container at build time. Ensure that Artifact Registry is secured from public access.
D: Store the password directly in the code. Use Cloud Build to rebuild and deploy the application each time the password changes.
A: Configure a cron job to scale the deployment on a schedule.
B: Configure a Horizontal Pod Autoscaler.
C: Configure a Vertical Pod Autoscaler.
D: Configure cluster autoscaling on the node pool.