What happens when a subnet's IP range is altered in a VPC?
AAll existing connections are dropped
BNew instances lose network access
CCurrent instances remain unaffected
DSubnetwork dissolves completely
Explanation
Current instances remain unaffected while new IPs apply; other options misrepresent subnet behavior.
Q262
Which service allows interconnectivity between VPCs?
AVPC Peering
BCloud Functions
CCloud Pub/Sub
DCloud Composer
Explanation
VPC Peering allows secure interconnectivity, while the others serve different purposes.
Q263
A company needs to restrict access to sensitive data in BigQuery. What should they implement?
AIAM Roles
BFirewall Rules
CVPN
DStatic IP
Explanation
IAM Roles control access, while the others don't manage data access directly.
Q264
What happens when you delete a static IP address?
AIt releases immediately
BIt's held for 30 days
CIt goes to an alternate user
DIt cannot be reused
Explanation
Static IPs are released immediately upon deletion, while the others are incorrect effects.
Q265
Which service provides hybrid connectivity in Google Cloud?
ACloud VPN
BCloud Functions
CCloud Storage
DGoogle Pub/Sub
Explanation
Cloud VPN enables secure hybrid connectivity, while the others serve different purposes.
Q266
A company needs to restrict network access to its VMs. What should you implement?
AVPC Peering
BFirewall Rules
CLoad Balancing
DIAM Roles
Explanation
Firewall Rules control network access, while the others do not directly restrict access.
Q267
What happens when a Cloud Router advertises a route?
APeers gain the route instantly
BRoute is logged in Cloud Storage
CLatency increases for users
DOnly Google services receive it
Explanation
Peers receive advertised routes automatically, while the other options misrepresent the behavior of Cloud Router.
Q268
Which service enables private connections between your on-premises network and Google Cloud?
ACloud VPN
BCloud Storage
CCloud DNS
DCloud Pub/Sub
Explanation
Cloud VPN creates secure tunnels between environments; the others do not address network connectivity directly.
Q269
A company needs to restrict access to certain network resources based on user roles. What GCP feature should they use?
AVPC Network Routes
BIAM Roles
CCloud Router
DFirewall Rules
Explanation
IAM Roles manage permissions; other options do not control access based on user role.
Q270
What happens when you delete a static route from a VPC in Google Cloud?
AAll associated VM instances reboot
BTraffic to the destination stops
CThe route is archived for recovery
DNo effect if no traffic was using it
Explanation
Deleting a static route ceases traffic routing to that destination; rebooting or archiving does not occur, and inactive routes have minor implications.