Recall & Review
beginner
What is a 'user' in Google Cloud Platform (GCP)?
A user is an individual person who has a Google account and can access GCP resources with permissions assigned to their account.
Click to reveal answer
beginner
What is a 'group' in GCP IAM?
A group is a collection of users managed together. Assigning permissions to a group applies those permissions to all users in that group.
Click to reveal answer
beginner
What is a 'service account' in GCP?
A service account is a special account used by applications or virtual machines to access GCP resources securely without user intervention.
Click to reveal answer
intermediate
Why use groups instead of assigning permissions to individual users?
Groups simplify management by letting you assign permissions once to many users, making it easier to add or remove users without changing permissions repeatedly.
Click to reveal answer
intermediate
How do service accounts improve security in GCP?
Service accounts allow applications to have their own identity with limited permissions, reducing risk by not using user credentials and enabling fine-grained access control.
Click to reveal answer
Which member type in GCP is best for an application to access resources securely?
✗ Incorrect
Service accounts are designed for applications or virtual machines to access resources securely without using user credentials.
What happens when you assign a role to a group in GCP IAM?
✗ Incorrect
Assigning a role to a group grants those permissions to every user who is a member of that group.
Which of these is NOT a valid member type in GCP IAM?
✗ Incorrect
Virtual machines are resources, not member types. Members are users, groups, service accounts, or domains.
Why should you avoid using user accounts for automated tasks in GCP?
✗ Incorrect
Using service accounts for automation is safer because user credentials can be compromised and are not designed for automated access.
What is the main benefit of using groups in GCP IAM?
✗ Incorrect
Groups help manage permissions efficiently by assigning roles to many users at once.
Explain the differences between users, groups, and service accounts in GCP IAM.
Think about who or what needs access and how they are managed.
You got /3 concepts.
Describe why service accounts are important for security in GCP.
Consider automated tasks and how they should access resources safely.
You got /3 concepts.