A company needs to deploy a new containerized application using Kubernetes on Google Cloud. Which service should they use?
ACloud Run
BGKE
CApp Engine
DCloud Functions
Explanation
Google Kubernetes Engine (GKE) is specifically designed for Kubernetes deployments; Cloud Run and App Engine are for serverless, while Cloud Functions is for event-driven functions.
Q342
What happens when you exceed the daily usage limit for an API on Google Cloud?
AAPI becomes inactive temporarily
BAPI requests are throttled
CAdditional costs occur instantly
DService continues until monthly limit
Explanation
Requests are throttled to prevent overload when daily limits are exceeded; the API does not become inactive automatically, and additional costs are not incurred unless specified.
Q343
Which service allows for automatic scaling of applications?
AApp Engine
BCloud Storage
CCloud Functions
DBigQuery
Explanation
App Engine automatically scales applications based on traffic, while the others are not designed for automated scaling.
Q344
A company needs to manage user permissions for their GCP resources. Which service should they use?
ACloud IAM
BService Accounts
CCloud Functions
DCloud Shell
Explanation
Cloud IAM is specifically designed for managing permissions, whereas the others serve different functionalities.
Q345
What happens when an instance reaches its maximum CPU quota in GCP?
AIt continues running with degraded performance.
BThe instance is automatically deleted.
CNew instances cannot be created.
DBilling stops until limits are reset.
Explanation
Reaching the CPU quota restricts the creation of new instances; performance of existing instances remains unchanged.
Q346
Which service would you use for real-time processing of streaming data?
ACloud Pub/Sub
BCloud Storage
CCloud Functions
DCloud Load Balancing
Explanation
Cloud Pub/Sub is designed for real-time messaging, while others are meant for different use cases.
Q347
A company needs to deploy a microservices architecture. Which Google Cloud feature best supports this need?
AApp Engine
BCloud Functions
CCloud Run
DCompute Engine
Explanation
Cloud Run is optimized for running containerized microservices, whereas others serve different application models.
Q348
What happens when you update a Cloud Function's code with a new version?
AOld version is immediately deleted.
BOld version becomes unavailable.
CNew version is deployed alongside old.
DFunction stops running until updated.
Explanation
The new version is deployed, but the old version remains active until the update is fully processed.
Q349
Which Google Cloud service enables you to manage containerized applications?
AKubernetes Engine
BCloud Functions
CApp Engine
DCloud Storage
Explanation
Kubernetes Engine is specifically designed for container orchestration, while others serve different purposes.
Q350
A company needs to distribute application traffic across multiple regions to improve latency. Which Google Cloud service should it use?
ACloud CDN
BCloud Load Balancing
CCloud Scheduler
DCloud Pub/Sub
Explanation
Cloud Load Balancing automatically distributes traffic globally, unlike the others that serve different functions.