Multiple Choice
You are working on a social media application. You plan to add a feature that allows users to upload images. These images will be 2 MB - 1 GB in size. You want to minimize their infrastructure operations overhead for this feature. What should you do?
A) Change the application to accept images directly and store them in the database that stores other user information.
B) Change the application to create signed URLs for Cloud Storage. Transfer these signed URLs to the client application to upload images to Cloud Storage.
C) Set up a web server on GCP to accept user images and create a file store to keep uploaded files. Change the application to retrieve images from the file store.
D) Create a separate bucket for each user in Cloud Storage. Assign a separate service account to allow write access on each bucket. Transfer service account credentials to the client application based on user information. The application uses this service account to upload images to Cloud Storage.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: You want to notify on-call engineers about
Q2: Your application takes an input from a
Q3: You are building a new API. You
Q4: You configured your Compute Engine instance group
Q6: You are developing an HTTP API hosted
Q7: Your website is deployed on Compute Engine.
Q8: You are deploying a single website on
Q9: Your company has a BigQuery data mart
Q10: Case study This is a case study.
Q11: You are running an application on App