Professional Cloud Architect Exam QuestionsBrowse all questions from this exam

Professional Cloud Architect Exam - Question 146


Your company wants to migrate their 10-TB on-premises database export into Cloud Storage. You want to minimize the time it takes to complete this activity, the overall cost, and database load. The bandwidth between the on-premises environment and Google Cloud is 1 Gbps. You want to follow Google-recommended practices. What should you do?

Show Answer
Correct Answer: B

Using the Data Transfer appliance is recommended for large-scale data transfers. With a bandwidth of 1 Gbps, transferring 10 TB would take around 30 hours, but this method would impose a significant load on the database. The Data Transfer appliance allows for an offline migration, which minimizes database load, adheres to best practices for large datasets, and offers a more efficient, cost-effective solution despite the longer total transfer time due to shipping and processing.

Discussion

17 comments
Sign in to comment
pr2webOption: D
Sep 9, 2021

This is pretty simple. Time to transfer using Transfer Appliance: 1-3 weeks (I've used it twice and had a 2-3 week turnaround total) Time to transfer using 1Gbps : 30 hours (https://cloud.google.com/architecture/migration-to-google-cloud-transferring-your-large-datasets) Answer is D, using gsutil

MikeB19
Sep 13, 2021

This is the correct article to support this question but the article proves the transfer appliance is the correct answer. Right below the transfer calc chart is recommended amount of data for gsutil. Gsutil should be used for data transfer under 1 tb “Your private data center to Google Cloud Enough bandwidth to meet your project deadline for less than 1 TB of data gsutil”

joe2211
Dec 1, 2021

Not about time but "Google-recommended practices"

Aiffone
Dec 29, 2021

If I can do it in 30hrs, why choose 1 week? i'd go with B

Aiffone
Dec 29, 2021

I mean I'd go with A rather...questions says to spend minimum time and we have 1Gbps to do 10Tb in 30hrs

Aiffone
Jan 12, 2022

Transfer appliance -A

Deb2293
Mar 12, 2023

Go home you are drunk

mickeythecraycray
Apr 7, 2022

Will that not increase the Database load?, one of the requirement is to reduce the load of the DB during this operation.

gingerbeerOption: B
Sep 28, 2021

No perfect answer as B and D both have flaws. B is time latency as transfer appliance usually takes weeks; D gsutil applies for less than 1TB. The answer should be storage transfer service for on-premises data, which is not available here. If have to choose one I go for B

RitwickKumar
Aug 20, 2022

Storage transfer service is for online data. It can't serve the purpose if you don't have the connectivity established between on prem and gcp. Which is what we can't assume ourselves in this question.

madcloud32Option: B
Mar 1, 2024

Answer B. Cp limit is 5 TB max

didek1986Option: B
Jan 19, 2024

It is B

Pime13Option: D
Feb 2, 2024

https://cloud.google.com/architecture/migration-to-google-cloud-transferring-your-large-datasets

OrangeTigerOption: D
Feb 7, 2024

I chose D. According to the link below, 10TB of data can be transferred in 30h. The light blue area is the acceptable line for online transfer. https://cloud.google.com/architecture/migration-to-google-cloud-transferring-your-large-datasets?hl=ja#online_versus_offline_transfer

ccpmad
Jun 8, 2024

D says compress data, in a single file? it will be more than the limit 5 TB of gsutil

gbemimattiOption: B
Apr 24, 2024

Compressing the data and uploading it with gsutil -m can be a good optimization for your transfer, but it has limitations to consider: Compression Overhead: While compressing the data can reduce upload size and potentially speed up transfer, the compression and decompression processes themselves take time and resources. Depending on your data type, the benefit of reduced size might be offset by the processing overhead. Transfer Appliance: The recommended approach with the Transfer Appliance already utilizes parallel transfers for faster uploads, potentially making gsutil -m less impactful. I will go with B

MFayOption: B
May 2, 2024

Option B (Data Transfer appliance) is the best choice for efficient and cost-effective data migration while minimizing database load and transfer time. This solution bypasses network limitations and reduces the impact on the on-premises environment, making it ideal for migrating large data sets to the cloud.

afsarkhanOption: D
May 10, 2024

D will be most cost effective where as B will incur cost (question asking to consider cost effective solution as well) so D is my answer

brushekOption: D
Jan 4, 2024

it is D. it is far more faster to send this 10TB data over network, than 'call' for Transfer Applience.

Pime13Option: D
Jan 28, 2024

https://cloud.google.com/architecture/migration-to-google-cloud-transferring-your-large-datasets#online_versus_offline_transfer

RajSelvarajOption: B
Mar 17, 2024

Option B and D are most feasible options Option B will be okay if the size of the data is too huge Option D will be good for a few TBs of data. I am assuming 10 TB will fit in this case. https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your-data-google-cloud

342f1c6Option: D
Apr 1, 2024

with 1 Gbps it will take only 30 hrs so best option is D

gbemimattiOption: B
Apr 24, 2024

Compressing the data and uploading it with gsutil -m can be a good optimization for your transfer, but it has limitations to consider: Compression Overhead: While compressing the data can reduce upload size and potentially speed up transfer, the compression and decompression processes themselves take time and resources. Depending on your data type, the benefit of reduced size might be offset by the processing overhead. Transfer Appliance: The recommended approach with the Transfer Appliance already utilizes parallel transfers for faster uploads, potentially making gsutil -m less impactful. I will go with B

seetptOption: B
May 19, 2024

B fo sho

huuthanhdlvOption: B
May 25, 2024

I think the answer is B. The main consideration is between B and D. Just thinking if they want the answer to be online transfer, they should have added Online Transfer Service instead of gsutils. Just guessing Google must want us to choose B :)

ccpmadOption: B
Jun 8, 2024

D says compress data, ¿in a single file? it will be more than the limit 5 TB of gsutil, so it is B.