Which change should you make to the GKE Deployment object shown below?

Your application is deployed in a Google Kubernetes Engine (GKE) cluster. When a new version of your application is released, your CI/CD tool updates the spec.template.spec.containers[0].image value to reference the Docker image of your new application version. When the Deployment object applies the change, you want to deploy at least...

June 21, 2021 No Comments READ MORE +

Which approach should you take?

You want to re-architect a monolithic application so that it follows a microservices model. You want to accomplish this efficiently while minimizing the impact of this change to the business. Which approach should you take?A . Deploy the application to Compute Engine and turn on autoscaling.B . Replace the application's...

June 20, 2021 No Comments READ MORE +

What should you do?

You have an application controlled by a managed instance group. When you deploy a new version of the application, costs should be minimized and the number of instances should not increase. You want to ensure that, when each new instance is created, the deployment only continues if the new instance...

June 19, 2021 No Comments READ MORE +

What should you do?

You are planning to migrate a MySQL database to the managed Cloud SQL database for Google Cloud. You have Compute Engine virtual machine instances that will connect with this Cloud SQL instance. You do not want to whitelist IPs for the Compute Engine instances to be able to access Cloud...

June 19, 2021 No Comments READ MORE +

Which approach should you use?

Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs. Which approach should you use?A . Deploy the website on App Engine and use traffic splitting.B . Deploy the website on App Engine as three separate services.C . Deploy the...

June 17, 2021 No Comments READ MORE +

What should you do?

You are using Cloud Build to build and test application source code stored in Cloud Source Repositories. The build process requires a build tool not available in the Cloud Build environment. What should you do?A . Download the binary from the internet during the build process.B . Build a custom...

June 16, 2021 No Comments READ MORE +

How should you design a row key for Cloud Bigtable for this table?

You are designing a schema for a table that will be moved from MySQL to Cloud Bigtable. The MySQL table is as follows: How should you design a row key for Cloud Bigtable for this table?A . Set Account_id as a key.B . Set Account_id_Event_timestamp as a key.C . Set...

June 14, 2021 No Comments READ MORE +

What should you do?

Your application is controlled by a managed instance group. You want to share a large read-only data set between all the instances in the managed instance group. You want to ensure that each instance can start quickly and can access the data set via its filesystem with very low latency....

June 14, 2021 No Comments READ MORE +

What should you do?

You need to migrate an internal file upload API with an enforced 500-MB file size limit to App Engine. What should you do?A . Use FTP to upload files.B . Use CPanel to upload files.C . Use signed URLs to upload files.D . Change the API to be a multipart...

June 14, 2021 No Comments READ MORE +

Which two actions should they take?

Your company wants to expand their users outside the United States for their popular application. The company wants to ensure 99.999% availability of the database for their application and also wants to minimize the read latency for their users across the globe. Which two actions should they take? (Choose two.)A...

June 13, 2021 No Comments READ MORE +