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 171–180 of 495
You are configuring a Google Cloud VPC, and you want to restrict traffic to specific IP ranges. Which component should you utilize?
-
A
Firewall rules
-
B
Routing tables
-
C
Subnets
-
D
VPN Gateway
Explanation
Firewall rules control allowed traffic based on IP ranges, while the other options deal with networking configuration.
Which Google Cloud service is used for serverless computing?
-
A
Cloud Functions
-
B
Compute Engine
-
C
App Engine
-
D
Kubernetes Engine
Explanation
Cloud Functions allows for event-driven, serverless code execution; other options are not serverless in this context.
A company needs to stream real-time analytics over streaming data. Which Google Cloud service should they use?
-
A
BigQuery
-
B
Cloud Pub/Sub
-
C
Cloud Dataflow
-
D
Cloud Spanner
Explanation
Cloud Dataflow is specifically designed for processing and analyzing streaming data; others do not meet this requirement.
What happens when you delete a Google Cloud Storage bucket?
-
A
All objects are permanently lost.
-
B
Bucket is recreated automatically.
-
C
Objects are moved to another bucket.
-
D
Bucket is temporarily disabled.
Explanation
Deleting a bucket permanently removes all contained objects, which cannot be recovered unless versions are enabled.
Which service is used for serverless event-driven computing?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Run
-
D
Kubernetes Engine
Explanation
Cloud Functions facilitates serverless event-driven computing, while others are more for manual setup or orchestration.
A company needs to store data across multiple regions for redundancy. Which storage option is best?
-
A
Cloud Storage Multi-Regional
-
B
Persistent Disk
-
C
Cloud SQL
-
D
Cloud Firestore
Explanation
Cloud Storage Multi-Regional optimizes for high availability and redundancy across regions, unlike other options.
What happens when you configure a VPC with an internet gateway in Google Cloud?
-
A
Provides access to GCP APIs
-
B
Allows public access to resources
-
C
Restricts all incoming traffic
-
D
Enables VPC peering automatically
Explanation
An internet gateway allows external access, while the other options do not accurately describe its function.
Which Google Cloud service is designed for real-time data analytics?
-
A
BigQuery
-
B
Cloud Storage
-
C
App Engine
-
D
Cloud Firestore
Explanation
BigQuery is specialized for real-time analytics, whereas others are for storage or application hosting.
A company needs to deploy a web application that requires scalability and auto-management. Which service should they choose?
-
A
Compute Engine
-
B
Cloud Functions
-
C
App Engine
-
D
Kubernetes Engine
Explanation
App Engine auto-scales and manages infrastructure seamlessly, unlike the others that require more manual configuration.
You are configuring Cloud IAM roles for a project. What happens if a user is granted multiple roles?
-
A
Only the highest role applies
-
B
All roles are cumulative
-
C
No roles are assigned
-
D
Only the first assigned role applies
Explanation
Cloud IAM roles are cumulative, allowing users to inherit permissions from multiple roles granted.