Question 107 of 307
Single answerYou are designing storage for 20 TB of text files as part of deploying a data pipeline on Google Cloud. Your input data is in CSV format. You want to minimize the cost of querying aggregate values for multiple users who will query the data in Cloud Storage with multiple engines. Which storage service and schema design should you use?
AUse Cloud Bigtable for storage. Install the HBase shell on a Compute Engine instance to query the Cloud Bigtable data.
BUse Cloud Bigtable for storage. Link as permanent tables in BigQuery for query.
✓CUse Cloud Storage for storage. Link as permanent tables in BigQuery for query.
DUse Cloud Storage for storage. Link as temporary tables in BigQuery for query.
✓
Correct Answer: C
Use Cloud Storage for storage. Link as permanent tables in BigQuery for query.
▥
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.