0
0
GCPcloud~20 mins

Folders for grouping projects in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Folder Mastery in GCP
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Purpose of Folders in GCP Resource Hierarchy

What is the main purpose of using folders in Google Cloud Platform's resource hierarchy?

ATo store data files for projects
BTo replace projects as the main billing unit
CTo host virtual machines directly
DTo group projects for applying common policies and permissions
Attempts:
2 left
💡 Hint

Think about how folders help organize and manage multiple projects.

Architecture
intermediate
2:00remaining
Correct Folder Structure for Multiple Departments

You have three departments: Sales, Engineering, and Marketing. Each has multiple projects. Which folder structure best supports applying department-specific policies?

ACreate one folder per department and place their projects inside
BPlace all projects directly under the organization without folders
CCreate one folder for all projects regardless of department
DCreate folders for each project individually
Attempts:
2 left
💡 Hint

Consider how to apply policies easily to all projects in a department.

security
advanced
2:00remaining
Applying IAM Policies at Folder Level

If you assign an IAM role to a folder, what happens to the projects inside that folder?

AThe IAM role is inherited by all projects inside the folder
BThe IAM role applies only to the folder and not to projects
CThe IAM role overrides all project-level roles
DThe IAM role applies only to new projects created after assignment
Attempts:
2 left
💡 Hint

Think about how permissions flow down in GCP resource hierarchy.

service_behavior
advanced
2:00remaining
Effect of Deleting a Folder on Projects

What happens to projects inside a folder if the folder is deleted in GCP?

AProjects become inaccessible until reassigned
BProjects are deleted along with the folder
CProjects move up one level to the organization
DProjects are archived automatically
Attempts:
2 left
💡 Hint

Consider how GCP handles resource hierarchy changes.

Best Practice
expert
3:00remaining
Designing Folder Structure for Billing and Access Control

You want to separate billing and access control for multiple teams working on different projects. Which folder design best supports this?

ACreate one folder for all projects and assign billing accounts at folder level
BCreate folders per team and link billing accounts to projects inside those folders
CAssign billing accounts directly to folders without projects
DDo not use folders; assign billing and access at project level only
Attempts:
2 left
💡 Hint

Think about how folders help organize projects for both billing and access control.