nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #323

You are planning to migrate your on-premises data to Google Cloud. The data includes: - 200 TB of video files in SAN storage - Data warehouse data stored on Amazon Redshift - 20 GB of PNG files…

The correct answer is B. Use Transfer Appliance for the videos, BigQuery Data Transfer Service for the data warehouse. Transfer Appliance for Video Files: Given the large size of the video files (200 TB) in SAN storage, using Google's Transfer Appliance is a practical solution. Transfer Appliance is a hardware solution provided by Google for transferring large amounts of data. It is well-suited…

Submitted by amina.ke· Mar 30, 2026Deploying and implementing a cloud solution

Question

You are planning to migrate your on-premises data to Google Cloud. The data includes: - 200 TB of video files in SAN storage - Data warehouse data stored on Amazon Redshift - 20 GB of PNG files stored on an S3 bucket You need to load the video files into a Cloud Storage bucket, transfer the data warehouse data into BigQuery, and load the PNG files into a second Cloud Storage bucket. You want to follow Google-recommended practices and avoid writing any code for the migration. What should you do?

Options

  • AUse gcloud storage for the video files, Dataflow for the data warehouse data, and Storage
  • BUse Transfer Appliance for the videos, BigQuery Data Transfer Service for the data warehouse
  • CUse Storage Transfer Service for the video files, BigQuery Data Transfer Service for the data
  • DUse Cloud Data Fusion for the video files, Dataflow for the data warehouse data, and Storage

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    71% (32)
  • C
    7% (3)
  • D
    18% (8)

Explanation

Transfer Appliance for Video Files: Given the large size of the video files (200 TB) in SAN storage, using Google's Transfer Appliance is a practical solution. Transfer Appliance is a hardware solution provided by Google for transferring large amounts of data. It is well-suited for scenarios where uploading data over the internet is too slow or not feasible. BigQuery Data Transfer Service for Data Warehouse Data: To migrate data from Amazon Redshift to BigQuery, the BigQuery Data Transfer Service is the appropriate tool. It automates the migration of data from several sources, including Amazon Redshift, into BigQuery. Storage Transfer Service for PNG Files: The Storage Transfer Service is ideal for moving data from Amazon S3 to Google Cloud Storage. It simplifies the process of importing your PNG files from S3 to a Cloud Storage bucket.

Topics

#Transfer Appliance#BigQuery Data Transfer Service#Storage Transfer Service#data migration

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice