Free Google Cloud Architect Actual Exam Questions - Question 11 Discussion

Question No. 11
The development team needs a way to deploy and manage a Helm chart onto a GKE
cluster as part of their CI/CD pipeline. Which GCP service is the most suitable for
executing the automation and managing the deployment process?
Select one option, then reveal solution.
US
PH
Peter H.
2026-02-19

D, since it focuses on managing deployments specifically, not just builds.

0
SO
Sami O.
2026-02-15

Guessing C since Cloud Build handles CI/CD automation and deploys Helm charts well.

0
DV
Daniel V.
2026-02-13

Maybe C fits better here since Cloud Build is designed to automate CI/CD workflows, including deploying Helm charts on GKE. While Cloud Deploy focuses more on progressive delivery, Cloud Build can handle the build and deploy steps directly in the pipeline. Cloud Scheduler and Cloud Functions are more about triggering or running specific tasks rather than managing full deployment automation. So for a streamlined CI/CD process deploying Helm charts, C seems like the most straightforward choice.

0
LF
Liam F.
2026-01-22

B/D? B sounds good because the standard environment supports Cloud VPN and keeps things simpler. But D offers more flexibility with networking on App Engine flexible, which might be better for complex setups.

0
YM
Yasir M.
2026-01-21

Maybe D makes more sense here since the App Engine flexible environment supports more network options and customizations, like setting up a proper Cloud VPN connection. The standard environment has some restrictions that could make it tricky to handle secure private connections to on-premises resources. Using flexible with VPN ensures the database isn’t exposed and communication stays private through the tunnel. Firewall rules alone (A or C) won’t fully secure that connection since the database itself still needs to be protected from public access.

0
YM
Yasir M.
2026-01-20

B. The standard environment supports Cloud VPN, which creates a secure tunnel to your on-premises network, ensuring the database isn’t exposed over the public internet. Firewall rules alone won’t provide that level of security since they can’t stop traffic from the internet entirely. Flexible environment is more customizable but isn’t necessary here if standard supports the VPN connection needed.

0
BS
Brian S.
2026-01-18

Option D

0