☎  076 959 6407✉  support@quizcrazepro.co.za
Learn. Practice. Build your future.
BlogHelpContact
G

Google Professional Machine Learning Engineer

280 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 82 of 280

Single answer
You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to increase the efficiency of your pipeline?
APreprocess the input CSV file into a TFRecord file.
BRandomly select a 10 gigabyte subset of the data to train your model.
CSplit into multiple CSV files and use a parallel interleave transformation.
DSet the reshuffle_each_iteration parameter to true in the tf.data.Dataset.shuffle method.
Correct Answer: C

Split into multiple CSV files and use a parallel interleave transformation.

Explanation

The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.

About this practice exam

Review 280 Google questions with answers and explanations. Use the navigation to move through the exam at your own pace.