Google Professional Cloud Developer Exam Questions
Professional Cloud Developer (Page 4 )

Updated On: 21-Feb-2026

You need to migrate an internal file upload API with an enforced 500-MB file size limit to App Engine. What should you do?

  1. Use FTP to upload files.
  2. Use CPanel to upload files.
  3. Use signed URLs to upload files.
  4. Change the API to be a multipart file upload API.

Answer(s): C


Reference:

https://wiki.christophchamp.com/index.php?title=Google_Cloud_Platform



You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. The application exposes an HTTP-based health check at /healthz. You want to use this health check endpoint to determine whether traffic should be routed to the pod by the load balancer.

Which code snippet should you include in your Pod configuration?





Answer(s): B

Explanation:

For the GKE ingress controller to use your readinessProbes as health checks, the Pods for an Ingress must exist at the time of Ingress creation. If your replicas are scaled to 0, the default health check will apply.



Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to a BigQuery table.



Which improvement should you suggest your teammate make?

  1. Include multiple rows with each request.
  2. Perform the inserts in parallel by creating multiple threads.
  3. Write each row to a Cloud Storage object, then load into BigQuery.
  4. Write each row to a Cloud Storage object in parallel, then load into BigQuery.

Answer(s): B



You are developing a JPEG image-resizing API hosted on Google Kubernetes Engine (GKE). Callers of the service will exist within the same GKE cluster. You want clients to be able to get the IP address of the service.

What should you do?

  1. Define a GKE Service. Clients should use the name of the A record in Cloud DNS to find the service's cluster IP address.
  2. Define a GKE Service. Clients should use the service name in the URL to connect to the service.
  3. Define a GKE Endpoint. Clients should get the endpoint name from the appropriate environment variable in the client container.
  4. Define a GKE Endpoint. Clients should get the endpoint name from Cloud DNS.

Answer(s): C



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?

  1. Download the binary from the internet during the build process.
  2. Build a custom cloud builder image and reference the image in your build steps.
  3. Include the binary in your Cloud Source Repositories repository and reference it in your build scripts.
  4. Ask to have the binary added to the Cloud Build environment by filing a feature request against the Cloud Build public Issue Tracker.

Answer(s): B






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

Join the Professional Cloud Developer Discussion