Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is migrating a suite of core business workloads from an on-premises data center to Google Cloud. Currently, the operations team provisions Google Cloud projects, Virtual Private Cloud (VPC) networks, and Compute Engine virtual machines using manual console operations and ad-hoc shell scripts. This approach has led to severe configuration drift across staging and production environments, untracked changes, and high operational risk during rollbacks.
As the Cloud Architect, you must advise the development and operations teams on establishing a standardized, automated deployment strategy to manage these migrated environments consistently throughout their lifecycle.
What should you recommend?
Infrastructure as Code (IaC) is the practice of defining, provisioning, and managing cloud infrastructure using human-readable, declarative configuration files rather than manual processes or imperative scripts. Tools such as Terraform and Google Cloud Deployment Manager allow teams to specify the desired end-state of cloud resources, leaving the underlying engine to determine the necessary API calls to create, modify, or destroy resources to match that state.
terraform plan) before applying changes, allowing teams to review intended modifications prior to execution.Adopting declarative IaC paired with version control and CI/CD represents the industry standard for cloud lifecycle management. It directly addresses environment drift, human error, and rollback challenges, establishing an automated, scalable, and audit-compliant deployment model.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.