nerdexam
Google

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…

Submitted by lars.no· Mar 30, 2026Managing implementation

Question

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?

Options

  • AUse gsutil.
  • BUse gcloud.
  • CUse GCS REST API.
  • DUse Storage Transfer Service.

How the community answered

(37 responses)
  • A
    92% (34)
  • C
    5% (2)
  • D
    3% (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

#gsutil#data migration#Cloud Storage#transfer speed

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice