A company needs a highly available setup for its web application. What is the best approach?
ASingle Zone Deployment
BMulti-Zone Deployment
COn-Premise Hosting
DRegional Load Balancer
Explanation
Multi-Zone Deployment provides redundancy and high availability, while single-zone does not.
Q102
You are configuring IAM roles for your Google Cloud project. What minimum requirement must a user meet to assign roles?
AHave the Owner role
BLogin to the console
CHave the Editor role
DReceive a custom permission
Explanation
Only users with the Owner role can assign roles to others, ensuring controlled access.
Q103
Which service is best for serverless event-driven applications?
ACloud Functions
BCompute Engine
CCloud Run
DKubernetes Engine
Explanation
Cloud Functions enables serverless execution without provisioning servers, while the others require more management.
Q104
A company needs to connect its on-premises data center with Google Cloud securely. Which service should they use?
ACloud VPN
BCloud Router
CVPC Peering
DInterconnect
Explanation
Cloud VPN provides secure connections for on-premises data centers, unlike the others which serve different purposes.
Q105
What happens when a firewall rule is applied to a VPC network?
ABlocks all traffic by default
BAllows all traffic by default
COverrides all network policies
DCloses all open ports
Explanation
Firewall rules allow all ingress traffic by default until a deny rule is specified, unlike the other options which misrepresent how firewall rules function.
Q106
Which Google Cloud service is best for managing Kubernetes clusters?
AGoogle Kubernetes Engine
BCloud Functions
CCloud Run
DApp Engine
Explanation
Google Kubernetes Engine specifically manages Kubernetes clusters, while the others serve different purposes.
Q107
A company needs to connect their on-premises data center with Google Cloud securely. Which service should they use?
ACloud VPN
BCloud Tasks
CCloud Functions
DCloud Pub/Sub
Explanation
Cloud VPN establishes secure connections to Google Cloud, unlike the other services which serve different use cases.
Q108
You are configuring firewall rules in Google Cloud. What happens to existing traffic if you delete a firewall rule?
ATraffic is immediately blocked
BExisting connections stay active
CNew connections are permitted
DOnly egress traffic is affected
Explanation
Existing connections are not interrupted; only new traffic is impacted by the removal of a firewall rule.
Q109
Which service is best for interconnectivity between Google Cloud VPCs?
ACloud VPN
BCloud Interconnect
CCloud Functions
DCloud Load Balancing
Explanation
Cloud Interconnect provides dedicated connections between VPCs, while others serve different purposes.
Q110
A company needs to manage permissions for a large number of users efficiently. What should they use?
AService Accounts
BIAM Roles
CAccess Control Lists
DCloud Identity
Explanation
IAM Roles allow permissions to be grouped and assigned efficiently, whereas the other options are less suited for large-scale management.