Which service is primarily used for load balancing in GCP?
AGoogle Cloud Load Balancing
BGoogle Traffic Director
CGoogle Cloud CDN
DCompute Engine Autoscaler
Explanation
Google Cloud Load Balancing distributes incoming traffic across instances efficiently. Traffic Director manages microservices but isn't a direct load balancer.
Q452
A company needs to connect its on-premises data center to Google Cloud. What is the best solution?
AVPN
BCloud Pub/Sub
CCloud Router
DCloud Storage
Explanation
A VPN provides secure connectivity for hybrid clouds, while Cloud Storage is for file storage.
Q453
What happens when a new VM instance is created in a subnet with an existing route?
ANew default route is created
BCan't connect to network
CVM uses existing route
DVM defaults to public IP
Explanation
New VMs inherit existing routes in its subnet, maintaining connectivity without disruption.
Q454
Which service provides a global anycast IP address?
ACloud DNS
BCloud Load Balancing
CCloud Armor
DCloud Functions
Explanation
Cloud Load Balancing uses anycast IP to distribute traffic globally, whereas the others do not.
Q455
A company needs to restrict access to Google Cloud resources based on group membership. Which service should they use?
AIAM Policies
BVPC Service Controls
CCloud Identity
DCloud Tasks
Explanation
IAM Policies allow for access control based on user roles/groups, while others have different functionalities.
Q456
What happens when you delete a Cloud Storage bucket that contains objects?
ABucket is deleted but objects remain.
BObjects are permanently deleted.
CBucket and objects can be restored.
DDeleting only makes objects hidden.
Explanation
Deleting a Cloud Storage bucket permanently removes all contained objects unless versioning is enabled.
Q457
Which service helps manage private IP addresses in Google Cloud?
ACloud DNS
BCloud Load Balancing
CVPC Network
DCloud Routes
Explanation
VPC Network manages private IP addresses while others do not.
Q458
A company needs to connect its on-premises data center to Google Cloud securely. What should they use?
ACloud VPN
BCloud Router
CCloud Interconnect
DCloud Load Balancer
Explanation
Cloud VPN establishes a secure connection to Google Cloud.
Q459
You are configuring a firewall rule in Google Cloud. What is the impact of setting the priority to 1000?
AIt is ignored completely
BHigher priority than lower numbers
CLower priority than lower numbers
DEqually prioritized with priority 1000
Explanation
In firewall rules, a lower number indicates a higher priority.
Q460
Which service enables private communication between Google Cloud projects?
AVPC Peering
BCloud VPN
CCloud Interconnect
DCloud Load Balancing
Explanation
VPC Peering connects different VPCs directly; other options serve different purposes.