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 281–290 of 495
A company needs to run a containerized application with scaling capabilities. Which service should they use?
-
A
Cloud Run
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Functions
Explanation
Cloud Run is designed for serverless containers, whereas the others may not efficiently auto-scale containers.
What happens when you misconfigure a Google Cloud IAM role for a user?
-
A
User gains full access
-
B
User gains limited permissions
-
C
User's request is blocked
-
D
User settings are reset
Explanation
Misconfiguration typically results in access being denied if permissions are insufficient, not enhanced.
Which service is best for running containerized applications?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
Cloud Run
-
D
Compute Engine
Explanation
Google Kubernetes Engine is designed specifically for managing containerized applications, while others serve different purposes.
A company needs to store user session data in a scalable way. What should they use?
-
A
Cloud SQL
-
B
Firestore
-
C
Cloud Storage
-
D
BigQuery
Explanation
Firestore is designed for variable and scalable data types like sessions, unlike the other options.
You are configuring a billing alert. What happens when the alert threshold is reached?
-
A
Bill is automatically adjusted
-
B
Notification is triggered
-
C
Service is automatically paused
-
D
Policy changes apply immediately
Explanation
When a billing alert threshold is reached, a notification is sent; it does not trigger changes to billing or service.
Which Google Cloud service is best for real-time data analytics?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Pub/Sub
-
D
Compute Engine
Explanation
BigQuery is designed for real-time analytics, while others serve different purposes.
A company needs to ensure its application runs with minimal downtime during deployments. What approach should they use?
-
A
Rolling updates
-
B
Blue/Green deployments
-
C
Canary releases
-
D
All of the above
Explanation
Blue/Green deployments minimize downtime by maintaining two environments.
You are configuring IAM policies for a Google Cloud project. What is the effect of granting 'roles/storage.objectViewer' to a user?
-
A
User can delete objects
-
B
User can upload objects
-
C
User can view objects
-
D
User cannot access objects
Explanation
This role allows the user to view, but not modify, objects.
Which service is best for serverless application deployment?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Kubernetes Engine
-
D
App Engine
Explanation
Cloud Functions is specifically designed for serverless applications, while the others are not exclusively serverless.
A company needs to store large files securely. What Google Cloud service should they use?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud SQL
-
D
Pub/Sub
Explanation
Cloud Storage is optimized for large file storage, while others are suited for different data types.