
Answer-first summary for fast verification
Answer: Use gsutil for the migration; Pub/Sub and Dataflow for real-time updates
The gsutil tool is recommended for small- to medium-sized transfers (less than 1 TB) over a typical enterprise-scale network, from a private data center to Google Cloud. It is suitable when there is enough bandwidth to meet your project deadline for less than 1 TB of data. Storage Transfer Service is designed for much larger volumes of data migration. Cloud Data Fusion and Dataproc are not ideal for real-time updates, and BigQuery Data Transfer Service does not support all on-prem sources. For real-time updates, combining gsutil with Pub/Sub and Dataflow is effective. [Learn more](https://cloud.google.com/architecture/migration-to-google-cloud-transferring-your-large-datasets#gsutil_for_smaller_transfers_of_on-premises_data)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What tools would you recommend for migrating a data warehouse to Google Cloud and ensuring real-time updates from transactional systems, given that the files are not large in number but each is 90 GB in size?
A
Use gsutil for both the migration and real-time updates
B
Use Storage Transfer Service for the migration; Pub/Sub and Cloud Data Fusion for real-time updates
C
Use BigQuery Data Transfer Service for the migration; Pub/Sub and Dataproc for real-time updates
D
Use gsutil for the migration; Pub/Sub and Dataflow for real-time updates