
Answer-first summary for fast verification
Answer: Assign the development team group the Project Owner role on the Shopping folder, and remove the development team group Project Owner role from the Organization.
The correct answer is C because it addresses the core issue of permission inheritance in Google Cloud's resource hierarchy. Since the development team has the Project Owner role at the organization level, this permission is inherited by all child resources (including the Finance folder). Simply assigning a more restrictive role (like Project Viewer) at the folder level (options A and B) does not override the inherited Project Owner permissions due to the union of permissions from all levels. Option D fails to remove the inherited Project Owner role from the organization, so the team would still have creation rights in the Finance folder. Option C correctly removes the Project Owner role from the organization level and assigns it only to the Shopping folder, adhering to the principle of least privilege and ensuring the team cannot create resources in the Finance folder. The community discussion strongly supports C, with high upvotes and reasoning that emphasizes the need to remove the organization-level role to prevent inheritance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company uses Google Cloud with two folders (Finance and Shopping) under the organization. A Google Group containing the development team has the Project Owner role assigned at the organization level. You need to prevent the development team from creating resources in any projects within the Finance folder. What should you do?
A
Assign the development team group the Project Viewer role on the Finance folder, and assign the development team group the Project Owner role on the Shopping folder.
B
Assign the development team group only the Project Viewer role on the Finance folder.
C
Assign the development team group the Project Owner role on the Shopping folder, and remove the development team group Project Owner role from the Organization.
D
Assign the development team group only the Project Owner role on the Shopping folder.