Easy1 markMultiple Choice
GCP ACE · Question 45 · Domain 5.2: Managing service accounts
What is the primary purpose of a Google Cloud Service Account?
What is the primary purpose of a Google Cloud Service Account?
Answer options:
A.
To allow human administrators to log into the Cloud Console without a password.
B.
To provide an identity for applications and virtual machines to authenticate and authorize API requests.
C.
To group multiple user accounts together for easier IAM management.
D.
To act as a billing entity for external contractors.
How to approach this question
Identify the type of identity designed for machine-to-machine communication.
Full Answer
B.To provide an identity for applications and virtual machines to authenticate and authorize API requests.✓ Correct
To provide an identity for applications and virtual machines to authenticate and authorize API requests.
A service account is a special kind of account used by an application or a virtual machine (VM) instance, not a person. Applications use service accounts to make authorized API calls, authorized as either the service account itself or as Google Workspace or Cloud Identity users through domain-wide delegation.
Common mistakes
Confusing service accounts with Google Groups or user accounts.
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert