Google Professional Cloud Network Engineer Practice Test Questions and Exam Dumps Part20 Q381-400

View Full Google Professional Cloud Network Engineer Exam Dumps and Practice Test Dumps

 

Question 381

Which Google Cloud resource provides an internal IP address for a regional subnet?

  1. Subnet
  2. Route policy
  3. VPN tunnel
  4. DNS zone

Correct Answer: 1

Explanation:

A subnet provides an IP address range within a VPC network and is associated with a specific Google Cloud region. VM network interfaces can receive internal addresses from the subnet’s configured range. Subnets are therefore fundamental to organizing address space for workloads deployed across different regions. A route policy influences traffic forwarding behavior, a VPN tunnel provides encrypted connectivity, and a DNS zone manages name resolution. The subnet itself does not perform routing or DNS functions; instead, it supplies the regional address space from which supported resources can obtain internal IP addresses.

Question 382

Which feature lets an organization apply security rules at the folder level?

  1. Cloud NAT
  2. Hierarchical firewall policy
  3. Cloud CDN
  4. Service attachment

Correct Answer: 2

Explanation:

Hierarchical firewall policies allow organizations to define firewall controls at higher levels of the Google Cloud resource hierarchy, including folders and organizations. This makes them useful for centrally enforcing security requirements across multiple projects. Policies established higher in the hierarchy can provide consistent controls that individual project configurations must respect. Cloud NAT performs network address translation, Cloud CDN handles content caching, and a service attachment is associated with Private Service Connect service publishing. Hierarchical firewall policies are therefore appropriate when firewall governance needs to extend beyond an individual project.

Question 383

Which connectivity service uses encrypted tunnels across an underlying IP network?

  1. Dedicated Interconnect
  2. Partner Interconnect
  3. Cloud VPN
  4. VLAN attachment

Correct Answer: 3

Explanation:

Cloud VPN establishes encrypted tunnels between Google Cloud and external networks over an underlying IP network. It is commonly selected when secure hybrid connectivity is needed without requiring a dedicated physical circuit. HA VPN can provide resilient configurations using multiple tunnels and dynamic routing through Cloud Router. Dedicated Interconnect and Partner Interconnect provide private connectivity through Interconnect infrastructure rather than functioning as VPN tunnels. A VLAN attachment is a logical configuration associated with Interconnect connectivity. Therefore, Cloud VPN is the service specifically designed for encrypted tunnel-based connectivity.

Question 384

What does a VPC route primarily determine?

  1. DNS ownership
  2. Firewall logging destination
  3. Backend health status
  4. Packet forwarding destination

Correct Answer: 4

Explanation:

A VPC route determines how packets destined for a particular IP range should be forwarded. Routes contain destination information and identify an appropriate next hop or forwarding behavior. Google Cloud uses the available routes to determine how traffic should travel toward its destination. DNS ownership concerns name-resolution administration, firewall logging concerns security-event records, and backend health status determines whether load-balancer backends are eligible to receive traffic. Routes therefore form an important part of the VPC forwarding system by determining the network path packets should follow.

Question 385

Which service can translate private source addresses for outbound internet connections?

  1. Cloud NAT
  2. Cloud Router
  3. Cloud Armor
  4. Cloud DNS

Correct Answer: 1

Explanation:

Cloud NAT provides network address translation for supported resources that need outbound connectivity without requiring individual external IP addresses. It can translate internal source addresses into configured NAT addresses when traffic leaves the VPC toward supported destinations. This design allows workloads to remain without directly assigned external addresses while still supporting necessary outbound communication. Cloud Router manages dynamic route exchange, Cloud Armor provides security controls for supported applications, and Cloud DNS manages DNS resolution. Cloud NAT therefore addresses outbound address translation rather than routing control, application protection, or domain-name resolution.

Question 386

Which Google Cloud service provides managed caching closer to end users?

  1. Cloud Interconnect
  2. Cloud CDN
  3. Cloud Router
  4. Cloud DNS

Correct Answer: 2

Explanation:

Cloud CDN caches eligible content at Google’s edge locations, helping serve frequently requested content closer to users. This can reduce latency and decrease the amount of traffic that must travel back to the origin. Cloud CDN is commonly used with supported Google Cloud load-balancing architectures to accelerate delivery of web content and other cacheable resources. Cloud Interconnect provides private network connectivity, Cloud Router exchanges routes using BGP, and Cloud DNS manages DNS services. Cloud CDN therefore addresses content-delivery performance rather than private connectivity, dynamic routing, or name resolution.

Question 387

Which configuration enables VPC resources to resolve names hosted by external DNS servers?

  1. DNS forwarding policy
  2. Firewall logging rule
  3. Load-balancer certificate
  4. Cloud NAT gateway

Correct Answer: 1

Explanation:

