A company wants to process images uploaded by users to a Google Cloud Storage bucket. The processing should happen immediately after the upload without any manual intervention. Which Google Cloud service would be most appropriate for this?

  • Google Cloud App Engine
  • Google Cloud Functions
  • Google Cloud Storage Triggers (Notifications)
  • Google Kubernetes Engine (GKE)
Google Cloud Storage Triggers (Notifications) can automatically trigger a function when objects are uploaded to a bucket, enabling immediate processing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *