Friday, August 26, 2022

Developing and Deploying in the Cloud

 Question 1

Why would a developer choose to store source code in Cloud Source Repositories? (Select 2)

Answers:

To reduce work  (correct)

To keep code private to a Google Cloud project   (correct)

Question 2

Why might a Google Cloud customer choose to use Cloud Functions?

Answers:

Their application contains event-driven code that they don't want to provision compute resources for.

Question 3

Select the advantage of putting the event-driven components of your application into Cloud Functions.

Answers:

Cloud Functions handles scaling these components seamlessly.

Question 4

Why might a Google Cloud customer choose to use Terraform?

Answers:

Terraform can be used as an infrastructure management system for Google Cloud resources.

No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...