nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #400

You assist different engineering teams in deploying their infrastructure on Google Cloud. Your company has defined certain practices required for all workloads. You need to provide the engineering…

The correct answer is C. Write Terraform modules for each component that are compliant with the company's required. Terraform modules allow you to codify and encapsulate company-required practices (e.g., naming conventions, tagging, security settings) in reusable components. Teams can deploy infrastructure independently without needing to understand or implement the underlying compliance…

Submitted by femi9· Mar 30, 2026Deploying and implementing a cloud solution

Question

You assist different engineering teams in deploying their infrastructure on Google Cloud. Your company has defined certain practices required for all workloads. You need to provide the engineering teams with a solution that enables teams to deploy their infrastructure independently without having to know all implementation details of the company's required practices. What should you do?

Options

  • AConfigure organization policies to enforce your company's required practices. Ask the teams to
  • BCreate a service account per team, and grant the service account the Project Editor role. Ask the
  • CWrite Terraform modules for each component that are compliant with the company's required
  • DProvide training for all engineering teams you work with to understand the company's required

How the community answered

(54 responses)
  • A
    7% (4)
  • B
    17% (9)
  • C
    72% (39)
  • D
    4% (2)

Explanation

Terraform modules allow you to codify and encapsulate company-required practices (e.g., naming conventions, tagging, security settings) in reusable components. Teams can deploy infrastructure independently without needing to understand or implement the underlying compliance logic, improving standardization and security. This approach is scalable, automated, and aligns with Infrastructure as Code (IaC) best practices.

Topics

#Terraform modules#infrastructure as code#reusable components#policy compliance

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice