Easy1 markMultiple Choice
GCP ACE · Question 45 · Domain 5.2: Managing service accounts
When you enable the Compute Engine API in a new project, a default service account is automatically created.
What is the standard email address format for the default Compute Engine service account?
When you enable the Compute Engine API in a new project, a default service account is automatically created.
What is the standard email address format for the default Compute Engine service account?
Answer options:
A.
[PROJECT_NUMBER]-compute@developer.gserviceaccount.com
B.
[PROJECT_ID]@appspot.gserviceaccount.com
C.
compute@[PROJECT_ID].iam.gserviceaccount.com
D.
default@[PROJECT_ID].google.com
How to approach this question
Memorize the specific naming conventions for GCP's default service accounts.
Full Answer
A.`[PROJECT_NUMBER]-compute@developer.gserviceaccount.com`✓ Correct
When the Compute Engine API is enabled, GCP automatically creates a default service account. Its email address format is always `[PROJECT_NUMBER]-compute@developer.gserviceaccount.com`. By default, this account is granted the Editor role on the project (though best practice is to change this).
Common mistakes
Confusing the Compute Engine default SA with the App Engine default SA (`@appspot.gserviceaccount.com`), or thinking it uses the Project ID instead of the Project Number.
Practice the full GCP Associate Cloud Engineer Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01You are starting a new initiative and need to create a new Google Cloud project using the command...EasyQ02A developer on your team needs to manage App Engine applications, including deploying new version...MediumQ03You have created a new Google Cloud project. You need to allow a specific group of developers to ...MediumQ04Which statement best describes the relationship between Google Cloud projects and billing accounts?EasyQ05Your company wants to be notified immediately in their Slack channel whenever their monthly Googl...Medium
Expert