Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Machine Learning Engineer All Questions

View all questions & answers for the Professional Machine Learning Engineer exam

Exam Professional Machine Learning Engineer topic 1 question 51 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 51
Topic #: 1
[All Professional Machine Learning Engineer Questions]

You work on a growing team of more than 50 data scientists who all use AI Platform. You are designing a strategy to organize your jobs, models, and versions in a clean and scalable way. 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
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
chohan
Highly Voted 3 years, 5 months ago
I think should be C, As IAM roles are given to the entire AI Notebook resource, not to a specific instance.
upvoted 14 times
...
celia20200410
Highly Voted 3 years, 4 months ago
ans: c https://cloud.google.com/ai-platform/prediction/docs/resource-labels#overview_of_labels You can add labels to your AI Platform Prediction jobs, models, and model versions, then use those labels to organize resources into categories when viewing or monitoring the resources. For example, you can label jobs by team (such as engineering or research) and development phase (prod or test), then filter the jobs based on the team and phase. Labels are also available on operations, but these labels are derived from the resource to which the operation applies. You cannot add or update labels on an operation. A label is a key-value pair, where both the key and the value are custom strings that you supp
upvoted 10 times
vivid_cucumber
3 years ago
I read through this page: https://cloud.google.com/ai-platform/prediction/docs/sharing-models. This one sounds more like A. Is isn't that correct? I am not quite sure.
upvoted 1 times
vivid_cucumber
3 years ago
or maybe A is not correct because "sharing models using IAM" only applies to "manage access to resource" but this question is more like asking to "organize jobs, models, and versions". not sure if my understanding is right or not.
upvoted 1 times
...
...
...
furix
Most Recent 2 months, 2 weeks ago
B. Setting up different resources in separate projects can help separate the use of resources. From the official guide book
upvoted 1 times
desertlotus1211
3 weeks, 5 days ago
Creating separate projects for each data scientist would lead to significant overhead in managing resources and permissions across numerous projects, making it harder to scale and collaborate.
upvoted 1 times
...
desertlotus1211
3 weeks, 5 days ago
I thought the same, but... se my answer below
upvoted 1 times
...
...
PhilipKoku
5 months, 2 weeks ago
Selected Answer: C
C) labels
upvoted 1 times
...
Sum_Sum
1 year ago
C Although there are some questions where setting up a logging sink to BQ is the answer.
upvoted 1 times
...
M25
1 year, 6 months ago
Selected Answer: C
Went with C
upvoted 1 times
...
BenMS
1 year, 9 months ago
Selected Answer: C
Restricting access is not scalable and creates silos - better to document sharable resources through tagging, hence C.
upvoted 1 times
...
hiromi
1 year, 11 months ago
Selected Answer: C
C Resource tagging/labeling is the best way to manage ML resources for medium/big data science teams.
upvoted 1 times
...
ggorzki
2 years, 10 months ago
Selected Answer: C
https://cloud.google.com/ai-platform/prediction/docs/resource-labels#overview_of_labels (A) applies only to notebooks wich is not enough
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...