
Ultimate access to all questions.
You work for a leading delivery company that handles thousands of deliveries per day. You need to design a system that efficiently stores and manages real-time and historical data features such as parcels delivered and truck locations over time. This system must be capable of retrieving these features with low latency to feed them into a model for online prediction. Additionally, the data science team should be able to easily retrieve historical data at specific points in time for model training purposes. Given these requirements, you also want to ensure that setting up and maintaining this system requires minimal effort on your part. What should you do?
A
Store features in Bigtable as key/value data.
B
Store features in Vertex AI Feature Store.
C
Store features as a Vertex AI dataset, and use those features to train the models hosted in Vertex AI endpoints.
D
Store features in BigQuery timestamp partitioned tables, and use the BigQuery Storage Read API to serve the features.