Practice free →
HomeGCP ML Engineercloudcomputingmleops › Which TFX component should an ML Engineer use to…

Which TFX component should an ML Engineer use to VALIDATE that training data matches expected schema + statistics — catching data drift before training begins?

ATFX ExampleValidator (using StatisticsGen + SchemaGen)
BCloud DNS
CCloud Memorystore
DManually eyeballing a sample in a Google Sheet
Answer & Solution
Correct answer: A. TFX ExampleValidator (using StatisticsGen + SchemaGen)
TFX ExampleValidator + StatisticsGen + SchemaGen catch data drift (per PMLE §5.1 data validation). The other options aren't validation.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions