What happens when a GCP instance is set to 'preemptible'?
AGuaranteed uptime for critical workloads
BCan be terminated anytime without notice
CPay a fixed rate monthly
DNon-terminable during peak hours
Explanation
Preemptible instances can be terminated at any time, while the other options describe behaviors of persistent resources.
Q322
Which service is primarily used for load balancing across Google Cloud resources?
ACloud Load Balancing
BCloud VPN
CCloud CDN
DCloud Armor
Explanation
Cloud Load Balancing provides automatic distribution of incoming traffic across multiple resources, while the others serve different purposes.
Q323
A company needs to connect its on-premises network with its Google Cloud VPC. What method should they use?
ACloud NAT
BCloud Interconnect
CCloud Router
DCloud VPN
Explanation
Cloud VPN creates secure tunnels for connecting on-premises to Google Cloud, while the other options have different applications.
Q324
What happens when setting a global firewall rule but forgetting to apply a target service?
AEffective only on existing instances
BFirewalls apply to all services
CNo traffic is filtered
DLimited to specified IP ranges only
Explanation
Without a target, the global firewall rule does not filter any traffic, making it ineffective.
Q325
Which service provides VPC Peering in GCP?
AVPC Network
BCloud Router
CFirewall Rules
DCloud DNS
Explanation
VPC Network allows you to create VPC Peering, while the others serve different purposes.
Q326
A company needs to optimize their usage of IP addresses in their subnets. What is the best approach?
AUse static IPs for all instances
BImplement CIDR block segmentation
COnly use a single large subnet
DDisable IP addressing for instances
Explanation
CIDR block segmentation allows for efficient IP usage, contrary to the other options which are inefficient.
Q327
What happens when you configure a VPN Gateway without a routing configuration?
ATraffic flows normally without issues
BTraffic is blocked by default
COnly specific IPs can communicate
DNo communication can occur
Explanation
Without routing, the VPN Gateway cannot route any traffic, leading to no communication.
Q328
Which service provides a managed virtual network for Google Cloud resources?
AVPC (Virtual Private Cloud)
BCloud Pub/Sub
CCloud Functions
DCloud Storage
Explanation
VPC enables network customization; others do not focus on networking.
Q329
A company needs to distribute content globally. Which GCP service should they use?
ACloud Load Balancing
BCloud CDN
CCloud Functions
DCloud Pub/Sub
Explanation
Cloud CDN caches content closer to users; others don’t specialize in content delivery.
Q330
What happens when you set a static IP address for a VM but it is stopped?
AIP address is released permanently
BStatic IP remains allocated to the VM
CStatic IP is changed to dynamic
DIP address is only temporary
Explanation
A static IP remains associated with the VM; others incorrectly suggest IP changes or loss.