Google Cloud
Google Cloud Certified – Professional Cloud Developer
PR000266
Validate your skills as a Professional Cloud Developer with exam code PR000266 in Google Cloud.
495 questions
0 views
Free
Questions 351–360 of 495
You are configuring a Cloud SQL instance and wish to ensure only certain IP addresses can access it. What should you do?
-
A
Set IAM roles
-
B
Configure authorized networks
-
C
Create Cloud Firewall rules
-
D
Enable SSL connection
Explanation
Configuring authorized networks directly controls IP access, while others do not specify access by IP.
Which service provides serverless event-driven computing?
-
A
Cloud Functions
-
B
Cloud Run
-
C
App Engine
-
D
Cloud Storage
Explanation
Cloud Functions allows event-driven execution, while other options serve different purposes.
A company needs to store data securely for regulatory compliance. What service should they use?
-
A
Cloud Pub/Sub
-
B
Cloud SQL
-
C
Cloud Bigtable
-
D
Cloud Storage with Object Versioning
Explanation
Cloud Storage with object versioning provides data integrity for compliance purposes, unlike the other options.
You are configuring a firewall rule in GCP. What happens when you set the priority to a lower number?
-
A
It overwrites rules with higher numbers
-
B
It becomes a default rule
-
C
It allows all inbound traffic
-
D
It becomes less important than higher priorities
Explanation
Lower priority numbers are evaluated first, making them more important than higher numbers.
Which Google Cloud service enables automatic scaling of applications?
-
A
Cloud Run
-
B
Cloud SQL
-
C
Cloud Spanner
-
D
App Engine
Explanation
App Engine automatically scales applications based on traffic; the others require manual configuration or specific use cases.
A company needs to manage permissions for multiple Google Cloud resources. Which tool should they use?
-
A
Cloud Functions
-
B
IAM
-
C
Cloud Run
-
D
BigQuery
Explanation
IAM is specifically designed for managing permissions; the others serve different functionalities.
What happens when a Cloud Pub/Sub message is not acknowledged within its timeout?
-
A
Message is deleted immediately.
-
B
Message is sent to a dead-letter queue.
-
C
Message is redelivered.
-
D
Message is archived indefinitely.
Explanation
The message is redelivered for processing; others misunderstand the message handling process.
Which service helps manage application state in Google Cloud?
-
A
Cloud Firestore
-
B
Cloud Functions
-
C
Cloud Storage
-
D
Cloud Pub/Sub
Explanation
Cloud Firestore is designed for state management, while the others focus on compute, storage, or messaging.
A company needs to deploy a microservices architecture on Google Cloud. Which tool is best to manage service deployment and scaling?
-
A
Cloud Run
-
B
Cloud Functions
-
C
Cloud Build
-
D
App Engine
Explanation
Cloud Run is designed for deploying containers in a microservices architecture, while the others serve different purposes.
What happens when you set a VM instance to preemptible in Google Cloud?
-
A
Instance never shuts down
-
B
Price increases significantly
-
C
Instance can be terminated at any time
-
D
Instance is always available
Explanation
Preemptible VMs can be terminated by Google at any time, while the other options reflect incorrect behaviors.