0
0
GCPcloud~20 mins

Why resource hierarchy matters in GCP - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Resource Hierarchy Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Resource Hierarchy Impact on Permissions

In Google Cloud, resources are organized in a hierarchy: Organization > Folder > Project > Resources. If you assign a role at the Folder level, what happens to the permissions on projects inside that folder?

APermissions assigned at the Folder level only apply to the folder itself, not to projects inside it.
BPermissions assigned at the Folder level override any permissions set at the Organization level.
CPermissions assigned at the Folder level apply only to projects created after the assignment, not existing projects.
DPermissions assigned at the Folder level automatically apply to all projects and resources inside that folder.
Attempts:
2 left
💡 Hint

Think about how inheritance works in a family tree.

Architecture
intermediate
2:00remaining
Choosing Resource Hierarchy for Billing and Access Control

You want to separate billing and access control for two departments in your company using Google Cloud. Which resource hierarchy setup best supports this goal?

ACreate one Organization, then create two Folders—one for each department—and place projects under each folder accordingly.
BCreate separate Organizations for each department and place projects directly under each Organization.
CCreate all projects directly under the Organization without folders and use labels to separate departments.
DCreate one Folder for all projects and assign billing accounts per project.
Attempts:
2 left
💡 Hint

Think about grouping projects logically for billing and access.

security
advanced
2:00remaining
Effect of Removing a Folder on Resource Access

If you delete a Folder in Google Cloud that contains several projects, what happens to the access permissions and resources inside those projects?

AThe projects move up one level to the Organization, and their access permissions remain intact or inherited from the Organization.
BThe projects inside the folder are deleted along with the folder, and all access permissions are removed.
CThe projects become orphaned with no access permissions until manually reassigned.
DThe projects remain inside the folder but lose all inherited permissions from the folder.
Attempts:
2 left
💡 Hint

Consider what happens to children when their parent is removed in a hierarchy.

service_behavior
advanced
2:00remaining
Impact of Resource Hierarchy on Service Quotas

How does Google Cloud apply service quotas when resources are organized in a hierarchy?

AService quotas are applied at the Organization level and automatically divided among projects.
BService quotas are applied only at the project level, regardless of hierarchy.
CService quotas are applied individually to each resource, ignoring project or folder grouping.
DService quotas can be shared and aggregated across projects within the same folder.
Attempts:
2 left
💡 Hint

Think about how limits are usually set per isolated unit.

Best Practice
expert
2:00remaining
Best Practice for Organizing Resources to Minimize Risk

You want to design a Google Cloud resource hierarchy that minimizes the risk of accidental permission changes affecting critical projects. Which approach is best?

APlace all projects in one folder and assign permissions at the project level only.
BAssign all permissions at the Organization level to simplify management, without using folders.
CPlace critical projects in a separate folder with strict permissions, and assign broader permissions only at the Organization level.
DUse folders for non-critical projects and place critical projects directly under the Organization with no folders.
Attempts:
2 left
💡 Hint

Think about isolating sensitive resources to control access tightly.