Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpsecurity › Which of these is a PREDEFINED IAM role in Googl…

Which of these is a PREDEFINED IAM role in Google Cloud?

AAny IP address inside the VPC CIDR
BA random hex string assigned at project creation
C`bucket-name/Standard/objects/*`
D`roles/storage.objectViewer`
Answer & Solution
Correct answer: D. `roles/storage.objectViewer`
Predefined roles use the `roles/<service>.<role>` convention (e.g. `roles/storage.objectViewer`, `roles/compute.instanceAdmin.v1`). The other items are storage paths, identifiers, or IP ranges — not role names.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions