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 64 discussion

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

You recently designed and built a custom neural network that uses critical dependencies specific to your organization’s framework. You need to train the model using a managed training service on Google Cloud. However, the ML framework and related dependencies are not supported by AI Platform Training. Also, both your model and your data are too large to fit in memory on a single machine. Your ML framework of choice uses the scheduler, workers, and servers distribution structure. What should you do?

  • A. Use a built-in model available on AI Platform Training.
  • B. Build your custom container to run jobs on AI Platform Training.
  • C. Build your custom containers to run distributed training jobs on AI Platform Training.
  • D. Reconfigure your code to a ML framework with dependencies that are supported by AI Platform Training.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mil_spyro
Highly Voted 2 years ago
Selected Answer: C
Answer C. By running your machine learning (ML) training job in a custom container, you can use ML frameworks, non-ML dependencies, libraries, and binaries that are not otherwise supported on Vertex AI. Model and your data are too large to fit in memory on a single machine hence distributed training jobs. https://cloud.google.com/vertex-ai/docs/training/containers-overview
upvoted 11 times
...
PhilipKoku
Most Recent 6 months, 1 week ago
Selected Answer: C
C) Distributed training with customer containers
upvoted 1 times
...
MultiCloudIronMan
8 months, 2 weeks ago
Selected Answer: C
This allows using external dependences and distributed training will solve the memory issues
upvoted 3 times
...
Werner123
9 months, 3 weeks ago
Selected Answer: C
Critical dependencies that are not supported -> Custom container Too large to fit in memory on a single machine -> Distributed
upvoted 2 times
...
M25
1 year, 7 months ago
Selected Answer: C
Went with C
upvoted 1 times
...
wish0035
2 years ago
Selected Answer: C
ans: C A, D => too much work. B => discarded because "model and your data are too large to fit in memory on a single machine"
upvoted 1 times
...
ares81
2 years ago
C, for me!
upvoted 1 times
...
JeanEl
2 years ago
Selected Answer: C
I think it's C
upvoted 1 times
...
Vedjha
2 years ago
Will go for 'C'- Custom containers can address the env limitation and distributed processing will handle the data volume
upvoted 1 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 ...