Free Professional Cloud Developer Exam Braindumps

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. You also want to minimize the total cost of the solution.
What should you do?

  1. Move the data to a Cloud Storage bucket, and mount the bucket on the filesystem using Cloud Storage FUSE.
  2. Move the data to a Cloud Storage bucket, and copy the data to the boot disk of the instance via a startup script.
  3. Move the data to a Compute Engine persistent disk, and attach the disk in read-only mode to multiple Compute Engine virtual machine instances.
  4. Move the data to a Compute Engine persistent disk, take a snapshot, create multiple disks from the snapshot, and attach each disk to its own instance.

Answer(s): C



You are developing an HTTP API hosted on a Compute Engine virtual machine instance that needs to be invoked by multiple clients within the same Virtual
Private Cloud (VPC). You want clients to be able to get the IP address of the service.
What should you do?

  1. Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Clients should use this IP address to connect to the service.
  2. Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Then, define an A record in Cloud DNS. Clients should use the name of the A record to connect to the service.
  3. Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].c. [PROJECT_ID].internal/.
  4. Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[API_NAME]/[API_VERSION]/.

Answer(s): C



Your application is logging to Stackdriver. You want to get the count of all requests on all /api/alpha/* endpoints.
What should you do?

  1. Add a Stackdriver counter metric for path:/api/alpha/.
  2. Add a Stackdriver counter metric for endpoint:/api/alpha/*.
  3. Export the logs to Cloud Storage and count lines matching /api/alpha.
  4. Export the logs to Cloud Pub/Sub and count lines matching /api/alpha.

Answer(s): B



You want to re-architect a monolithic application so that it follows a microservices model. You want to accomplish this efficiently while minimizing the impact of this change to the business.
Which approach should you take?

  1. Deploy the application to Compute Engine and turn on autoscaling.
  2. Replace the application's features with appropriate microservices in phases.
  3. Refactor the monolithic application with appropriate microservices in a single effort and deploy it.
  4. Build a new application with the appropriate microservices separate from the monolith and replace it when it is complete.

Answer(s): B


Reference:

https://cloud.google.com/solutions/migrating-a-monolithic-app-to-microservices-gke






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