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 481–490 of 495
Which Google Cloud service allows you to run containerized applications without managing the underlying infrastructure?
-
A
Google Kubernetes Engine
-
B
App Engine
-
C
Cloud Functions
-
D
Cloud Run
Explanation
Cloud Run is specifically designed for managing containers without infrastructure; Kubernetes Engine requires more management.
A company needs to analyze large streaming datasets in real-time. Which Google Cloud product should they use?
-
A
Cloud Storage
-
B
BigQuery
-
C
Dataflow
-
D
Pub/Sub
Explanation
Dataflow enables real-time analytics on streaming data, while Pub/Sub is used for message delivery.
You are configuring IAM permissions for a GCP resource. What happens if a user has both a role granting access and a deny rule in a policy?
-
A
User gains access
-
B
Access is denied
-
C
Access depends on role priority
-
D
User's access is limited
Explanation
In GCP, deny rules take precedence over allow rules in IAM policies.
Which service allows creating serverless applications in Google Cloud?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Run
-
D
App Engine
Explanation
Cloud Functions is specifically designed for serverless applications; others provide different compute options.
A company needs to analyze large datasets in real-time. What service should they use?
-
A
BigQuery
-
B
Cloud Storage
-
C
Dataflow
-
D
Cloud Functions
Explanation
Dataflow is optimized for real-time data processing; BigQuery is for analytics, not real-time.
What happens when you enable billing alerts in Google Cloud?
-
A
Automatic cost reduction occurs
-
B
Notifications on spending exceed thresholds
-
B
Notifications on spending exceed thresholds
-
C
Billing stops until alerts are acknowledged
-
D
Usage statistics become sudden
Explanation
Enabling alerts sends notifications when expenditure surpasses set thresholds; others are misleading.
Which service allows you to deploy applications in a serverless environment?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Kubernetes Engine
-
D
App Engine
Explanation
Cloud Functions is a serverless solution, while the others require infrastructure management.
A company needs to store large datasets with automatic scaling and high availability. Which storage option should they choose?
-
A
Cloud SQL
-
B
BigQuery
-
C
Cloud Storage
-
D
Firestore
Explanation
BigQuery is optimal for large, scalable datasets, unlike the other options that serve different needs.
You are configuring IAM policies for a project. What happens if you deny a service account access to a resource?
-
A
Access is granted for all roles
-
B
Access is denied regardless of roles
-
C
Access is allowed with owner role
-
D
Service account can still request access
Explanation
Denying access overrides all roles, preventing access completely.
Which service can be used to run serverless containers?
-
A
Cloud Run
-
B
App Engine
-
C
Cloud Functions
-
D
Kubernetes Engine
Explanation
Cloud Run specifically runs serverless containers, while others focus on different deployment methods.