Module 7: Applications in the Cloud
Looking for โGoogle Cloud Fundamentals: Core Infrastructure Module 7 Answersโ?
In this post, I provide complete, accurate, and detailed explanations for the answers to Module 7: Applications in the Cloud of Course 2: Google Cloud Fundamentals: Core Infrastructure โ Preparing for Google Cloud Certification: Cloud Developer Professional Certificate
Whether youโre preparing for quizzes or brushing up on your knowledge, these insights will help you master the concepts effectively. Letโs dive into the correct answers and detailed explanations for each question!
Quiz - Applications in the Cloud
Graded Assignment
1. Which scenario is best suited for using Cloud Run instead of Cloud Run functions?
- Sending an email notification whenever a new document is added to a specific folder in Cloud Storage.
- Hosting a dynamic web application that allows users to upload and share photos. โ
- Resizing images on demand when requested by a user through a web interface.
- Generating thumbnails for images uploaded to a Cloud Storage bucket.
2. Which of these statements about Cloud Run functions are correct? Select three.
Cloud Run functions:
- Is a scalable functions-as-a-service platform. โ
- Can be used to extend Cloud services. โ
- Require servers or VMs to be provisioned.
- Is integrated with Cloud Logging. โ
- Can only be invoked by sending HTTP requests.
3. Why might a Google Cloud customer choose to use Cloud Run functions?
- Their application contains event-driven code that they donโt want to provision compute resources for. โ
- 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 has a legacy monolithic structure that they want to separate into microservices.
Related contents:
Module 2: Introducing Google Cloud
Module 3: Resources and Access in the Cloud
Module 4: Virtual Machines and Networks in the Cloud
Module 5: Storage in the Cloud
Module 6: Containers in the Cloud
Module 8: Prompt Engineering
You might also like:
Course 3: