Which service allows for cross-region VPC peering in GCP?
ACloud Router
BVPC Network Peering
CCloud VPN
DInterconnect
Explanation
VPC Network Peering supports cross-region peering, while others do not serve that purpose.
Q422
A company needs to ensure their GCP project complies with security best practices while allowing necessary access for developers. Which service should they implement?
ACloud Firewall
BIAM Roles
CPub/Sub
DCloud Armor
Explanation
IAM Roles provide the required access control effectively, while the others focus on security without fine-grained permissions.
Q423
What happens when you assign multiple IAM roles to a GCP user on the same resource?
ARoles are merged together
BOnly the first role is used
CNo effect; ignores extra roles
DAccess is denied
Explanation
Roles are combined, granting all permissions effectively, while the others misrepresent IAM behavior.
Q424
Which service provides a global, resilient network infrastructure?
AGoogle Cloud Load Balancing
BGoogle Cloud VPN
CGoogle Cloud CDN
DGoogle Cloud Functions
Explanation
Google Cloud Load Balancing distributes traffic globally; the others serve different functions.
Q425
A company needs to connect its on-premises data center to Google Cloud securely. What should they use?
ACloud VPN
BCloud Storage
CCloud Pub/Sub
DCloud Spanner
Explanation
Cloud VPN creates a secure connection, while the others don't connect on-premises data centers.
Q426
You are configuring a VPC with custom subnet settings; what happens when you try to add a subnet with overlapping IP ranges?
AConfiguration succeeds without issues
BConfiguration fails and returns an error
CThe subnet is created, but unusable
DIP ranges are automatically adjusted
Explanation
Overlapping IP ranges in subnets cause configuration errors; others are incorrect behaviors.
Q427
Which service is used for hybrid cloud connectivity?
ACloud VPN
BCloud Spanner
CCloud Functions
DCloud Storage
Explanation
Cloud VPN provides secure connectivity between on-premises and Google Cloud.
Q428
A company needs to securely manage API keys. Which service should they use?
ASecret Manager
BFirewalls
CCloud Scheduler
DCloud Pub/Sub
Explanation
Secret Manager offers secure storage for API keys and sensitive information.
Q429
What happens when a VM’s service account lacks permission to access a resource?
AAccess is denied immediately
BRequest retries until timeout
CTemporary access is granted
DAccess is granted with warnings
Explanation
Lack of permission means access is immediately denied.
Q430
Which service manages auto-scaling for containerized applications?
AGoogle Kubernetes Engine
BCompute Engine
CApp Engine
DCloud Functions
Explanation
Google Kubernetes Engine automates scaling for containers; the others do not manage container orchestration at this level.