Questions
You are a project owner and need your co-worker to deploy a new version of your application to App
Engine. You want to follow Google's recommended practices. Which IAM roles should you grant your co-
worker? - correct answer App Engine Deployer
Your company has reserved a monthly budget for your project. You want to be informed automatically
of your project spend so that you can take action when you approach the limit. What should you do? -
correct answer Create a budget alert for 50%, 90%, and 100% of your total monthly budget.
You have a project using BigQuery. You want to list all BigQuery jobs for that project. You want to set
this project as the default for the bq command-line tool. What should you do? - correct answer Use
"gcloud config set project" to set the default project.
Your project has all its Compute Engine resources in the europe-west1 region. You want to set europe-
west1 as the default region for gcloud commands. What should you do? - correct answer Use "gcloud
config set compute/region europe-west1" to set the default region for future gcloud commands.
You developed a new application for App Engine and are ready to deploy it to production. You need to
estimate the costs of running your application on Google Cloud Platform as accurately as possible. What
should you do? - correct answer Use the pricing calculator for App Engine to get an accurate
estimation of the expected charges.
Your company processes high volumes of IoT data that are time-stamped. The total data volume can be
several petabytes. The data needs to be written and changed at a high speed. You want to use the most
performant storage option for your data. Which product should you use? - correct answer Cloud
Bigtable
Your application has a large international audience and runs stateless virtual machines within a
managed instance group across multiple locations. One feature of the application lets users upload files
and share them with other users. Files must be available for 30 days; after that, they are removed from
the system entirely. Which storage solution should you choose? - correct answer A multi-regional
Cloud Storage bucket.