Which command should you use?

You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?A . gcloud deployment-manager deployments create --config <deployment-config-path>B . gcloud deployment-manager deployments update --config <deployment-config-path>C . gcloud deployment-manager resources create --config <deployment-config-path>D . gcloud deployment-manager resources update --config <deployment-config-path>View AnswerAnswer:...

December 1, 2020 No Comments READ MORE +

What should you do?

You created a Google Cloud Platform project with an App Engine application inside the project. You initially configured the application to be served from the us-central region. Now you want the application to be served from the asia-northeast1 region. What should you do?A . Change the default region property setting...

November 30, 2020 1 Comment READ MORE +

What should you do?

You need to select and configure compute resources for a set of batch processing jobs. These jobs take around 2 hours to complete and are run nightly. You want to minimize service costs. What should you do?A . Select Google Kubernetes Engine. Use a single-node cluster with a small instance...

November 30, 2020 No Comments READ MORE +

What should you do?

You have a project for your App Engine application that serves a development environment. The required testing has succeeded and you want to create a new project to serve as your production environment. What should you do?A . Use gcloud to create the new project, and then deploy your application...

November 30, 2020 No Comments READ MORE +

Which configuration meets these requirements?

You have production and test workloads that you want to deploy on Compute Engine. Production VMs need to be in a different subnet than the test VMs. All the VMs must be able to reach each other over internal IP without creating additional routes. You need to set up VPC...

November 30, 2020 No Comments READ MORE +

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

November 29, 2020 No Comments READ MORE +

What should you do?

You create a new Google Kubernetes Engine (GKE) cluster and want to make sure that it always runs a supported and stable version of Kubernetes. What should you do?A . Enable the Node Auto-Repair feature for your GKE cluster.B . Enable the Node Auto-Upgrades feature for your GKE cluster.C ....

November 29, 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...

November 29, 2020 No Comments READ MORE +

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

November 28, 2020 No Comments READ MORE +

Which scaling type should you use?

You are deploying an application to App Engine. You want the number of instances to scale based on request rate. You need at least 3 unoccupied instances at all times. Which scaling type should you use?A . Manual Scaling with 3 instances.B . Basic Scaling with min_instances set to 3.C...

November 28, 2020 No Comments READ MORE +