Google Cloud Professional Machine Learning Engineer — Question 248

You work for an international manufacturing organization that ships scientific products all over the world. Instruction manuals for these products need to be translated to 15 different languages. Your organization’s leadership team wants to start using machine learning to reduce the cost of manual human translations and increase translation speed. You need to implement a scalable solution that maximizes accuracy and minimizes operational overhead. You also want to include a process to evaluate and fix incorrect translations. What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because it directly utilizes AutoML Translation to create a trained model specifically for the task, ensuring accuracy while allowing for human oversight to correct errors. Option A involves using Cloud Functions which may add complexity without addressing scalability as effectively. Option B focuses on a Vertex AI pipeline which might be more complex than necessary for this requirement, and option D, while valid, may require more resources and is less focused on the specific translation task than using AutoML Translation.