What should you do?

You have a single binary application that you want to run on Google Cloud Platform. You decided to automatically scale the application based on underlying infrastructure CPU usage. Your organizational policies require you to use virtual machines directly. You need to ensure that the application scaling is operationally efficient and...

May 16, 2020 No Comments READ MORE +

What should you do?

You want to verify the IAM users and roles assigned within a GCP project named my-project. What should you do?A . Run gcloud iam roles list. Review the output section.B . Run gcloud iam service-accounts list. Review the output section.C . Navigate to the project and then to the IAM...

May 16, 2020 No Comments READ MORE +

What should you do?

You have a development project with appropriate IAM roles defined. You are creating a production project and want to have the same IAM roles on the new project, using the fewest possible steps. What should you do?A . Use gcloud iam roles copy and specify the production project as the...

May 15, 2020 No Comments READ MORE +

What should you do?

You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account. What should you do?A . When creating the VM...

May 15, 2020 No Comments READ MORE +

What should you do?

You are creating a Google Kubernetes Engine (GKE) cluster with a cluster autoscaler feature enabled. You need to make sure that each node of the cluster will run a monitoring pod that sends container metrics to a third-party monitoring solution. What should you do?A . Deploy the monitoring pod in...

May 14, 2020 No Comments READ MORE +

What should you do?

You need to configure IAM access audit logging in BigQuery for external auditors. You want to follow Google-recommended practices. What should you do?A . Add the auditors group to the ‘logging.viewer’ and ‘bigQuery.dataViewer’ predefined IAM roles.B . Add the auditors group to two new custom IAM roles.C . Add the...

May 14, 2020 No Comments READ MORE +

What should you do?

You need to run an important query in BigQuery but expect it to return a lot of records. You want to find out how much it will cost to run the query. You are using on-demand pricing. What should you do?A . Arrange to switch to Flat-Rate pricing for this...

May 14, 2020 No Comments READ MORE +

What should you do?

You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all defined resources are properly met before committing it to the project. You want the most rapid feedback on your changes. What should you do?A . Use granular logging statements within a Deployment Manager...

May 13, 2020 No Comments READ MORE +

How should you set up the policy?

You need to set up a policy so that videos stored in a specific Cloud Storage Regional bucket are moved to Coldline after 90 days, and then deleted after one year from their creation. How should you set up the policy?A . Use Cloud Storage Object Lifecycle Management using Age...

May 13, 2020 No Comments READ MORE +

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...

May 12, 2020 No Comments READ MORE +