exam questions

Exam Professional Cloud DevOps Engineer All Questions

View all questions & answers for the Professional Cloud DevOps Engineer exam

Exam Professional Cloud DevOps Engineer topic 1 question 161 discussion

Actual exam question from Google's Professional Cloud DevOps Engineer
Question #: 161
Topic #: 1
[All Professional Cloud DevOps Engineer Questions]

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.
  • 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 terraform 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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
alpha_canary
10 months ago
Selected Answer: D
https://cloud.google.com/docs/terraform/blueprints/terraform-blueprints#:~:text=Creates%20an%20opinionated%20Google%20Cloud%20project%20by%20using%20Shared%20VPC%2C%20IAM%2C%20and%20Google%20Cloud%20APIs https://github.com/terraform-google-modules/terraform-google-project-factory
upvoted 1 times
...
xhilmi
1 year ago
Selected Answer: D
Choose D. Using Terraform and the Cloud Foundation Toolkit ensures that you have a structured and version-controlled approach to provisioning resources. It also facilitates automation and scalability, making it easier to manage projects and resources across different environments. Options A and B may lack the repeatability and version control benefits provided by IaC solutions like Terraform. While option C mentions Terraform, it doesn't specify using a toolkit or best practices for cloud foundation setup. In summary, option D with Terraform and the Cloud Foundation Toolkit aligns with best practices for Infrastructure as Code, providing a fast, reliable, and repeatable solution for provisioning projects and resources in Google Cloud.
upvoted 1 times
...
nqthien041292
1 year ago
Selected Answer: D
Vote D
upvoted 1 times
...
mshafa
1 year, 1 month ago
Selected Answer: D
The Cloud Foundation Toolkit provides a series of reference templates for Deployment Manager and Terraform which reflect Google Cloud best practices.
upvoted 1 times
...
Jason_Cloud_at
1 year, 1 month ago
Selected Answer: D
Fast , relaible and repeatable solution , It is terraform
upvoted 4 times
lelele2023
1 year, 1 month ago
plus D says cloud foundation toolkit
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...