Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam with flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is the command used to copy files to and from Cloud Storage in Google Cloud Platform?

  1. `kubectl create secret`

  2. `kubectl get deployments`

  3. `gsutil cp`

  4. Deployment manager

The correct answer is: `gsutil cp`

The other options are incorrect because A: `kubectl create secret` is used to create a secret object in Kubernetes, which is a different service than Cloud Storage. This command is not relevant for copying files to and from Cloud Storage. B: `kubectl get deployments` is used to view existing deployments in Kubernetes, which is not the service used for Cloud Storage. This command is not relevant for copying files to and from Cloud Storage. D: Deployment manager is a service used for managing and automating infrastructure on Google Cloud Platform, it does not directly handle file transfers to and from Cloud Storage. This option is not relevant for the given question.