Questions
Answer the following questions to test your knowledge of this chapter:
- You have been tasked with deploying an application deployed as a Cloud Function. Which of the programming languages are supported? (Choose all that apply.)
- PHP
- Ruby
- Java
- Go
- Python
- Node.js
- PowerShell
- C++
- C#
- What steps should you take to follow Google’s recommended practices for efficiently deploying and managing the development, test, and production environments for your project deployment in Google Cloud while ensuring consistency? Your team is responsible for building these environments:
- Use Cloud Foundation Toolkit, create one deployment template that works for all environments, and deploy it with Terraform.
- Create one configuration for all environments in Terraform. Use parameters for different environments.
- Create a Cloud Shell script that uses
gcloud
commands to deploy all environments. - Upload Cloud Foundation Toolkit in Marketplace
- Which of the following use cases is not a good fit for...