Easy1 markMultiple Choice
GCP ACE · Question 43 · Domain 5.2: Managing service accounts
What is the primary purpose of a Service Account in Google Cloud?
What is the primary purpose of a Service Account in Google Cloud?
Answer options:
A.
To provide an identity for applications and virtual machines to authenticate and authorize API calls to other GCP services.
B.
To allow human administrators to log into the Cloud Console without a password.
C.
To group multiple user accounts together for easier IAM management.
D.
To act as a billing entity for cross-project resource sharing.
How to approach this question
Identify the type of identity used by machines/code.
Full Answer
A.To provide an identity for applications and virtual machines to authenticate and authorize API calls to other GCP services.✓ Correct
A service account is a special kind of account used by an application or a virtual machine, not a person. Applications use service accounts to make authorized API calls to Google Cloud services.
Common mistakes
Confusing Service Accounts with Google Groups.
Practice the full GCP Associate Cloud Engineer Practice Exam 2
50 questions · hints · full answers · grading
More questions from this exam
Q01Your company is migrating to Google Cloud and needs to establish a resource hierarchy. You have t...EasyQ02You are managing access to a GCP project. You need to grant 15 developers the ability to view Com...MediumQ03You have created a new GCP project using the Cloud Console. You want to deploy a Cloud Function u...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...EasyQ05Your finance team wants to perform complex SQL analysis on your GCP billing data to understand co...Medium
Expert