0
0
GCPcloud~20 mins

Projects as organizational units in GCP - Practice Problems & Coding Challenges

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

Which statement best describes the role of a Project in Google Cloud Platform's organizational structure?

AA Project is a top-level container that can hold multiple organizations.
BA Project is an organizational unit that groups resources and belongs to an organization or no organization.
CA Project is a user account that manages billing and permissions across organizations.
DA Project is a billing account that controls access to multiple organizations.
Attempts:
2 left
💡 Hint

Think about where projects fit in the hierarchy between organizations and resources.

Architecture
intermediate
2:00remaining
Project Placement in GCP Hierarchy

You have an Organization in GCP and want to create a new Project for a team. Where should this Project be placed to follow best practices?

AUnder the Billing Account node.
BDirectly under the Organization node as a child.
CUnder a Folder that groups multiple related Projects.
DAs a sibling to the Organization node.
Attempts:
2 left
💡 Hint

Consider how folders help organize projects within an organization.

security
advanced
2:00remaining
IAM Permissions Scope in Projects

Which statement correctly describes how IAM permissions apply within a GCP Project?

AIAM permissions granted at the Project level apply only to resources created after the permission is granted.
BIAM permissions granted at the Project level automatically apply to all Projects in the Organization.
CIAM permissions cannot be set at the Project level; they must be set on individual resources only.
DIAM permissions granted at the Project level apply to all resources within that Project, including existing and future resources.
Attempts:
2 left
💡 Hint

Think about inheritance of permissions within a project.

Best Practice
advanced
2:00remaining
Billing Account Association with Projects

What is the best practice for associating billing accounts with Projects in GCP?

AAssociate Projects with billing accounts as needed; multiple Projects can share one billing account for consolidated billing.
BAssociate each Project with its own billing account to isolate costs completely.
CAssociate one billing account per Organization and share it with all Projects automatically.
DBilling accounts are not linked to Projects; billing is managed at the user level.
Attempts:
2 left
💡 Hint

Consider how billing accounts and projects relate for cost management.

service_behavior
expert
2:00remaining
Impact of Deleting a Project in GCP

What happens to the resources and services within a GCP Project when the Project is deleted?

AThe Project and its resources enter a 30-day soft-delete period during which recovery is possible before permanent deletion.
BOnly the Project metadata is deleted; resources continue running and billing persists.
CAll resources are immediately deleted and cannot be recovered.
DResources are transferred automatically to the Organization's default Project.
Attempts:
2 left
💡 Hint

Think about Google's safety measures for accidental deletions.