A company needs to connect on-premises data centers with Google Cloud securely. What should they implement?
ACloud VPN
BCloud Router
CDirect Peering
DInterconnect
Explanation
Cloud VPN offers secure connectivity for hybrid setups; others have different use cases.
Q96
What happens when you set a firewall rule with a priority of 500 over another rule with a priority of 1000?
AThe 500 rule is applied first
BThe 1000 rule is applied first
CBoth rules are combined
DNo rules are applied
Explanation
Lower number priorities take precedence; priority 500 overrides 1000.
Q97
Which service is used for automatic server management in Google Cloud?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DCloud Run
Explanation
Google Kubernetes Engine automates server management and orchestration for containerized applications; the others provide different services.
Q98
A company needs to connect its on-premises data center to Google Cloud securely. What should they use?
ACloud Interconnect
BCloud VPN
CCloud Storage
DVirtual Private Cloud
Explanation
Cloud VPN securely connects on-premises to Google Cloud; Cloud Interconnect is for higher bandwidth.
Q99
What happens when a firewall rule allows traffic but the VPC route denies it?
ATraffic is allowed.
BTraffic is rejected.
CTraffic is monitored.
DTraffic is logged.
Explanation
VPC routes take precedence over firewall rules, denying the traffic despite the rule allowing it.
Q100
Which service allows you to build serverless applications on Google Cloud?
ACloud Functions
BCloud Run
CCompute Engine
DApp Engine
Explanation
App Engine is designed for serverless applications, whereas the others are not purely serverless.