nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #376

Your organization has decided to deploy all its compute workloads to Kubernetes on Google Cloud and two other cloud providers. You want to build an infrastructure-as-code solution to automate the prov

The correct answer is B. Build the solution by using Terraform, and provision the resources.. Building the solution using Terraform is the most suitable option for automating the provisioning of resources across multiple cloud providers. Terraform is a widely used Infrastructure-as-Code tool that supports multiple cloud providers, including Google Cloud, and offers a unif

Submitted by noor.lb· Mar 30, 2026Deploying and implementing a cloud solution

Question

Your organization has decided to deploy all its compute workloads to Kubernetes on Google Cloud and two other cloud providers. You want to build an infrastructure-as-code solution to automate the provisioning process for all cloud resources. What should you do?

Options

  • ABuild the solution by using YAML manifests, and provision the resources.
  • BBuild the solution by using Terraform, and provision the resources.
  • CBuild the solution by using Python and the cloud SDKs from all providers to provision the
  • DBuild the solution by using Config Connector, and provision the resources.

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    88% (29)
  • C
    6% (2)
  • D
    3% (1)

Explanation

Building the solution using Terraform is the most suitable option for automating the provisioning of resources across multiple cloud providers. Terraform is a widely used Infrastructure-as-Code tool that supports multiple cloud providers, including Google Cloud, and offers a unified and declarative way to manage cloud infrastructure. It allows for easy integration with other cloud environments and provides a consistent workflow for managing infrastructure.

Topics

#Terraform#infrastructure as code#multi-cloud#provisioning

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice