
Answer-first summary for fast verification
Answer: Use labels to categorize resources with descriptive key-value pairs, allowing for flexible filtering and monitoring based on team, project phase, or other criteria., Set up a BigQuery sink for Cloud Logging logs to track AI Platform resource usage and create a SQL view in BigQuery to associate users with their resources, enabling detailed usage reports.
Labels provide a scalable and flexible method to organize AI Platform resources without imposing restrictive access controls, making them ideal for large teams. Additionally, integrating a BigQuery sink for Cloud Logging logs enables detailed monitoring and reporting of resource usage, which is crucial for managing large-scale deployments. Combining these approaches (option E) offers the most comprehensive solution, but since the question specifies to choose two options only when E is available, and E is not the correct standalone answer, the correct answers are C and D. For more information, refer to Google Cloud's documentation on resource labels and logging.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a rapidly expanding team of over 50 data scientists utilizing Google Cloud's AI Platform, you are tasked with designing a comprehensive strategy to efficiently organize and manage jobs, models, and versions. The strategy must ensure scalability, ease of management, and maintain security without overly restrictive access controls. Additionally, the solution should facilitate monitoring and reporting of resource usage. Which of the following approaches best meets these requirements? (Choose two options if option E is available)
A
Implement strict IAM permissions on AI Platform notebooks to restrict access to individual users or specific groups, potentially hindering collaboration.
B
Create separate Google Cloud projects for each data scientist to isolate their jobs, models, and versions, which may lead to management overhead and increased costs.
C
Use labels to categorize resources with descriptive key-value pairs, allowing for flexible filtering and monitoring based on team, project phase, or other criteria.
D
Set up a BigQuery sink for Cloud Logging logs to track AI Platform resource usage and create a SQL view in BigQuery to associate users with their resources, enabling detailed usage reports.
E
Combine the use of labels for resource categorization and a BigQuery sink for logging and monitoring, providing both organizational flexibility and detailed usage insights.