ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 156 - Professional Cloud DevOps Engineer discussion

Report
Export

Your company recently migrated to Google Cloud. You need to design a fast, reliable, and repeatable solution for your company to provision new projects and basic resources in Google Cloud. What should you do?

A.
Use the Google Cloud console to create projects.
Answers
A.
Use the Google Cloud console to create projects.
B.
Write a script by using the gcloud CLI that passes the appropriate parameters from the request. Save the script in a Git repository.
Answers
B.
Write a script by using the gcloud CLI that passes the appropriate parameters from the request. Save the script in a Git repository.
C.
Write a Terraform module and save it in your source control repository. Copy and run the apply command to create the new project.
Answers
C.
Write a Terraform module and save it in your source control repository. Copy and run the apply command to create the new project.
D.
Use the Terraform repositories from the Cloud Foundation Toolkit. Apply the code with appropriate parameters to create the Google Cloud project and related resources.
Answers
D.
Use the Terraform repositories from the Cloud Foundation Toolkit. Apply the code with appropriate parameters to create the Google Cloud project and related resources.
Suggested answer: D

Explanation:

Terraform is an open-source tool that allows you to define and provision infrastructure as code1.Terraform can be used to create and manage Google Cloud resources, such as projects, networks, and services2.The Cloud Foundation Toolkit is a set of open-source Terraform modules and tools that provide best practices and guidance for deploying Google Cloud infrastructure3.The Cloud Foundation Toolkit includes Terraform repositories for creating Google Cloud projects and related resources, such as IAM policies, APIs, service accounts, and billing4. By using the Terraform repositories from the Cloud Foundation Toolkit, you can design a fast, reliable, and repeatable solution for your company to provision new projects and basic resources in Google Cloud. You can also customize the Terraform code to suit your specific needs and preferences.

asked 18/09/2024
Maciej Kozlowski
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first