PROFESSIONAL-CLOUD-ARCHITECT · Question #180
Your organization has 5 TB of private data on premises. You need to migrate the data to Cloud Storage. You want to maximize the data transfer speed. How should you migrate the data?
The correct answer is A. Use gsutil. A is correct because gsutil gives you access to write data to Cloud Storage. B is not correct because gcloud is the command-line interface for common platform tasks and does not include accessing Cloud Storage. C is not correct because the data size would require a resumable…
Question
Options
- AUse gsutil.
- BUse gcloud.
- CUse GCS REST API.
- DUse Storage Transfer Service.
How the community answered
(37 responses)- A92% (34)
- C5% (2)
- D3% (1)
Explanation
A is correct because gsutil gives you access to write data to Cloud Storage. B is not correct because gcloud is the command-line interface for common platform tasks and does not include accessing Cloud Storage. C is not correct because the data size would require a resumable upload, and that does not meet the requirement of maximizing the data transfer speed. D is not correct because Storage Transfer Service is for importing online data, not on-premises. Your data source can be an Amazon Simple Storage Service (Amazon S3) bucket, an HTTP/HTTPS location, or a Cloud Storage bucket. https://cloud.google.com/storage/docs/gsutil https://cloud.google.com/sdk/gcloud/ https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload https://cloud.google.com/storage/docs/uploading-objects https://cloud.google.com/storage-transfer/docs/overview
Topics
Community Discussion
No community discussion yet for this question.