
Answer-first summary for fast verification
Answer: Cloud Storage
Given the specialized format and the large size of the FASTQ data, object storage is the most appropriate choice, making Cloud Storage the best option. Cloud Firestore is more suited for document storage, like JSON structures, while BigQuery and Bigtable are not designed for storing large objects. For more details, refer to [Google Cloud's blog on storage options](https://cloud.google.com/blog/topics/developers-practitioners/map-storage-options-google-cloud).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Researchers in epidemiology and infectious diseases are gathering data on the genomic sequences of various pathogens. This data, stored in a bioinformatics-specific format known as FASTQ, currently amounts to tens of gigabytes and is expected to grow to several terabytes. The data processing will be handled by Cloud Dataflow, with results being stored in BigQuery. Which storage option is most suitable for the FASTQ data?
A
Bigtable
B
Cloud Firestore
C
BigQuery
D
Cloud Storage
No comments yet.