Free Google Associate Cloud Engineer Exam Braindumps (page: 3)

Page 2 of 74

You are using multiple configurations for gcloud. You want to review the configured Kubernetes Engine cluster of an inactive configuration using the fewest possible steps.
What should you do?

  1. Use gcloud config configurations describe to review the output.
  2. Use gcloud config configurations activate and gcloud config list to review the output.
  3. Use kubectl config get-contexts to review the output.
  4. Use kubectl config use-context and kubectl config view to review the output.

Answer(s): D


Reference:

https://medium.com/google-cloud/kubernetes-engine-kubectl-config-b6270d2b656c kubectl config view -o jsonpath='{.users[].name}' # display the first user kubectl config view -o jsonpath='{.users[*].name}' # get a list of users kubectl config get-contexts # display list of contexts kubectl config current-context # display the current-context kubectl config use-context my-cluster-name # set the default context to my-cluster-name https://kubernetes.io/docs/reference/kubectl/cheatsheet/



Your company uses Cloud Storage to store application backup files for disaster recovery purposes. You want to follow Google's recommended practices.
Which storage option should you use?

  1. Multi-Regional Storage
  2. Regional Storage
  3. Nearline Storage
  4. Coldline Storage

Answer(s): D


Reference:

https://cloud.google.com/storage/docs/storage-classes#nearline https://cloud.google.com/blog/products/gcp/introducing-coldline-and-a-unified-platform-for-data- storage

Cloud Storage Coldline: a low-latency storage class for long-term archiving Coldline is a new Cloud Storage class designed for long-term archival and disaster recovery. Coldline is perfect for the archival needs of big data or multimedia content, allowing businesses to archive years of data. Coldline provides fast and instant (millisecond) access to data and changes the way that companies think about storing and accessing their cold data.



Several employees at your company have been creating projects with Cloud Platform and paying for it with their personal credit cards, which the company reimburses. The company wants to centralize all these projects under a single, new billing account.
What should you do?

  1. Contact cloud-billing@google.com with your bank account details and request a corporate billing account for your company.
  2. Create a ticket with Google Support and wait for their call to share your credit card details over the phone.
  3. In the Google Platform Console, go to the Resource Manage and move all projects to the root Organization.
  4. In the Google Cloud Platform Console, create a new billing account and set up a payment method.

Answer(s): D

Explanation:

(https://cloud.google.com/resource-manager/docs/project-migration#change_billing_account)

https://cloud.google.com/billing/docs/concepts https://cloud.google.com/resource-manager/docs/project-migration



You have an application that looks for its licensing server on the IP 10.0.3.21. You need to deploy the licensing server on Compute Engine. You do not want to change the configuration of the application and want the application to be able to reach the licensing server.
What should you do?

  1. Reserve the IP 10.0.3.21 as a static internal IP address using gcloud and assign it to the licensing server.
  2. Reserve the IP 10.0.3.21 as a static public IP address using gcloud and assign it to the licensing server.
  3. Use the IP 10.0.3.21 as a custom ephemeral IP address and assign it to the licensing server.
  4. Start the licensing server with an automatic ephemeral IP address, and then promote it to a static internal IP address.

Answer(s): A

Explanation:

IP 10.0.3.21 is internal by default, and to ensure that it will be static non-changing it should be selected as static internal ip address.






Post your Comments and Discuss Google Google Associate Cloud Engineer exam with other Community members:

Google Associate Cloud Engineer Discussions & Posts