Which service allows automatic scaling of VMs in Google Cloud?
AManaged Instance Groups
BCloud Functions
CCompute Engine
DKubernetes Engine
Explanation
Managed Instance Groups enable auto-scaling based on load, while others do not provide this specific functionality.
Q332
A company needs to ensure secure, limited access to Cloud Storage for sensitive data. What should they use?
ACloud IAM roles
BVPC Service Controls
CCloud Functions
DBigQuery Auth
Explanation
VPC Service Controls provide additional security for Cloud Storage, ensuring limited access compared to IAM roles.
Q333
You are configuring a VPN between an on-premises network and Google Cloud. What must the VPN gateway have?
AA public IP address
BAn internal IP address
CIPv6 support
DLoad balancing
Explanation
The VPN Gateway requires a public IP address to establish a connection with the on-premises network.
Q334
Which service offers private connectivity to Google Cloud?
ACloud VPN
BCloud Interconnect
CCloud Storage
DCloud Functions
Explanation
Cloud Interconnect provides high-throughput and low-latency connectivity, unlike VPN which uses the public internet, and Cloud Storage or Functions are unrelated.
Q335
A company needs to ensure that their VPC resources are isolated. What should they implement first?
AFirewall rules
BService accounts
CSubnets
DCloud Load Balancer
Explanation
Subnets enable the segmentation of VPC resources, while firewall rules control traffic, service accounts manage permissions, and load balancers distribute traffic.
Q336
You are configuring a Cloud Router for dynamic routing. What happens when you set the BGP session to down?
ARoutes are advertised to peers
BNo routes are advertised
CStatic routes take effect
DNew BGP session initiates
Explanation
When the BGP session is down, no routes are advertised to peers, contradicting all other options that suggest continued advertising or speculative behavior.
Q337
Which service automatically scales your applications based on demand?
AGoogle Kubernetes Engine
BGoogle Compute Engine
CGoogle App Engine
DGoogle Cloud Functions
Explanation
Google App Engine is designed for automatic scaling of applications; others require manual configuration.
Q338
A company needs to securely connect their on-premises network to Google Cloud. What should they use?
ACloud Pub/Sub
BCloud Interconnect
CCloud Functions
DBigQuery Data Transfer Service
Explanation
Cloud Interconnect provides a secure connection between on-premises and Google Cloud networks, unlike the other options.
Q339
What happens when you delete a Google Cloud IAM role while it's still assigned to a user?
AUser retains all permissions granted
BRole deletion fails pending usage
CUser loses permissions immediately
DRole becomes inactive but not deleted
Explanation
Once a role is deleted, all permissions assigned via that role are immediately revoked from users.
Q340
Which service efficiently interconnects VPCs across regions?
AGoogle Cloud VPN
BInterconnect
CVPC Peering
DCloud Router
Explanation
VPC Peering enables interconnectivity of VPCs across regions, while others serve different purposes or connect with on-premises systems.