ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 148 - Professional Cloud Developer discussion

Report
Export

You are developing an application that will allow clients to download a file from your website for a specific period of time. How should you design the application to complete this task while following Google-recommended best practices?

A.
Configure the application to send the file to the client as an email attachment.
Answers
A.
Configure the application to send the file to the client as an email attachment.
B.
Generate and assign a Cloud Storage-signed URL for the file. Make the URL available for the client to download.
Answers
B.
Generate and assign a Cloud Storage-signed URL for the file. Make the URL available for the client to download.
C.
Create a temporary Cloud Storage bucket with time expiration specified, and give download permissions to the bucket. Copy the file, and send it to the client.
Answers
C.
Create a temporary Cloud Storage bucket with time expiration specified, and give download permissions to the bucket. Copy the file, and send it to the client.
D.
Generate the HTTP cookies with time expiration specified. If the time is valid, copy the file from the Cloud Storage bucket, and make the file available for the client to download.
Answers
D.
Generate the HTTP cookies with time expiration specified. If the time is valid, copy the file from the Cloud Storage bucket, and make the file available for the client to download.
Suggested answer: B
asked 18/09/2024
Adnan Safdar
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first