Question 247 of 280
Single answerYou work for a delivery company. You need to design a system that stores and manages features such as parcels delivered and truck locations over time. The system must retrieve the features with low latency and feed those features into a model for online prediction. The data science team will retrieve historical data at a specific point in time for model training. You want to store the features with minimal effort. What should you do?
AStore features in Bigtable as key/value data.
✓BStore features in Vertex AI Feature Store.
CStore features as a Vertex AI dataset, and use those features to train the models hosted in Vertex AI endpoints.
DStore features in BigQuery timestamp partitioned tables, and use the BigQuery Storage Read API to serve the features.
✓
Correct Answer: B
Store features in Vertex AI Feature Store.
▥
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.