Free Professional Cloud Developer Exam Braindumps (page: 1)

Page 1 of 82

You want to upload files from an on-premises virtual machine to Google Cloud Storage as part of a data migration. These files will be consumed by Cloud
DataProc Hadoop cluster in a GCP environment.
Which command should you use?

  1. gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
  2. gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
  3. hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
  4. gcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/

Answer(s): A

Explanation:

The gsutil cp command allows you to copy data between your local file. storage. boto files generated by running "gsutil config"



You migrated your applications to Google Cloud Platform and kept your existing monitoring platform. You now find that your notification system is too slow for time critical problems.
What should you do?

  1. Replace your entire monitoring platform with Stackdriver.
  2. Install the Stackdriver agents on your Compute Engine instances.
  3. Use Stackdriver to capture and alert on logs, then ship them to your existing platform.
  4. Migrate some traffic back to your old platform and perform AB testing on the two platforms concurrently.

Answer(s): C


Reference:

https://cloud.google.com/monitoring/



You are planning to migrate a MySQL database to the managed Cloud SQL database for Google Cloud. You have Compute Engine virtual machine instances that will connect with this Cloud SQL instance. You do not want to whitelist IPs for the Compute Engine instances to be able to access Cloud SQL.
What should you do?

  1. Enable private IP for the Cloud SQL instance.
  2. Whitelist a project to access Cloud SQL, and add Compute Engine instances in the whitelisted project.
  3. Create a role in Cloud SQL that allows access to the database from external instances, and assign the Compute Engine instances to that role.
  4. Create a CloudSQL instance on one project. Create Compute engine instances in a different project. Create a VPN between these two projects to allow internal access to CloudSQL.

Answer(s): A


Reference:

https://cloud.google.com/sql/docs/mysql/connect-external-app



You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below.
Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances. You want to resolve the problem.
Which commands should you run?


  1. gcloud compute instances add-access-config ${NAME}-backend-instance-1
  2. gcloud compute instances add-tags ${NAME}-backend-instance-1 --tags http-server
  3. gcloud compute firewall-rules create allow-lb --network load-balancer --allow tcp --source-ranges 130.211.0.0/22,35.191.0.0/16 --direction INGRESS
  4. gcloud compute firewall-rules create allow-lb --network load-balancer --allow tcp --destination-ranges 130.211.0.0/22,35.191.0.0/16 --direction EGRESS

Answer(s): C


Reference:

https://cloud.google.com/vpc/docs/special-configurations



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