Google Professional Data Engineer Question 241
Select 3Google Cloud PlatformA retail company is migrating its data workloads to Google Cloud. They need to organize their workloads based on business requirements to ensure cost efficiency, data security, and performance optimization. The company has multiple teams, such as marketing, finance, and operations, each with distinct data needs. Which strategies should they adopt to effectively organize their workloads?
- A
Use separate Google Cloud projects for each team to isolate resources and manage permissions independently.
- B
Place all workloads in a single Google Cloud project to simplify management and billing.
- C
Utilize resource labels to categorize resources by team and workload for better tracking and reporting.
- D
Configure IAM roles at the organizational level to ensure all teams have equal access to all resources.
- E
Leverage folder hierarchies in the Resource Manager to group projects by business unit or function.
Show answer and explanation
Correct answers: A, C, E
Explanation
To effectively organize workloads based on business requirements, it is crucial to isolate resources by using separate projects, categorize resources with labels for tracking and reporting, and leverage folder hierarchies to structure projects by business unit or function. These practices ensure better cost control, security, and operational efficiency while aligning with the company’s organizational structure.
- A. Correct.
Using separate Google Cloud projects for each team is a best practice to isolate resources, manage permissions, and control costs on a per-team basis.
- B. Incorrect.
Placing all workloads in a single project is not recommended for this use case, as it complicates resource isolation, permissions management, and cost tracking.
- C. Correct.
Resource labels are an effective way to categorize and track resources by team or workload, enabling better reporting and cost allocation.
- D. Incorrect.
Configuring IAM roles at the organizational level with equal access for all teams is not aligned with the principle of least privilege, which is essential for security and compliance.
- E. Correct.
Folder hierarchies in Resource Manager allow you to logically group projects, making it easier to manage resources and apply policies at a granular level.