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 type of account is used for authenticating between different services in Google Cloud?

  1. Service Accounts

  2. Pub/Sub

  3. Stackdriver

  4. Compute Engine - Use COS to run a single container per instance

The correct answer is: Service Accounts

Service Accounts are used for authenticating between different services in Google Cloud. Service accounts are like special users that are created for different services to communicate with one another. Pub/Sub is a messaging service designed for asynchronous communication between services. Stackdriver is a monitoring service used for identifying, tracking, and reporting on cloud resources. Compute Engine, or virtual machine instances, can use Container-Optimized OS (COS) to run containers, but this is not specific to authentication between services. Therefore, A (Service Accounts) is the most appropriate and specific answer.