
Answer-first summary for fast verification
Answer: Group resources that share common IAM policies by folders.
**B is correct** because projects sharing similar IAM policies can be grouped in a folder, and then the IAM policies can be applied at the folder level. This is the recommended approach in GCP for organizing resources hierarchically and applying consistent IAM policies to multiple resources at once. **A is incorrect** because project naming structures are for identification and organization purposes, not for grouping IAM policies. **C is incorrect** because labels are used for organizing and categorizing resources based on specific attributes, not for managing IAM policies. **D is incorrect** because billing accounts are for managing financial aspects, not IAM policies. For more information, refer to the [Google Cloud documentation on access control folders](https://cloud.google.com/resource-manager/docs/access-control-folders) and [IAM policies](https://cloud.google.com/iam/docs/policies).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Cloud Consultant specializing in Google Cloud environments, you're tasked with setting up billing configurations for a new GCP customer. They require resources sharing common IAM policies to be grouped together. What is the best approach to meet this requirement?
A
Devise a project naming structure to group IAM policies.
B
Group resources that share common IAM policies by folders.
C
Use labels to group resources that share common IAM policies.
D
Devise a billing account structure to group IAM policies.
No comments yet.