Demonstrate your ability to deploy applications, monitor operations, and manage enterprise solutions on Google Cloud. Ideal for those with 6+ months of hands-on experience.
Estimated prep time88-98 hours of focused study to cover all material
01Deploying and Implementing a Cloud Solution164 Qs
02Ensuring Successful Operation154 Qs
03Configuring Access and Security102 Qs
04Setting Up a Cloud Environment86 Qs
05Planning and Configuring a Cloud Solution82 Qs
Sample questions03
Question 01
A GitHub Actions CI pipeline running outside Google Cloud needs to deploy to your project without you storing a downloaded service account key in the CI system. Which Google Cloud capability enables this?
Question 02
You want to list recent BigQuery jobs including their state and bytes processed to find an expensive query. Which command lists jobs?
Question 03
You create `gcloud compute firewall-rules create allow-ssh --direction=INGRESS --action=ALLOW --rules=tcp:22 --source-ranges=35.235.240.0/20 --target-tags=bastion`. Which VMs does it apply to?