Which service can automatically scale applications in response to demand?
AGoogle App Engine
BGoogle Cloud Functions
CGoogle Cloud Storage
DGoogle BigQuery
Explanation
Google App Engine automatically scales applications, while others do not directly manage scaling.
Q422
A company needs to store large amounts of unstructured data for analytics purposes. What Google Cloud service is most appropriate?
AGoogle Cloud SQL
BGoogle Bigtable
CGoogle Cloud Storage
DGoogle Pub/Sub
Explanation
Google Cloud Storage is designed for unstructured data, unlike the others which serve different purposes.
Q423
You are configuring IAM policies for a project. What happens if you assign a 'Viewer' role to a user at the project level?
AUser can edit resources
BUser has read-only access
CUser can create new resources
DUser cannot access resources
Explanation
The 'Viewer' role grants read-only access to project resources, while others imply higher privileges.
Q424
Which service provides serverless execution for code?
ACloud Functions
BCloud SQL
CApp Engine
DCloud Run
Explanation
Cloud Functions allows execution of code in response to events; Cloud SQL is for managed databases and App Engine is for deploying applications.
Q425
A company needs to analyze large datasets in real time. Which service should they use?
ABigQuery
BCloud Storage
CCloud Pub/Sub
DCloud Functions
Explanation
BigQuery is specifically designed for real-time analytics on large datasets; Cloud Storage is for object storage.
Q426
You are configuring IAM policies. What happens if a user belongs to multiple groups with conflicting permissions?
ADeny all permissions
BPermit all permissions
CPermit the most permissive
DDeny the most permissive
Explanation
IAM resolves permission conflicts by granting the most permissive one; denying permissions comes last.
Q427
Which Google Cloud service is optimal for managing Docker containers?
AGoogle Kubernetes Engine
BCompute Engine
CCloud Functions
DApp Engine
Explanation
Google Kubernetes Engine is designed for orchestrating Docker containers, while the others focus on different workloads.
Q428
A company needs a service for real-time data analytics with high throughput. Which should they use?
ABigQuery
BCloud Pub/Sub
CCloud Storage
DCloud Datastore
Explanation
Cloud Pub/Sub is ideal for real-time messaging and analytics; BigQuery is better for large batch queries.
Q429
What happens when you set IAM roles directly on a project-level resource?
AOverrides organization roles
BInheritance is not applied
CRoles are cumulative
DLocal only affects the specific resource
Explanation
Roles at different levels combine, meaning project-level roles are added to organization roles.
Q430
Which service is best for unstructured data storage?
ACloud Storage
BCloud SQL
CCloud Firestore
DBigQuery
Explanation
Cloud Storage is ideal for unstructured data, while the others are structured databases or analytics services.