Free Professional Cloud Developer Exam Braindumps (page: 2)

Page 2 of 82

Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs.
Which approach should you use?

  1. Deploy the website on App Engine and use traffic splitting.
  2. Deploy the website on App Engine as three separate services.
  3. Deploy the website on Cloud Functions and use traffic splitting.
  4. Deploy the website on Cloud Functions as three separate functions.

Answer(s): A


Reference:

https://cloud.google.com/appengine/docs/standard/python/splitting-traffic



You need to copy directory local-scripts and all of its contents from your local workstation to a Compute Engine virtual machine instance.
Which command should you use?

  1. gsutil cp --project “my-gcp-project” -r ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone “us-east1-b”
  2. gsutil cp --project “my-gcp-project” -R ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone “us-east1-b”
  3. gcloud compute scp --project “my-gcp-project” --recurse ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone “us-east1-b”
  4. gcloud compute mv --project “my-gcp-project” --recurse ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone “us-east1-b”

Answer(s): C


Reference:

https://cloud.google.com/sdk/gcloud/reference/compute/copy-files



You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at least 5 minutes. You are not able to change the application to generate metrics or logs.
Which alert condition should you configure?

  1. Uptime check
  2. Process health
  3. Metric absence
  4. Metric threshold

Answer(s): B


Reference:

https://cloud.google.com/monitoring/alerts/concepts-indepth



You have two tables in an ANSI-SQL compliant database with identical columns that you need to quickly combine into a single table, removing duplicate rows from the result set.
What should you do?

  1. Use the JOIN operator in SQL to combine the tables.
  2. Use nested WITH statements to combine the tables.
  3. Use the UNION operator in SQL to combine the tables.
  4. Use the UNION ALL operator in SQL to combine the tables.

Answer(s): C


Reference:

https://www.techonthenet.com/sql/union_all.php



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