☎  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 135 of 280

Single answer
You work for the AI team of an automobile company, and you are developing a visual defect detection model using TensorFlow and Keras. To improve your model performance, you want to incorporate some image augmentation functions such as translation, cropping, and contrast tweaking. You randomly apply these functions to each training batch. You want to optimize your data processing pipeline for run time and compute resources utilization. What should you do?
AEmbed the augmentation functions dynamically in the tf.Data pipeline.
BEmbed the augmentation functions dynamically as part of Keras generators.
CUse Dataflow to create all possible augmentations, and store them as TFRecords.
DUse Dataflow to create the augmentations dynamically per training run, and stage them as TFRecords.
Correct Answer: A

Embed the augmentation functions dynamically in the tf.Data pipeline.

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.