Scenario: A company wants to process data from a Google Cloud Pub/Sub topic in real-time. Which service would be the most appropriate for implementing this using serverless architecture?

  • Cloud Functions
  • Google Kubernetes Engine (GKE)
  • Cloud Run
  • Dataflow
Cloud Functions is the preferred choice for processing events from Pub/Sub topics in real-time using serverless architecture due to its simplicity, scalability, and minimal operational overhead. 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 *