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 our comprehensive quiz. Engage with interactive flashcards and multiple choice questions that offer hints and detailed explanations to solidify your understanding. Get ready to excel!

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 purpose of this command: `gcloud iam service-accounts create...`

  1. It lists all service accounts

  2. It deletes a service account

  3. It updates a service account

  4. It creates a new service account

The correct answer is: It creates a new service account

This command is used to create a new service account in Google Cloud Platform. The other options are incorrect because - A: This command does not list service accounts, it creates a new one. - B: To delete a service account, a different command is used. - C: Similarly, updating a service account would require a different command.