You have an application running in App Engine. Your application is instrumented with Stackdriver Trace. The /product-details request reports details about four known unique products at /sku-details as shown below. You want to reduce the time it takes for the request to complete.What should you do?
Your company has a data warehouse that keeps your application information in BigQuery. The BigQuery data warehouse keeps 2 PBs of user data. Recently, your company expanded your user base to include EU users and needs to comply with these requirements:✑ Your company must be able to delete all user account information upon user request.✑ All EU user data must be stored in a single region specifically for EU users.Which two actions should you take? (Choose two.)
You are load testing your server application. During the first 30 seconds, you observe that a previously inactive Cloud Storage bucket is now servicing 2000 write requests per second and 7500 read requests per second. Your application is now receiving intermittent 5xx and 429 HTTP responses from the Cloud StorageJSON API as the demand escalates. You want to decrease the failed responses from the Cloud Storage API.What should you do?
You are deploying your application to a Compute Engine virtual machine instance. Your application is configured to write its log files to disk. You want to view the logs in Stackdriver Logging without changing the application code.What should you do?
Your application is running on Compute Engine and is showing sustained failures for a small number of requests. You have narrowed the cause down to a singleCompute Engine instance, but the instance is unresponsive to SSH.What should you do next?
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?