Question 225 of 315
Single answer
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?
What should you do?
ADevelop a Dataflow job to read data directly from the database and write it into Cloud Storage.
BUse the Data Transfer appliance to perform an offline migration.
CUse a commercial partner ETL solution to extract the data from the on-premises database and upload it into Cloud Storage.
✓DCompress the data and upload it with gsutil -m to enable multi-threaded copy.
✓
Correct Answer: D
Compress the data and upload it with gsutil -m to enable multi-threaded copy.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.