Google Cloud
Google Cloud Certified – Professional Cloud Architect
PR000213
Popular Trending
Get certified as a Professional Cloud Architect with exam code PR000213 to validate your architectural skills in Google Cloud.
498 questions
0 views
Free
Questions 101–110 of 498
A company needs to deploy a multi-regional application with minimum latency. Which Google Cloud service should they use?
-
A
Cloud Functions
-
B
Cloud Run
-
C
Google Kubernetes Engine
-
D
Cloud Storage
Explanation
Google Kubernetes Engine supports multi-regional deployment efficiently.
You are configuring IAM policies for fine-grained access control. What happens if an IAM policy is conflicting with project-level permissions?
-
A
Least privilege takes precedence
-
B
Project-level permissions override all
-
C
Conflicts result in access denied
-
D
Combines permissions from both levels
Explanation
IAM enforces least privilege, resolving conflicts based on this principle.
Which service is ideal for serverless application hosting?
-
A
Cloud Functions
-
B
Compute Engine
-
C
App Engine
-
D
Kubernetes Engine
Explanation
App Engine is designed for serverless apps, while the others require more management.
A company needs real-time data processing for IoT devices. Which service should they use?
-
A
Pub/Sub
-
B
Cloud Storage
-
C
BigQuery
-
D
Cloud SQL
Explanation
Pub/Sub allows for real-time messaging and event streaming, unlike the others.
You are configuring IAM roles for a project. What happens if a user is assigned multiple conflicting roles?
-
A
First role is applied only
-
B
Most restrictive permissions apply
-
C
Permissions are cumulative
-
D
Contact admin for resolution
Explanation
IAM roles aggregate permissions across all assigned roles, making them cumulative.
Which Google Cloud service allows for real-time data analytics?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Functions
-
D
Compute Engine
Explanation
BigQuery is designed for real-time analytics, while the others serve different purposes.
A company needs to manage multiple service accounts across projects securely. What is the best approach?
-
A
Use IAM Policies
-
B
Create folders for each project
-
C
UI-based management only
-
D
Service account keys distribution
Explanation
IAM Policies allow structured management of service accounts securely, while the other options lack efficiency.
You are configuring a Load Balancer. What happens when you set session affinity to 'CLIENT_IP'?
-
A
Traffic is routed based on client IP
-
B
Traffic routes randomly to backends
-
C
Sessions are not tracked
-
D
Only HTTPS traffic is handled
Explanation
Setting 'CLIENT_IP' routes traffic ensuring the same client IP goes to the same backend.
Which service is ideal for managing application secrets in Google Cloud?
-
A
Cloud Secrets Manager
-
B
Cloud Storage
-
C
Cloud Pub/Sub
-
D
Cloud Functions
Explanation
Cloud Secrets Manager securely stores and manages secrets, while the other options are not designed for secret management.
You are configuring a Google Cloud Load Balancer. What happens if you mistakenly assign the same IP address to multiple backend services?
-
A
Load balancing will fail
-
B
Traffic will be divided evenly
-
C
IP address allocation will succeed
-
D
Requests will be routed randomly
Explanation
Assigning the same IP address to multiple backends will cause conflicts, leading to load balancing failure.