Which service provides a managed Kubernetes platform?
ACloud Run
BGoogle Kubernetes Engine
CApp Engine
DCloud Functions
Explanation
Google Kubernetes Engine offers managed Kubernetes orchestration; others do not.
Q332
A company needs to store structured data with high query performance. Which service should they choose?
ACloud Firestore
BBigQuery
CCloud Spanner
DCloud Storage
Explanation
Cloud Spanner is designed for structured data with strong consistency; others are less optimized for high performance querying.
Q333
What happens when a Cloud Function timeout occurs?
AThe function continues processing.
BThe function is automatically retried.
CAn error is logged and execution stops.
DThe function scales horizontally.
Explanation
Timeout results in execution stopping and an error logged; others are incorrect regarding no retry or continuation.
Q334
Which service is used for serverless event-driven applications?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions allows you to run code in response to events; others are not event-driven.
Q335
A company needs a highly available NoSQL database. Which Google Cloud service should they use?
ACloud Firestore
BCloud SQL
CBigQuery
DCloud Datastore
Explanation
Cloud Firestore is designed for high availability in NoSQL; others are not optimized for this case.
Q336
You are configuring Cloud IAM policies for multiple projects. What happens when a user has roles in multiple projects?
ARoles aggregate across projects
BRoles conflict and cancel each other
CEach project's roles are separate
DUser has no roles at all
Explanation
Roles aggregate, allowing users to perform combined actions across projects; others misinterpret IAM behavior.
Q337
Which Google Cloud service is ideal for real-time data analytics?
ABigQuery
BCloud Storage
CCloud SQL
DApp Engine
Explanation
BigQuery is designed for large-scale data analytics, whereas the others serve different purposes.
Q338
A development team needs to deploy a containerized application with auto-scaling. Which service should they use?
ACloud Functions
BCloud Run
CApp Engine
DGKE
Explanation
Cloud Run allows for easy container deployment with auto-scaling, unlike the others which cater to different scenarios.
Q339
What happens when a user with a 'Service Account User' role attempts to access a resource?
AAccess is granted without limitations.
BAccess is denied by default.
CAccess only is granted with permission.
DAccess is granted to all services.
Explanation
The 'Service Account User' role allows access only with specified permissions, while others incorrectly state the role privileges.
Q340
Which service provides fully managed NoSQL database capabilities on Google Cloud?
ACloud Firestore
BCloud SQL
CCloud Spanner
DBigQuery
Explanation
Cloud Firestore is designed for scalable NoSQL workloads; Cloud SQL is relational, Cloud Spanner is a distributed SQL database, and BigQuery is analytics-focused.