Valid Associate-Data-Practitioner Dumps shared by ExamDiscuss.com for Helping Passing Associate-Data-Practitioner Exam! ExamDiscuss.com now offer the newest Associate-Data-Practitioner exam dumps, the ExamDiscuss.com Associate-Data-Practitioner exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Associate-Data-Practitioner dumps with Test Engine here:
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?
Correct Answer: D
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.