List of questions
Related questions
Question 201 - Professional Cloud Architect discussion
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?
A.
1. Use Linux shasum to compute a digest of files you want to upload.
B.
Use gsutil -m to upload all the files to Cloud Storage.
C.
Use gsutil cp to download the uploaded files.
D.
Use Linux shasum to compute a digest of the downloaded files.
E.
Compare the hashes.
F.
1. Use gsutil -m to upload the files to Cloud Storage.
G.
Develop a custom Java application that computes CRC32C hashes.
H.
Use gsutil ls -L gs://[YOUR_BUCKET_NAME] to collect CRC32C hashes of the uploaded files.
I.
Compare the hashes.
J.
1. Use gsutil -m to upload all the files to Cloud Storage.
K.
Use gsutil cp to download the uploaded files.
L.
Use Linux diff to compare the content of the files.
M.
1. Use gsutil -m to upload the files to Cloud Storage.
N.
Use gsutil hash -c FILE_NAME to generate CRC32C hashes of all on-premises files.
O.
Use gsutil ls -L gs://[YOUR_BUCKET_NAME] to collect CRC32C hashes of the uploaded files.
P.
Compare the hashes.
Your answer:
0 comments
Sorted by
Leave a comment first