nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #274

You are developing a custom TensorFlow classification model based on tabular data. Your raw data is stored in BigQuery. contains hundreds of millions of rows, and includes both categorical and numeric

Sign in or unlock PROFESSIONAL-MACHINE-LEARNING-ENGINEER to reveal the answer and full explanation for question #274. The question stem and answer options stay visible for context.

Submitted by kevin_r· Apr 18, 2026Data processing and feature engineering

Question

You are developing a custom TensorFlow classification model based on tabular data. Your raw data is stored in BigQuery. contains hundreds of millions of rows, and includes both categorical and numerical features. You need to use a MaxMin scaler on some numerical features, and apply a one-hot encoding to some categorical features such as SKU names. Your model will be trained over multiple epochs. You want to minimize the effort and cost of your solution. What should you do?

Options

  • A
    1. Write a SQL query to create a separate lookup table to scale the numerical features.
  • B
    1. Use BigQuery to scale the numerical features.
  • C
    1. Use TFX components with Dataflow to encode the text features and scale the numerical
  • D
    1. Write a SQL query to create a separate lookup table to scale the numerical features.

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

#Feature Engineering#Data Preprocessing#TensorFlow Extended (TFX)#Google Cloud Dataflow
Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice