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 231–240 of 498
You are configuring IAM roles for a project. What happens when you apply a new role to a user who already has another conflicting role?
-
A
New role overrides the old one
-
B
Both roles are ignored
-
C
User retains both roles
-
D
Old role takes precedence
Explanation
In Cloud IAM, users can have multiple roles, and they all apply unless explicitly denied, so both roles are retained.
A company needs to monitor VM performance effectively. Which service should they use?
-
A
Google Cloud Operations
-
B
Google Cloud Functions
-
C
Google Cloud SQL
-
D
Google Cloud Pub/Sub
Explanation
Google Cloud Operations provides comprehensive monitoring capabilities, while the others do not focus on performance monitoring.
You are configuring IAM roles for a project. What is the role of predefined roles?
-
A
They provide broad access rights
-
B
They are customizable by users
-
C
They limit access based on needs
-
D
They automate billing tasks
Explanation
Predefined roles offer fine-grained access tailored to specific services, unlike broad roles or automated tasks.
What happens when you exceed the quota limits of a Cloud Storage bucket?
-
A
Data is auto-archived
-
B
Uploads fail until limits reset
-
C
No effect on existing data
-
D
Billing increases automatically
Explanation
Exceeding quota limits results in failed uploads, while existing data remains unaffected and billing doesn't automatically change.
Which service allows you to orchestrate containerized applications?
-
A
Cloud Run
-
B
Cloud Build
-
C
Google Kubernetes Engine
-
D
App Engine
Explanation
Google Kubernetes Engine is specifically designed for container orchestration, while others focus on deployment or builds.
A company needs to provide cost-effective data storage for infrequently accessed data. Which Google Cloud service should they use?
-
A
Cloud SQL
-
B
BigQuery
-
C
Cloud Storage Nearline
-
D
Compute Engine
Explanation
Cloud Storage Nearline is optimized for infrequent access, unlike the others which serve different use cases.
What happens when you configure a Google Cloud Load Balancer with backend services in multiple regions?
-
A
Traffic is routed to a single region.
-
B
Global load balancing is enabled.
-
C
Only one region will accept traffic.
-
D
Latencies may increase significantly.
Explanation
Global load balancing allows traffic distribution across regions, enhancing availability and performance.
Which service is best for real-time data processing?
-
A
Cloud Pub/Sub
-
B
Cloud Storage
-
C
Cloud Functions
-
D
Compute Engine
Explanation
Cloud Pub/Sub allows for real-time messaging, unlike Cloud Storage, which is for static data.
A company needs to ensure fault tolerance for its application during maintenance. What should they implement?
-
A
Load balancer with health checks
-
B
Single instance with backups
-
C
Preemptible VM instances
-
D
Manual failover mechanism
Explanation
A load balancer with health checks can reroute traffic during maintenance, while the others do not guarantee continuous availability.
You are configuring Identity Aware Proxy (IAP). What happens when IAP is enabled for a web application?
-
A
Restricts network traffic only
-
B
Enforces user authentication and authorization
-
C
Disables application logging
-
D
Encrypts application data in transit
Explanation
IAP secures web applications by enforcing authentication and authorization, while the other options do not describe IAP's function.