Easy1 markMultiple Choice
GCP ACE · Question 45 · 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 act as a backup administrator account in case the primary owner gets locked out.
B.
To provide an identity for applications and virtual machines to authenticate and access GCP APIs.
C.
To group multiple human users together for easier IAM management.
D.
To manage billing and invoicing for a GCP project.
How to approach this question
Understand the definition and use case of a Service Account.
Full Answer
B.To provide an identity for applications and virtual machines to authenticate and access GCP APIs.✓ Correct
To provide an identity for applications and virtual machines to authenticate and access GCP APIs.
A service account is a special kind of account used by an application or compute workload (like a VM or Cloud Function), rather than a person. Applications use service accounts to make authorized API calls to other Google Cloud services.
Common mistakes
Confusing Service Accounts with Google Groups or human admin accounts.
Practice the full GCP Associate Cloud Engineer Practice Exam 4
50 questions · hints · full answers · grading
More questions from this exam
Q01You have recently joined a new team and need to set up a new Google Cloud project for a developme...EasyQ02Your company uses Google Workspace. You need to grant a new developer, Alice, the ability to view...MediumQ03You have created a new GCP project and want to deploy a Compute Engine instance. However, when yo...MediumQ04Your startup has a strict monthly cloud budget of $500. You want to be notified via email when yo...EasyQ05Your finance team wants to analyze Google Cloud costs using standard SQL and build custom dashboa...Medium
Expert