GCP: ACE Exam Prep Week 5
Diagnostic Questions
You want to view a description of your available snapshots using the command line interface (CLI). What
gcloud command should you use? - Answer-gcloud compute snapshots list
You have a scheduled snapshot you are trying to delete, but the operation returns an error. What should
you do to resolve this problem? - Answer-Detach the snapshot schedule before deleting it.
Which of the following tasks are part of the process when configuring a managed instance group? -
Answer-Health checks are part of your managed instance group configuration.
Number of instances is part of your managed instance group configuration.
Cymbal Superstore's GKE cluster requires an internal http(s) load balancer. You are creating the
configuration files required for this resource. What is the proper setting for this scenario? - Answer-
Annotate your service object with a neg reference.
This is correct because an internal http(s) load balancer can only use NEGs.
What Kubernetes object provides access to logic running in your cluster via endpoints that you define? -
Answer-Service endpoints are defined by pods with labels that match those specified in the service
configuration file. Services then specify how those pods are exposed.
What is the declarative way to initialize and update Kubernetes objects? - Answer-kubectl apply creates
and updates Kubernetes objects in a declarative way from manifest files.
Diagnostic Questions
You want to view a description of your available snapshots using the command line interface (CLI). What
gcloud command should you use? - Answer-gcloud compute snapshots list
You have a scheduled snapshot you are trying to delete, but the operation returns an error. What should
you do to resolve this problem? - Answer-Detach the snapshot schedule before deleting it.
Which of the following tasks are part of the process when configuring a managed instance group? -
Answer-Health checks are part of your managed instance group configuration.
Number of instances is part of your managed instance group configuration.
Cymbal Superstore's GKE cluster requires an internal http(s) load balancer. You are creating the
configuration files required for this resource. What is the proper setting for this scenario? - Answer-
Annotate your service object with a neg reference.
This is correct because an internal http(s) load balancer can only use NEGs.
What Kubernetes object provides access to logic running in your cluster via endpoints that you define? -
Answer-Service endpoints are defined by pods with labels that match those specified in the service
configuration file. Services then specify how those pods are exposed.
What is the declarative way to initialize and update Kubernetes objects? - Answer-kubectl apply creates
and updates Kubernetes objects in a declarative way from manifest files.