Which service provides managed DNS in Google Cloud?
ACloud DNS
BCloud Storage
CCloud Functions
DCloud Pub/Sub
Explanation
Cloud DNS offers a scalable domain name system solution.
Q182
A company needs to connect its on-premises data center to Google Cloud securely. Which option should they choose?
AHTTP tunneled VPN
BDirect Peering
CCloud Interconnect
DCloud VPN
Explanation
Cloud VPN securely connects on-premises networks to GCP.
Q183
What happens when you delete a VPC network that has active resources?
AOnly the resources are deleted
BVPC deletion fails due to dependencies
CAll resources remain intact
DResources are moved to another project
Explanation
Deletion fails if there are dependencies like active resources.
Q184
Which service provides a global private network?
ACloud VPN
BCloud Function
CCloud DNS
DVPC Peering
Explanation
Cloud VPN creates a secure connection over the internet, while VPC Peering connects networks directly without using the internet.
Q185
A company needs to control application access based on user roles. What should they implement?
ACloud IAM
BCloud Load Balancer
CVPC Service Controls
DCloud Functions
Explanation
Cloud IAM allows defining roles and permissions for fine-grained access control, whereas the other options do not offer this functionality.
Q186
You are configuring a multi-region architecture. What happens if one region fails?
AAll traffic switches to another region
BTraffic remains in the failed region
COnly database connections fail
DYou lose all user data
Explanation
With proper design, traffic can be rerouted to healthy regions, ensuring high availability; failures do not maintain user traffic.
Q187
Which service provides a private connectivity link to Google Cloud?
ACloud Interconnect
BCloud VPN
CCloud Load Balancing
DCloud Pub/Sub
Explanation
Cloud Interconnect offers a dedicated link, while others provide different connectivity options.
Q188
A company needs to create a secure public-facing application without exposing their backend resources. What should they do?
AUse a Virtual Private Cloud
BConfigure a Cloud NAT
CImplement a Cloud Armor policy
DDeploy a Compute Engine instance
Explanation
Cloud Armor protects applications from threats, unlike the other options that do not specifically secure public-facing applications.
Q189
What happens when a VPC peering connection is deleted?
AAll routes are retained
BData continues flowing unaffected
CRoute tables are updated
DAll subnets are deleted
Explanation
Routes associated with the VPC peering are indeed updated upon deletion, showing effective route management.
Q190
Which service is used for managing and analyzing big data in Google Cloud?
ABigQuery
BCloud Storage
CCloud Pub/Sub
DCloud Functions
Explanation
BigQuery is specifically designed for big data analysis, while the others serve different purposes.