ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 201 - Professional Cloud Architect discussion

Report
Export

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.
Answers
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.
Answers
B.
Use gsutil -m to upload all the files to Cloud Storage.
C.
Use gsutil cp to download the uploaded files.
Answers
C.
Use gsutil cp to download the uploaded files.
D.
Use Linux shasum to compute a digest of the downloaded files.
Answers
D.
Use Linux shasum to compute a digest of the downloaded files.
E.
Compare the hashes.
Answers
E.
Compare the hashes.
F.
1. Use gsutil -m to upload the files to Cloud Storage.
Answers
F.
1. Use gsutil -m to upload the files to Cloud Storage.
G.
Develop a custom Java application that computes CRC32C hashes.
Answers
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.
Answers
H.
Use gsutil ls -L gs://[YOUR_BUCKET_NAME] to collect CRC32C hashes of the uploaded files.
I.
Compare the hashes.
Answers
I.
Compare the hashes.
J.
1. Use gsutil -m to upload all the files to Cloud Storage.
Answers
J.
1. Use gsutil -m to upload all the files to Cloud Storage.
K.
Use gsutil cp to download the uploaded files.
Answers
K.
Use gsutil cp to download the uploaded files.
L.
Use Linux diff to compare the content of the files.
Answers
L.
Use Linux diff to compare the content of the files.
M.
1. Use gsutil -m to upload the files to Cloud Storage.
Answers
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.
Answers
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.
Answers
O.
Use gsutil ls -L gs://[YOUR_BUCKET_NAME] to collect CRC32C hashes of the uploaded files.
P.
Compare the hashes.
Answers
P.
Compare the hashes.
Suggested answer: C
asked 18/09/2024
matteo vadagnini
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first