Exam Associate-Data-Practitioner Topic 3 Question 78 Discussion
Actual exam question for Google's Associate-Data-Practitioner exam
Question #: 78
Topic #: 3
Question #: 78
Topic #: 3
Your company's ecommerce website collects product reviews from customers. The reviews are loaded as CSV files daily to a Cloud Storage bucket. The reviews are in multiple languages and need to be translated to Spanish. You need to configure a pipeline that is serverless, efficient, and requires minimal maintenance.
What should you do?
What should you do?
Suggested Answer: D Vote an answer
Loading the data into BigQuery using aCloud Run functionand creating aBigQuery remote functionthat invokes theCloud Translation APIis a serverless and efficient approach. With this setup, you can use ascheduled queryin BigQuery to invoke the remote function and translate new product reviews on a regular basis. This solution requires minimal maintenance, as BigQuery handles storage and querying, and the Cloud Translation API provides accurate translations without the need for custom ML model development.
by cibles_chaudree.4o at Aug 19, 2025, 05:03 AM
0
0
0
10
Comments
cibles_chaudree.4o
2025-08-19 05:04:22Upvoting 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.
Report Comment
Commenting
You can sign-up / login (it's free).