Question 246 of 315
Single answerFor this question, refer to the Helicopter Racing League (HRL) case study. HRL is looking for a cost-effective approach for storing their race data such as telemetry. They want to keep all historical records, train models using only the previous season's data, and plan for data growth in terms of volume and information collected. You need to propose a data solution. Considering HRL business requirements and the goals expressed by CEO S.
Hawke, what should you do?
Hawke, what should you do?
AUse Firestore for its scalable and flexible document-based database. Use collections to aggregate race data by season and event.
BUse Cloud Spanner for its scalability and ability to version schemas with zero downtime. Split race data using season as a primary key.
✓CUse BigQuery for its scalability and ability to add columns to a schema. Partition race data based on season.
DUse Cloud SQL for its ability to automatically manage storage increases and compatibility with MySQL. Use separate database instances for each season.
✓
Correct Answer: C
Use BigQuery for its scalability and ability to add columns to a schema. Partition race data based on season.
▥
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.