You are configuring a network load balancer. What happens if your backend service goes down?
ATraffic is rerouted to another zone
BAll traffic stops until it restarts
CError messages are returned to users
DLoad balancer automatically shuts down
Explanation
Traffic is rerouted to healthy instances, ensuring availability.
Q472
Which Google Cloud service is ideal for building, deploying, and managing machine learning models?
AVertex AI
BCloud Functions
CCloud Run
DApp Engine
Explanation
Vertex AI is specifically designed for ML, while the others are general-purpose compute solutions.
Q473
A company needs to migrate its legacy database to Google Cloud with minimal downtime. What service should they use?
ACloud SQL
BDatabase Migration Service
CBigQuery
DDataflow
Explanation
Database Migration Service is specifically designed for low-downtime migrations, unlike the others.
Q474
You are configuring a VPC. What happens when you enable Private Google Access?
AResources access Google APIs privately
BPublic IPs are required for access
CAll traffic is routed through VPN
DAccess to Google services is disabled
Explanation
Private Google Access allows resources without public IPs to connect to Google services privately, while the others are incorrect functionalities.
Q475
Which service provides a fully managed NoSQL database?
ACloud Firestore
BCloud SQL
CCloud Spanner
DBigQuery
Explanation
Cloud Firestore is a fully managed NoSQL database; Cloud SQL, Spanner, and BigQuery focus on SQL or analytical queries.
Q476
A company needs high-performance computing resources for a machine learning model. Which Google Cloud service should they use?
AApp Engine
BCompute Engine
CCloud Functions
DCloud Run
Explanation
Compute Engine offers customizable virtual machines suitable for high-performance tasks, unlike App Engine, Functions, or Cloud Run.
Q477
What happens when you enable the default VPC in a Google Cloud project?
AAll resources become publicly accessible
BDefault firewalls blocks all traffic
CInternal IP range is set up
DYou cannot add any further zones
Explanation
Enabling the default VPC sets up an internal IP range; options A and B are incorrect as they misrepresent accessibility, and D is irrelevant.
Q478
Which Google Cloud service is used for container orchestration?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
Google Kubernetes Engine is specifically for container orchestration; the others serve different purposes.
Q479
A company needs a way to quickly scale their application during traffic spikes. Which service should they use?
ACompute Engine
BCloud Load Balancing
CBigQuery
DCloud Spanner
Explanation
Cloud Load Balancing automatically scales applications based on incoming traffic, unlike the others.
Q480
What happens when you set a Cloud Storage bucket to be publicly accessible?
AOnly project owners can access it
BAnyone on the internet can access it
CAccess is limited to few users
DIt can no longer store objects
Explanation
Setting a bucket to public allows everyone on the internet to access its content; the other options do not reflect this.