Google Cloud Professional Cloud Architect — Question 149

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?

Answer options

Correct answer: D

Explanation

Option D is correct because it uses CRC32C hashes for both the local files and the uploaded files, allowing for a reliable comparison of their integrity. Option A involves downloading the files again, which is inefficient. Option B requires a custom application, increasing complexity and cost. Option C uses a content comparison, which is not as efficient as hash comparison.