What should you do?
You built an application on Google Cloud Platform that uses Cloud Spanner. Your support team needs to monitor the environment but should not have access to table data. You need a streamlined solution to grant the correct permissions to your support team, and you want to follow Google-recommended practices. What...
What should you do?
You need to set a budget alert for use of Compute Engineer services on one of the three Google Cloud Platform projects that you manage. All three projects are linked to a single billing account. What should you do?A . Verify that you are the project billing administrator. Select the...
What should you do?
You have an object in a Cloud Storage bucket that you want to share with an external company. The object contains sensitive data. You want access to the content to be removed after four hours. The external company does not have a Google account to which you can grant specific...
Which IAM roles should you grant your colleagues?
You are the project owner of a GCP project and want to delegate control to colleagues to manage buckets and files in Cloud Storage. You want to follow Google-recommended practices. Which IAM roles should you grant your colleagues?A . Project EditorB . Storage AdminC . Storage Object AdminD . Storage...
What should you do?
You have a Dockerfile that you need to deploy on Kubernetes Engine. What should you do?A . Use kubectl app deploy <dockerfilename>.B . Use gcloud app deploy <dockerfilename>.C . Create a docker image from the Dockerfile and upload it to Container Registry. Create a Deployment YAML file to point to...
How should you run this reverse proxy?
You want to run a single caching HTTP reverse proxy on GCP for a latency-sensitive website. This specific reverse proxy consumes almost no CPU. You want to have a 30-GB in-memory cache, and need an additional 2 GB of memory for the rest of the processes. You want to minimize...
In your on-premises network, configure your DNS server to resolve *.googleapis.com as a CNAME to restricted.googleapis.com.
In your on-premises network, configure your DNS server to resolve *.googleapis.com as a CNAME to restricted.googleapis.com.View AnswerAnswer: D Explanation: Our requirement is to follow Google recommended practices to achieve the end result. Configuring Private Google Access for On-Premises Hosts is best achieved by VPN/Interconnect + Advertise Routes + Use restricted...
What should you do?
You host a static website on Cloud Storage. Recently, you began to include links to PDF files on this site. Currently, when users click on the links to these PDF files, their browsers prompt them to save the file onto their local system. Instead, you want the clicked PDF files...
In the same Google Kubernetes Engine cluster as your application, deploy a container that takes the messages and sends them to your application.
In the same Google Kubernetes Engine cluster as your application, deploy a container that takes the messages and sends them to your application.View AnswerAnswer: C Explanation: https://cloud.google.com/run/docs/tutorials/pubsub#integrating-pubsub
What should you do?
You recently deployed a new version of an application to App Engine and then discovered a bug in the release. You need to immediately revert to the prior version of the application. What should you do?A . Run gcloud app restore.B . On the App Engine page of the GCP...