Associate Cloud Engineer Exam QuestionsBrowse all questions from this exam

Associate Cloud Engineer Exam - Question 266


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?

Show Answer
Correct Answer: B

To migrate 200 TB of video files from SAN storage, using the Transfer Appliance is recommended as it provides a hardware solution for transferring large datasets efficiently. For transferring the data warehouse data from Amazon Redshift to BigQuery, the BigQuery Data Transfer Service is the appropriate tool, as it automates this process. To move 20 GB of PNG files from an S3 bucket to a Cloud Storage bucket, the Storage Transfer Service is suitable, as it simplifies transferring data from Amazon S3 to Google Cloud Storage.

Discussion

9 comments
Sign in to comment
Cynthia2023Option: B
Jan 3, 2024

• 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.

KelvinTooOption: C
Dec 31, 2023

ChatGPT says the answer is C.

Stargazer11Option: B
Jan 30, 2024

If it is on-prem to cloud, transfer appliance. Storage transfer service is for transferring data between buckets.

sanjay1606
Feb 1, 2024

Hi bro, I need to talk with you about GCP Associate Cloud Cngineer

shiowbahOption: B
Dec 30, 2023

B. Use Transfer Appliance for the videos, BigQuery Data Transfer Service for the data warehouse data, and Storage Transfer Service for the PNG files.

kaby1987Option: B
Jan 2, 2024

B. Use Transfer Appliance for the videos, BigQuery Data Transfer Service for the data warehouse data, and Storage Transfer Service for the PNG files: Transfer Appliance is designed for moving large amounts of data (like 200 TB of videos) into Google Cloud Storage. The BigQuery Data Transfer Service automates data movement from several sources, including Amazon Redshift, into BigQuery. Storage Transfer Service is appropriate for moving data from Amazon S3 to Google Cloud Storage.

SrinivasJastiOption: C
Jan 2, 2024

C makes more sense

BagiboOption: B
Jan 3, 2024

C makes sense. Use transfer appliance for vid

apb98Option: C
Jan 3, 2024

C. Explanation: - Storage Transfer Service: It provides a straightforward way to transfer large amounts of data from an on-premises data source or cloud storage provider to Cloud Storage without writing code. This service can efficiently handle the migration of video files and PNG files. - BigQuery Data Transfer Service: This service allows the transfer of data from various sources, including Amazon Redshift, directly into BigQuery. It simplifies and automates the migration of data warehouse data without coding requirements.

apb98
Jan 3, 2024

While options A and D involve using Dataflow and Cloud Data Fusion, respectively, these services may require additional configuration, development, or transformation logic, which is contrary to the requirement of avoiding code for migration. Option B suggests using Transfer Appliance for the videos, which might be applicable for large-scale physical data transfers, but it's not the most suitable option for this scenario involving Cloud migration without coding.

blackBeard33
Feb 21, 2024

But it is said that the data of the videos is on a SAN storage, is it san storage supported by google cloud storage transfer service? I cant see it here on this documentation: https://cloud.google.com/storage-transfer/docs/sources-and-sinks It is not public accessible and I dont think it is a file system either. So option B should be the most suitable here. Dont you think ?

ac3baffOption: B
Jun 9, 2024

I think the answer is B. The controversy is whether the answer is B or C, i.e. whether one should use the transfer appliance or storage transfer service. From my knowledge, storage transfer service is not applicable for SAN, so the answer should be B.