Free Professional Cloud Developer Exam Braindumps (page: 5)

Page 5 of 82

Your service adds text to images that it reads from Cloud Storage. During busy times of the year, requests to Cloud Storage fail with an HTTP 429 "Too Many
Requests" status code.
How should you handle this error?

  1. Add a cache-control header to the objects.
  2. Request a quota increase from the GCP Console.
  3. Retry the request with a truncated exponential backoff strategy.
  4. Change the storage class of the Cloud Storage bucket to Multi-regional.

Answer(s): C


Reference:

https://developers.google.com/gmail/api/v1/reference/quota



You are building an API that will be used by Android and iOS apps. The API must:
* Support HTTPs
* Minimize bandwidth cost
* Integrate easily with mobile apps
Which API architecture should you use?

  1. RESTful APIs
  2. MQTT for APIs
  3. gRPC-based APIs
  4. SOAP-based APIs

Answer(s): C


Reference:

https://www.devteam.space/blog/how-to-build-restful-api-for-your-mobile-app/



Your application takes an input from a user and publishes it to the user's contacts. This input is stored in a table in Cloud Spanner. Your application is more sensitive to latency and less sensitive to consistency.
How should you perform reads from Cloud Spanner for this application?

  1. Perform Read-Only transactions.
  2. Perform stale reads using single-read methods.
  3. Perform strong reads using single-read methods.
  4. Perform stale reads using read-write transactions.

Answer(s): B


Reference:

https://cloud.google.com/solutions/best-practices-cloud-spanner-gaming-database



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 1 replica of the new version and maintain the previous replicas until the new replica is healthy.
Which change should you make to the GKE Deployment object shown below?

  1. Set the Deployment strategy to RollingUpdate with maxSurge set to 0, maxUnavailable set to 1.
  2. Set the Deployment strategy to RollingUpdate with maxSurge set to 1, maxUnavailable set to 0.
  3. Set the Deployment strategy to Recreate with maxSurge set to 0, maxUnavailable set to 1.
  4. Set the Deployment strategy to Recreate with maxSurge set to 1, maxUnavailable set to 0.

Answer(s): B



Page 5 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