Scenario: An e-commerce website needs to resize images uploaded by users before storing them in Cloud Storage. Which Google Cloud service can be used to achieve this efficiently?

  • Cloud Functions
  • App Engine
  • AI Platform
  • Cloud Vision API
Cloud Functions is well-suited for handling image resizing tasks in response to Cloud Storage events due to its serverless nature, scalability, and ease of integration with other Google Cloud services. Understanding the appropriate use cases for different serverless services helps architects design efficient and cost-effective solutions.
Add your answer
Loading...

Leave a comment

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