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 +

What should you do?

You have two tables in an ANSI-SQL compliant database with identical columns that you need to quickly combine into a single table, removing duplicate rows from the result set. What should you do?A . Use the JOIN operator in SQL to combine the tables.B . Use nested WITH statements to...

June 13, 2021 No Comments READ MORE +

After installing the Stackdriver Logging Agent, what should you do first?

You want to use the Stackdriver Logging Agent to send an application's log file to Stackdriver from a Compute Engine virtual machine instance. After installing the Stackdriver Logging Agent, what should you do first?A . Enable the Error Reporting API on the project.B . Grant the instance full access to...

June 13, 2021 No Comments READ MORE +

How should the application authenticate to the Google Drive API?

You are creating an App Engine application that writes a file to any user's Google Drive. How should the application authenticate to the Google Drive API?A . With an OAuth Client ID that uses the https://www.googleapis.com/auth/drive.file scope to obtain an access token for each user.B . With an OAuth Client...

June 11, 2021 No Comments READ MORE +

Which service should you use?

You are running an application on App Engine that you inherited. You want to find out whether the application is using insecure binaries or is vulnerable to XSS attacks. Which service should you use?A . Cloud AmorB . Stackdriver DebuggerC . Cloud Security ScannerD . Stackdriver Error ReportingView AnswerAnswer: C...

June 11, 2021 No Comments READ MORE +