A DNS forwarding policy can direct DNS queries for specified namespaces toward designated DNS servers. This is useful when workloads in Google Cloud need to resolve names maintained by on-premises infrastructure or another external DNS environment. Forwarding can help create consistent name-resolution behavior across hybrid architectures without requiring every external record to be duplicated inside Google Cloud. Firewall logging rules provide traffic records, load-balancer certificates support secure application connections, and Cloud NAT gateways handle address translation. DNS forwarding policies therefore provide the mechanism for integrating VPC DNS resolution with external name servers.

Question 388

Which resource publishes a service for consumers through Private Service Connect?

  1. Cloud Router
  2. Service attachment
  3. Network endpoint group
  4. Cloud NAT configuration

Correct Answer: 2

Explanation:

A service attachment is used by a service producer to publish a supported service through Private Service Connect. Consumer networks can then connect to that published service through an appropriate Private Service Connect endpoint or related configuration. This model allows service providers to expose selected services privately without requiring broad network connectivity between the consumer and producer VPCs. Cloud Router handles route exchange, network endpoint groups define backend endpoints for supported load-balancing architectures, and Cloud NAT performs address translation. Service attachments therefore play a central role in the producer side of Private Service Connect.

Question 389

Which protocol enables dynamic route exchange with Cloud Router?

  1. ICMP
  2. HTTPS
  3. BGP
  4. SNMP

Correct Answer: 3

Explanation:

Border Gateway Protocol, or BGP, is used by Cloud Router to exchange routing information dynamically with supported peers. Through BGP sessions, Google Cloud and an external network can advertise reachable prefixes and learn routes from one another. This dynamic approach is valuable for hybrid connectivity because route changes can be propagated without manually updating static routes for every network change. ICMP is primarily used for diagnostic messaging, HTTPS provides encrypted application communication, and SNMP is commonly associated with device monitoring. BGP is therefore the protocol directly responsible for dynamic route exchange through Cloud Router.

Question 390

Which feature can restrict access to Google APIs using private network paths?

  1. Private Google Access
  2. Cloud CDN
  3. Cloud Scheduler
  4. Cloud Logging

Correct Answer: 1

Explanation:

Private Google Access allows supported resources that lack external IP addresses to reach Google APIs and services through private connectivity. It is useful for workloads that need Google-managed services while maintaining a network architecture that avoids direct public addressing. The feature does not provide unrestricted access to the general internet; its purpose is specifically related to supported Google services and APIs. Cloud CDN accelerates content delivery, Cloud Scheduler executes scheduled tasks, and Cloud Logging collects log data. Private Google Access is therefore the appropriate capability when workloads need private access to Google APIs.

Question 391

Which network connectivity option provides a dedicated physical connection to Google Cloud?

  1. Cloud VPN
  2. Dedicated Interconnect
  3. Private Service Connect
  4. Cloud NAT

Correct Answer: 2

Explanation:

Dedicated Interconnect provides a direct physical connection between an external network and Google Cloud through supported colocation facilities. It is intended for environments requiring private connectivity and can support substantial network capacity depending on the configured connection. Organizations can use VLAN attachments and Cloud Router to complete the logical networking configuration. Cloud VPN uses encrypted tunnels over an underlying network, Private Service Connect provides private service-level connectivity, and Cloud NAT performs address translation. Dedicated Interconnect is therefore the connectivity option specifically associated with a direct physical network connection to Google Cloud.

Question 392

Which feature provides metadata about traffic entering and leaving VM interfaces?

  1. VPC Flow Logs
  2. Cloud Armor rules
  3. DNS response policies
  4. Interconnect VLANs

Correct Answer: 1

Explanation:

VPC Flow Logs provide metadata describing network traffic associated with supported network interfaces. Administrators can use this information to understand communication patterns, troubleshoot connectivity, investigate unexpected traffic, and support security monitoring. Flow logs do not capture every packet’s complete payload; instead, they provide structured information about network flows. Cloud Armor rules protect supported applications, DNS response policies influence name resolution, and Interconnect VLANs provide logical connectivity over Interconnect infrastructure. VPC Flow Logs are therefore the appropriate feature when administrators need visibility into network traffic metadata.

Question 393

Which load-balancing mechanism directs traffic to different backends according to hostnames?

  1. Source NAT
  2. Host-based routing
  3. Static route priority
  4. BGP route filtering

Correct Answer: 2

Explanation:

Host-based routing allows a supported HTTP(S) load-balancing configuration to direct requests toward different backend services based on the requested hostname. This is useful when multiple applications or services share a common load-balancing entry point but need separate backend destinations. Source NAT changes network address information, static route priority influences network forwarding decisions, and BGP route filtering controls advertised or accepted routes. Host-based routing operates on application request information and is therefore distinct from lower-level network routing mechanisms. It is especially useful for architectures hosting multiple domains or applications behind shared infrastructure.

Question 394

Which Google Cloud component can collect network performance telemetry?

  1. Network Performance Monitoring
  2. Cloud Storage
  3. Cloud Functions
  4. Secret Manager

Correct Answer: 1

Explanation:

Network Performance Monitoring provides visibility into network performance characteristics and can help administrators understand latency and connectivity behavior across supported environments. Such telemetry can assist with identifying performance degradation and determining whether issues are related to network paths or other components. Cloud Storage provides object storage, Cloud Functions supplies event-driven compute, and Secret Manager protects sensitive credentials and configuration values. Network Performance Monitoring is therefore the component focused specifically on observing network performance rather than storing objects, executing functions, or managing secrets.

Question 395

Which VPC design allows multiple projects to use one centrally administered network?

  1. VPC Network Peering
  2. Shared VPC
  3. Cloud VPN federation
  4. External HTTP load balancing

Correct Answer: 2

Explanation:

Shared VPC enables multiple service projects to use subnets belonging to a centrally managed VPC network in a host project. This model separates project-level workload administration from centralized network administration. It can be useful for organizations that need consistent subnet management, routing, and network policies across several application projects. VPC Network Peering connects separate VPC networks but does not turn one project into the central host for shared subnets. Cloud VPN federation and external HTTP load balancing serve different purposes. Shared VPC is therefore the design specifically intended for centralized network usage across projects.

Question 396

Which tool can diagnose whether a route or firewall rule is blocking connectivity?

  1. Cloud Billing
  2. Connectivity Tests
  3. Cloud Composer
  4. Artifact Registry

Correct Answer: 2

Explanation:

Connectivity Tests can analyze network connectivity between supported endpoints and help identify configuration elements that influence packet delivery. Its analysis can consider routing, firewall behavior, and other relevant network configuration details. This makes it useful when an administrator needs to understand why a connection attempt is unsuccessful or determine whether the configured network path should work. Cloud Billing tracks costs, Cloud Composer manages workflow orchestration, and Artifact Registry stores software packages and container images. Connectivity Tests therefore provides a purpose-built mechanism for investigating network reachability problems.

Question 397

Which feature provides centralized control over routes across a resource hierarchy?

  1. Hierarchical firewall policy
  2. Custom route advertisements
  3. Cloud NAT mappings
  4. DNS peering configuration

Correct Answer: 2

Explanation:

Custom route advertisements allow Cloud Router to control which routes are advertised to connected BGP peers. This can provide administrators with more precise control over the prefixes visible to external networks. It is particularly useful in hybrid architectures where only selected Google Cloud routes should be announced. Hierarchical firewall policies control network access rather than route advertisements, Cloud NAT mappings handle address translation, and DNS peering configurations influence name resolution. Custom route advertisements therefore address routing visibility and advertisement behavior rather than firewall enforcement, NAT, or DNS operations.

Question 398

Which capability mirrors selected traffic to an inspection appliance?

  1. Packet Mirroring
  2. Cloud DNS
  3. Cloud CDN
  4. Network Address Translation

Correct Answer: 1

Explanation:

Packet Mirroring creates copies of selected network traffic and sends those copies to a configured collector or inspection system. This can support security analysis, troubleshooting, monitoring, and specialized inspection use cases where examining packet-level information is necessary. Packet Mirroring differs from VPC Flow Logs because flow logs provide metadata rather than copies of actual traffic packets. Cloud DNS handles name resolution, Cloud CDN caches content, and Network Address Translation modifies address information. Packet Mirroring is therefore the capability designed for sending copies of selected traffic to an inspection or analysis system.

Question 399

Which routing mode allows subnet routes to be automatically available across VPC regions?

  1. Regional dynamic routing
  2. Global dynamic routing
  3. Static next-hop routing
  4. Policy-based forwarding

Correct Answer: 2

Explanation:

Global dynamic routing allows dynamically learned routes through Cloud Router to be available across regions within the VPC network, subject to the applicable Google Cloud routing behavior. This can simplify hybrid architectures where on-premises destinations need to be reachable from workloads located in multiple Google Cloud regions. Regional dynamic routing limits the scope of dynamically learned routes more narrowly. Static next-hop routing depends on explicitly configured routes, while policy-based forwarding follows configured traffic policies. Global dynamic routing is therefore useful when hybrid route availability needs to extend across VPC regions.

Question 400

Which service protects supported applications from distributed network and application attacks?

  1. Cloud DNS
  2. Cloud Router
  3. Cloud Armor
  4. Cloud Interconnect

Correct Answer: 3

Explanation:

Cloud Armor provides security policies for supported Google Cloud load-balancing architectures and can help protect applications against various network and application-layer threats. Security policies can use configurable rules to control and inspect incoming requests before they reach protected backend services. Cloud DNS provides name resolution, Cloud Router handles dynamic route exchange, and Cloud Interconnect provides private connectivity. Cloud Armor is therefore the service specifically associated with protecting supported internet-facing applications and services through configurable edge security policies.