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
- Use Linux shasum to compute a digest of files you want to upload.
- B
- Use gsutil -m to upload the files to Cloud Storage.
- C
- Use gsutil -m to upload all the files to Cloud Storage.
- D
- Use gsutil -m to upload the files to Cloud Storage.
How the community answered
(42 responses)- A5% (2)
- B2% (1)
- C2% (1)
- D90% (38)
Explanation
Topics
#gsutil#file integrity verification#Cloud Storage upload#checksum
Community Discussion
No community discussion yet for this question.