
Answer-first summary for fast verification
Answer: Use labels to organize resources into descriptive categories. Apply a label to each created resource so that users can filter the results by label when viewing or monitoring the resources.
The correct answer is C. Using labels to organize resources into descriptive categories is a scalable and efficient strategy. Applying labels to each resource allows users to filter and view resources effectively when managing a large team. This approach is endorsed by Google Cloud documentation and is intended to streamline resource management without creating silos, unlike restrictive IAM permissions which are less flexible and can hinder collaboration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are part of a large team with over 50 data scientists, all utilizing Google's AI Platform for their projects. Your task is to design an effective and scalable strategy to organize the team's jobs, models, and versions. Considering the need for clean organization and future scalability, which strategy should you choose?
A
Set up restrictive IAM permissions on the AI Platform notebooks so that only a single user or group can access a given instance.
B
Separate each data scientist's work into a different project to ensure that the jobs, models, and versions created by each data scientist are accessible only to that user.
C
Use labels to organize resources into descriptive categories. Apply a label to each created resource so that users can filter the results by label when viewing or monitoring the resources.
D
Set up a BigQuery sink for Cloud Logging logs that is appropriately filtered to capture information about AI Platform resource usage. In BigQuery, create a SQL view that maps users to the resources they are using.
No comments yet.