
Answer-first summary for fast verification
Answer: Use BigQuery for its scalability and ability to add columns to a schema. Partition race data based on season.
The correct answer is C: Use BigQuery for its scalability and ability to add columns to a schema. Partition race data based on season. BigQuery is a highly scalable and cost-effective data warehouse that is well-suited for handling large volumes of data and performing complex queries. By partitioning the race data based on season, HRL can efficiently manage and query historical records. BigQuery's flexibility in schema evolution allows adding new columns as data collection requirements grow over time, making it a strong fit for HRL's needs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
The Helicopter Racing League (HRL) is migrating their existing service to a new platform to expand their use of managed AI and ML services for race predictions, and to improve content delivery to emerging regions. HRL's current environment involves storing historical race data and performing video encoding and transcoding in the cloud. HRL aims to keep all historical race records, train predictive models using only the previous season's data, and accommodate future data growth. Considering the need for a cost-effective solution that aligns with HRL's business requirements and the goals expressed by CEO S. Hawke, what should you do?
A
Use Firestore for its scalable and flexible document-based database. Use collections to aggregate race data by season and event.
B
Use Cloud Spanner for its scalability and ability to version schemas with zero downtime. Split race data using season as a primary key.
C
Use BigQuery for its scalability and ability to add columns to a schema. Partition race data based on season.
D
Use Cloud SQL for its ability to automatically manage storage increases and compatibility with MySQL. Use separate database instances for each season.
No comments yet.