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 111–120 of 498
A company needs to store data across multiple regions for disaster recovery. Which Google Cloud service should they use?
-
A
Cloud Bigtable
-
B
Cloud SQL
-
C
Cloud Spanner
-
D
Cloud Firestore
Explanation
Cloud Spanner is designed for global distribution and horizontal scaling, unlike the other options which are region-specific.
Which service is optimized for real-time data analytics?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Pub/Sub
-
D
Cloud Functions
Explanation
BigQuery is specifically designed for large-scale data analytics, while the others serve different use cases.
A company needs to provision virtual machines automatically based on usage. Which Google Cloud service should they use?
-
A
Compute Engine
-
B
App Engine
-
C
Cloud Functions
-
D
Cloud Run
Explanation
Compute Engine supports auto-scaling and provisioning of VMs based on demand, unlike the other services.
You are configuring IAM roles. What happens when a user has contradictory roles within the same project?
-
A
The higher privilege role prevails
-
B
Access is denied for all actions
-
C
The user cannot log in
-
D
All access is granted
Explanation
The highest privilege role takes precedence in IAM, allowing the user access as per that role.
Which service is best for monitoring resource usage?
-
A
Cloud Monitoring
-
B
Cloud Functions
-
C
Cloud Storage
-
D
Cloud Run
Explanation
Cloud Monitoring provides resource usage insights, while others serve different purposes.
A company needs to store files securely accessible by specific users. Which service should be considered?
-
A
BigQuery
-
B
Cloud SQL
-
C
Cloud Storage with IAM
-
D
App Engine
Explanation
Cloud Storage combined with IAM ensures secure access control.
You are configuring a virtual machine in Google Cloud. What happens if you set the machine type to a predefined 'n1-standard-1' instance?
-
A
1 vCPU, 3.75 GB memory
-
B
1 vCPU, 1 GB memory
-
C
2 vCPUs, 7.5 GB memory
-
D
2 vCPUs, 3.75 GB memory
Explanation
The 'n1-standard-1' instance provides 1 vCPU and 3.75 GB RAM, other options are incorrect configurations.
Which service is used for data warehousing in Google Cloud?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud SQL
-
D
Spanner
Explanation
BigQuery is specifically designed for data warehousing; the others serve different purposes.
A company needs to run a virtual machine with custom operating system images. which service should they use?
-
A
Google Kubernetes Engine
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Functions
Explanation
Compute Engine allows custom OS images for VMs, while others do not support this.
What happens when you configure IAM permissions without a role for a user?
-
A
User gains access to everything
-
B
User gains no permissions at all
-
C
User inherits permissions from service accounts
-
D
User gets default project permissions
Explanation
Without a role, the user has no permissions assigned, preventing any access.