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 131–140 of 495
A company needs to develop a serverless application. Which service should they choose?
-
A
Compute Engine
-
B
Cloud Run
-
C
Kubernetes Engine
-
D
Cloud Functions
Explanation
Cloud Functions provide a fully managed serverless environment, unlike the other options which require more management.
What happens when you enable sustained use discounts in Google Cloud?
-
A
Immediate billing increase
-
B
Automatic cost reduction
-
C
Monthly billing cap
-
D
Service interruption
Explanation
Sustained use discounts automatically reduce costs as usage of certain services increases, while others do not apply to this concept.
Which Google Cloud service is best for managing containerized applications?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
Cloud Run
-
D
App Engine
Explanation
Google Kubernetes Engine specializes in orchestration of containers, while other options are for different application hosting models.
A company needs a secure way to grant temporary access to a Cloud Storage bucket for a contractor. Which feature should they use?
-
A
Service Account
-
B
IAM Roles
-
C
Signed URLs
-
D
Bucket Policy
Explanation
Signed URLs provide temporary access to resources, whereas the others offer longer-term management capabilities.
What happens when you set a Cloud Pub/Sub subscription to 'acknowledge deadline' of zero?
-
A
Messages are lost immediately.
-
B
Messages expire after 10 seconds.
-
C
Messages are not delivered.
-
D
Messages are redelivered continuously.
Explanation
Setting the acknowledge deadline to zero means that messages are immediately available for redelivery until acknowledged.
Which Google Cloud service would you use for serverless event-driven applications?
-
A
Cloud Functions
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Run
Explanation
Cloud Functions is designed for serverless execution, while others require more setup.
A company needs to manage permissions for a multi-team project in Google Cloud. What should they use?
-
A
IAM Roles
-
B
Firewall Rules
-
C
Service Accounts
-
D
VPC Peering
Explanation
IAM Roles allow fine-grained access control, while others manage resource isolation.
You are configuring a VPC in Google Cloud. What happens when you create a firewall rule to allow egress traffic?
-
A
Blocks all outbound traffic
-
B
Allows specified outbound traffic
-
C
Deletes existing egress rules
-
D
Enables all inbound traffic
Explanation
Allowing egress enables specified outbound traffic; it does not block or delete anything.
Which service is optimized for real-time data analysis in Google Cloud?
-
A
BigQuery
-
B
Cloud Functions
-
C
Compute Engine
-
D
Cloud Storage
Explanation
BigQuery is specifically designed for real-time analytics, while others serve different functions.
A company needs to run a serverless application with auto-scaling capabilities on Google Cloud. What should they use?
-
A
Google Kubernetes Engine
-
B
App Engine
-
C
Cloud Functions
-
D
Compute Engine
Explanation
App Engine provides serverless environments and auto-scaling, unlike the other options.