GoogleGoogle
PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #16
PROFESSIONAL-MACHINE-LEARNING-ENGINEER Question #16: Real Exam Question with Answer & Explanation
Sign in or unlock PROFESSIONAL-MACHINE-LEARNING-ENGINEER to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.
Submitted by dimitri_ru· Apr 18, 2026Data processing and feature engineering
Question
You are training a TensorFlow model on a structured dataset with 100 billion records stored in several CSV files. You need to improve the input/output execution performance. What should you do?
Options
- ALoad the data into BigQuery, and read the data from BigQuery.
- BLoad the data into Cloud Bigtable, and read the data from Bigtable.
- CConvert the CSV files into shards of TFRecords, and store the data in Cloud Storage.
- DConvert the CSV files into shards of TFRecords, and store the data in the Hadoop Distributed File
Unlock PROFESSIONAL-MACHINE-LEARNING-ENGINEER to see the answer
You've previewed enough free PROFESSIONAL-MACHINE-LEARNING-ENGINEER questions. Unlock PROFESSIONAL-MACHINE-LEARNING-ENGINEER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#TFRecords#Data input pipeline#Cloud Storage#Performance optimization