Which service provides load balancing across multiple regions?
AGlobal Load Balancer
BInternal Load Balancer
CCloud CDN
DCloud Functions
Explanation
Global Load Balancer distributes traffic globally, while others serve different needs.
Q392
A company needs to securely manage API access. Which Google service should it use?
ACloud IAM
BGoogle Pub/Sub
CCloud NAT
DCloud DNS
Explanation
Cloud IAM manages access permissions; the others don't manage API access.
Q393
What happens when a VM instance exceeds its allocated quota?
AInstance crashes immediately
BNew resources cannot be created
CInstance automatically downsizes
DQuota increases automatically
Explanation
Exceeding a quota prevents new resource allocation, while others misrepresent expected behaviors.
Q394
Which Google Cloud service is best for event-driven architectures?
ACloud Functions
BCompute Engine
CCloud Storage
DCloud SQL
Explanation
Cloud Functions allows you to run code in response to events, making it ideal for event-driven architectures. The other services are not primarily designed for event-driven execution.
Q395
A company needs to establish a global, private network between its Google Cloud regions. Which service should they use?
AGoogle Cloud VPN
BDedicated Interconnect
CCloud CDN
DVPC Peering
Explanation
Dedicated Interconnect provides a high-capacity link for private, low-latency connectivity across regions. The other options do not meet the requirements for a global private network.
Q396
What happens when a Google Cloud VPC firewall rule is improperly configured to allow all ingress traffic?
AExtra charge for use
BSecurity risk increases
CNo traffic allowed
DInternal communication blocked
Explanation
Allowing all ingress traffic creates a major security risk by exposing resources to outside threats. Other options do not accurately reflect the implications of this misconfiguration.
Q397
Which service is best for implementing hybrid cloud connectivity?
ACloud VPN
BCloud Storage
CCloud Functions
DCloud Firestore
Explanation
Cloud VPN provides secure network connections, while the others do not facilitate hybrid connectivity.
Q398
A company needs to manage user access across multiple projects in Google Cloud. Which service should they use?
AIAM Service Accounts
BIdentity-Aware Proxy
CCloud Resource Manager
DCloud Load Balancer
Explanation
Cloud Resource Manager allows effective project access management, unlike the other services listed.
Q399
You are configuring a firewall rule to allow HTTPS traffic. What happens if you accidentally specify the protocol as FTP?
AHTTPS will be allowed.
BNo traffic will be allowed.
COnly FTP traffic will be allowed.
DBoth HTTPS and FTP traffic allowed.
Explanation
Only FTP traffic will be allowed, as the specified protocol restricts the accepted traffic type.
Q400
Which service allows you to deploy applications in a containerized environment?
AGoogle Kubernetes Engine
BCompute Engine
CCloud Storage
DCloud Functions
Explanation
Google Kubernetes Engine is specifically designed for container orchestration, while the others serve different purposes.