Ticker

6/recent/ticker-posts

Google Cloud Fundamentals: Core Infrastructure - Applications in the Cloud (Module 06 Quizes and Answers)

1. Which scenario is best suited for using Cloud Run instead of Cloud Run functions?

  • Hosting a dynamic web application that allows users to upload and share photos.
  • Sending an email notification whenever a new document is added to a specific folder in Cloud Storage.
  • Generating thumbnails for images uploaded to a Cloud Storage bucket.
  • Resizing images on demand when requested by a user through a web interface

Correct! This scenario requires a scalable web application with persistent connections and user interactions, making it ideal for Cloud Run's containerized environment and autoscaling capabilities.


2. Which of these statements about Cloud Run functions are correct? Select three. Cloud Run functions:

  • Is integrated with Cloud Logging.
Correct! Cloud Run functions is integrated with Google Cloud Observability logging and monitoring services to make it fully observable.
  • Can be used to extend Cloud services.
Correct! Cloud Run functions can be used as a connective layer to connect and extend other cloud services and create a serverless application.
  • Require servers or VMs to be provisioned.
  • Is a scalable functions-as-a-service platform.
Correct! Cloud Run functions is a service that enables you to build single-purpose functions that can automatically scale based on the number of requests to your function.
  • Can only be invoked by sending HTTP requests.


3. Why might a Google Cloud customer choose to use Cloud Run functions?

  • Their application has a legacy monolithic structure that they want to separate into microservices.
  • Cloud Run functions is the primary way to run C++ applications in Google Cloud.
  • Cloud Run functions is a free service for hosting compute operations.
  • Their application contains event-driven code that they don't want to provision compute resources for.

Correct!

Publicar un comentario

0 Comentarios