A company needs to analyze large datasets in real-time. Which Google Cloud service is best suited?
ACloud Bigtable
BCloud Pub/Sub
CDataproc
DCloud Spanner
Explanation
Cloud Pub/Sub excels in real-time event ingestion and processing; others aren't designed for this purpose.
Q312
What happens when you set a Cloud Storage bucket to public?
AEveryone can view and download files
BFiles are encrypted automatically
CBucket transfers are faster
DPermissions grant owner access only
Explanation
Public access allows viewing and downloading; others describe incorrect behaviors.
Q313
Which service automatically scales services based on usage?
AGoogle Kubernetes Engine
BApp Engine
CCloud Functions
DBigQuery
Explanation
App Engine automatically scales based on request load, while others require manual configuration for scaling.
Q314
A company needs to restrict user access based on job roles. Which IAM feature should they use?
AOrganizations
BService Accounts
CIAM Policies
DResource Management
Explanation
IAM Policies allow granular role-based access control, while the other options don't address user access restrictions directly.
Q315
What happens when you exceed your budget in Google Cloud billing?
AService is automatically suspended
BYou receive alerts for overspending
CCharges are canceled
DBilling continues as usual
Explanation
Exceeding a budget triggers alerts, but services continue if usage goes beyond budgeted amounts unless specifically set to stop.
Q316
Which service enables application load balancing across regions?
ACloud Load Balancing
BCloud Functions
CCloud Run
DCompute Engine
Explanation
Cloud Load Balancing is specifically designed for this purpose, while others serve different functions.
Q317
A company needs to store sensitive customer data while complying with regional regulations. Which storage method should they choose?
AGoogle Drive
BCloud Firestore
CCloud Storage with IAM
DBigQuery
Explanation
Cloud Storage with IAM allows for strong access controls and can be configured for compliance.
Q318
What happens when a user loses their 2FA device on Google Cloud?
AAccess is permanently locked
BRecovery options are available
CUser must create a new account
DAutomatically reverts to password access
Explanation
Google Cloud provides recovery options for lost 2FA devices, such as backup codes.
Q319
Which service is best for deploying containers?
ACloud Functions
BApp Engine
CGoogle Kubernetes Engine
DCloud Run
Explanation
Google Kubernetes Engine is optimized for container orchestration, while others are less suited for managing containerized applications.
Q320
You are configuring access for a new cloud project. What is the simplest way for a company to give team members temporary access to critical resources?
AIAM Roles
BService Accounts
CAccess Control Lists
DIAM Policies
Explanation
IAM Roles can be assigned temporarily, unlike the other options which are more permanent in nature.