
Answer-first summary for fast verification
Answer: Using composite objects and parallel uploads to upload the file to Cloud Storage quickly. Then generate a signed URL and securely share it with the contractors.
The correct answer is D because using composite objects and parallel uploads can significantly speed up the upload process to Cloud Storage. Signed URLs provide a secure, time-limited access to the file without requiring the contractors to have a Google account. This method is both efficient and secure. Option A is incorrect because Bigtable is not designed for file storage. Option B is incorrect as it grants access to all authenticated Google account holders, which is not secure. Option C is overly complex and not the quickest solution for sharing files.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to securely and quickly share a 20 GB file with some contractors. What is the most efficient and secure method to do this?
A
Upload the file to Bigtable using the bulk data import tool. Then provide the contractors with read access to the database.
B
Upload the file to Cloud Storage. Grant the allAuthenticated users token view permissions.
C
Set up a VPC with a custom subnet. Create a subnet tunnel. Upload the file to a network share. Grant the contractors temporary access.
D
Using composite objects and parallel uploads to upload the file to Cloud Storage quickly. Then generate a signed URL and securely share it with the contractors.