Free Professional Cloud Developer Exam Braindumps (page: 16)

Page 16 of 82

Your application performs well when tested locally, but it runs significantly slower after you deploy it to a Compute Engine instance. You need to diagnose the problem.
What should you do?
What should you do?

  1. File a ticket with Cloud Support indicating that the application performs faster locally.
  2. Use Cloud Debugger snapshots to look at a point-in-time execution of the application.
  3. Use Cloud Profiler to determine which functions within the application take the longest amount of time.
  4. Add logging commands to the application and use Cloud Logging to check where the latency problem occurs.

Answer(s): C



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?

  1. Increase the size of the instance class.
  2. Change the Persistent Disk type to SSD.
  3. Change /product-details to perform the requests in parallel.
  4. Store the /sku-details information in a database, and replace the webservice call with a database query.

Answer(s): C



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

  1. Use BigQuery federated queries to query data from Cloud Storage.
  2. Create a dataset in the EU region that will keep information about EU users only.
  3. Create a Cloud Storage bucket in the EU region to store information for EU users only.
  4. Re-upload your data using to a Cloud Dataflow pipeline by filtering your user records out.
  5. Use DML statements in BigQuery to update/delete user records based on their requests.

Answer(s): B,E


Reference:

https://cloud.google.com/solutions/bigquery-data-warehouse



Your App Engine standard configuration is as follows:
service: production instance_class: B1
You want to limit the application to 5 instances.
Which code snippet should you include in your configuration?

  1. manual_scaling: instances: 5 min_pending_latency: 30ms
  2. manual_scaling: max_instances: 5 idle_timeout: 10m
  3. basic_scaling: instances: 5 min_pending_latency: 30ms
  4. basic_scaling: max_instances: 5 idle_timeout: 10m

Answer(s): D



Page 16 of 82



Post your Comments and Discuss Google Professional Cloud Developer exam with other Community members:

DaveP commented on November 19, 2023
Some of these answers are wrong according to the Google sample questions.
UNITED STATES
upvote

devansh commented on June 21, 2023
does anyone recently took the exam , i have it in 2 days , are these dumps only enough for the prep?
Anonymous
upvote