nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #245

Your company is planning to upload several important files to Cloud Storage. After the upload is completed, they want to verify that the uploaded content is identical to what they have on- premises…

The correct answer is D. 1. Use gsutil -m to upload the files to Cloud Storage. https://cloud.google.com/storage/docs/gsutil/commands/hash

Submitted by lukas.cz· Mar 30, 2026Managing implementation

Question

Your company is planning to upload several important files to Cloud Storage. After the upload is completed, they want to verify that the uploaded content is identical to what they have on- premises. You want to minimize the cost and effort of performing this check. What should you do?

Options

  • A
    1. Use Linux shasum to compute a digest of files you want to upload.
  • B
    1. Use gsutil -m to upload the files to Cloud Storage.
  • C
    1. Use gsutil -m to upload all the files to Cloud Storage.
  • D
    1. Use gsutil -m to upload the files to Cloud Storage.

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    2% (1)
  • D
    90% (38)

Explanation

https://cloud.google.com/storage/docs/gsutil/commands/hash

Topics

#gsutil#file integrity verification#Cloud Storage upload#checksum

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice