Explanation
VPC Network is responsible for providing VPC peering; others are unrelated services.
Q302
A company needs to efficiently send large volumes of telemetry data to its cloud resources. Which solution is most appropriate?
ACloud Storage
BCloud Pub/Sub
CCloud Run
DCloud Memorystore
Explanation
Cloud Pub/Sub is designed for high-throughput, real-time messaging; others are not optimal for this purpose.
Q303
What happens when you enable 'VPC Flow Logs' on your GCP VPC network?
ALogs are stored in Cloud Storage only
BLogs can be analyzed with BigQuery
CLogs are not generated for private traffic
DLogs are disabled by default
Explanation
VPC Flow Logs allow for export to BigQuery for analysis; options A and C are incorrect due to misunderstanding of log capabilities.
Q304
Which service is primarily used for managing containerized applications in Google Cloud?
ACloud Run
BGoogle Kubernetes Engine
CCompute Engine
DApp Engine
Explanation
Google Kubernetes Engine is designed specifically for container orchestration, while others serve different deployment models.
Q305
A company needs to connect its on-premises network to Google Cloud securely. What should they use?
ACloud VPN
BCloud Storage
CVPC Peering
DInterconnect
Explanation
Cloud VPN allows secure connectivity to Google Cloud, unlike storage or peering options.
Q306
What happens when you assign a higher priority to a Google Cloud Firewall rule?
AThe rule is ignored
BThe rule is executed last
CThe rule is executed first
DThe rule is deleted automatically
Explanation
Higher priority rules take precedence and are executed first over lower priority ones.
Q307
Which service is used for highly available VPNs in Google Cloud?
ACloud VPN
BCloud Interconnect
CCloud Router
DNetwork Service Tiers
Explanation
Cloud VPN allows you to create secure IPSec connections for highly available VPNs, while the others are for different networking functions.
Q308
A company needs to route traffic based on the type of HTTP request. Which Google Cloud feature should they use?
ALoad Balancers
BNetwork Tags
CFirewall Rules
DShared VPC
Explanation
Load Balancers can manage traffic based on request types, unlike the other options which do not handle traffic routing directly.
Q309
You are configuring subnets in a VPC. What happens when you exceed the IP address limit for a subnet?
ANo new instances can be added
BThe subnet automatically expands
COld IPs are recycled
DNetwork performance degrades
Explanation
When the IP address limit is reached, no new instances can be assigned an IP from that subnet; it won't expand or recycle older addresses.
Q310
Which service allows you to automate network tasks in GCP?
ACloud Functions
BCloud Run
CCloud Deployment Manager
DCloud Storage
Explanation
Cloud Deployment Manager automates infrastructure deployment, while others do not focus on network tasks.