
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 quick and secure. - **Option A** is incorrect because Bigtable is not designed for file storage and is not the right tool for this scenario. - **Option B** is incorrect as it grants access to anyone with a Google account, which is not secure for sharing with specific contractors. - **Option C** is incorrect because setting up a VPC and subnet tunnel is overly complex and not the quickest solution for file sharing.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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.
No comments yet.