Practice free →
HomeGCP ML Engineercloudcomputingmleprototyping › Which Vertex AI feature stores precomputed featu…

Which Vertex AI feature stores precomputed features in a centralised online + offline store — so training + serving consume the SAME feature definitions, eliminating training-serving skew?

AVertex AI Feature Store
BManually computing features at train time and again at serve time
CCloud Memorystore
DCloud DNS
Answer & Solution
Correct answer: A. Vertex AI Feature Store
Feature Store gives a single feature catalog for train + serve (per PMLE §2.1). Manual duplication causes skew; the others aren't feature stores.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions