PCD-1

PCD-1

Professional Development

50 Qs

quiz-placeholder

Similar activities

Oracle Cloud Infrastructure 2023 Multicloud Architect Associate

Oracle Cloud Infrastructure 2023 Multicloud Architect Associate

Professional Development

53 Qs

Sharepoint Administration Revision

Sharepoint Administration Revision

Professional Development

48 Qs

lorem ipsum AWS D4 cap.1-2

lorem ipsum AWS D4 cap.1-2

Professional Development

55 Qs

(Part 2) Cloud Essentials Study Guide

(Part 2) Cloud Essentials Study Guide

Professional Development

48 Qs

Microsoft Azure Fundamentals AZ-900 ENG #5

Microsoft Azure Fundamentals AZ-900 ENG #5

University - Professional Development

55 Qs

Google Ace - Set 3

Google Ace - Set 3

Professional Development

53 Qs

PDE-2022-3

PDE-2022-3

Professional Development

50 Qs

ACE-3

ACE-3

Professional Development

50 Qs

PCD-1

PCD-1

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Balamurugan R

Used 27+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/

gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/

hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/

gcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Replace your entire monitoring platform with Stackdriver.

Install the Stackdriver agents on your Compute Engine instances.

Use Stackdriver to capture and alert on logs, then ship them to your existing platform.

Migrate some traffic back to your old platform and perform AB testing on the two platforms concurrently.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Enable private IP for the Cloud SQL instance.

Whitelist a project to access Cloud SQL, and add Compute Engine instances in the whitelisted project.

Create a role in Cloud SQL that allows access to the database from external instances, and assign the Compute Engine instances to that role.

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.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

gcloud compute instances add-access-config ${NAME}-backend-instance-1

gcloud compute instances add-tags ${NAME}-backend-instance-1 --tags http-server

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

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Deploy the website on App Engine and use traffic splitting.

Deploy the website on App Engine as three separate services.

Deploy the website on Cloud Functions and use traffic splitting.

Deploy the website on Cloud Functions as three separate functions.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

gsutil cp --project my-gcp-project -r ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone us-east1-b

gsutil cp --project my-gcp-project -R ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone us-east1-b

.gcloud compute scp --project my-gcp-project --recurse ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone us-east1-b

gcloud compute mv --project my-gcp-project --recurse ~/local-scripts/ gcp-instance-name:~/server-scripts/ --zone us-east1-b

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Uptime check

Process health

Metric absence

Metric threshold

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?