Professional Cloud Network Engineer Practice Exam — Free Online
QuestionQ1
Configuring, implementing and managing a cloud network security solution
Save question
You are designing a packet-mirroring policy as part of the network security architecture for your gaming workload. Your infrastructure is in the us-west2 region and spans several zones: us-west2-a, us-west2-b, and us-west2-c. The infrastructure runs a web-based application on TCP ports 80 and 443, along with other game servers that use the UDP protocol. You need to deploy packet-mirroring policies and collector instances to monitor web-application traffic while minimizing inter-zonal network-egress costs.
Following Google-recommended practices, how should you deploy the packet-mirroring policies and collector instances?
ACrate three packet mirroring policies: one for each zone. Create one group of collector instances for the us-west2 region. Configure each packet mirroring policy to match traffic for its zone based on instance-tags, and create a filter for TCP traffic.
BCreate one packet mirroring policy for the us-west2 region. Create one group of collector instances for the us-west2 region. Configure the packet mirroring policy to match traffic for web server instances based on instance-tags, and create a filter for TCP traffic.
CCreate three packet mirroring policies: one for each zone. Create three groups of collector instances: one group for each zone. Configure each policy to match traffic for its zone based on instance-tags, and create a filter for TCP traffic.
DCreate three packet mirroring policies: one for each zone. Create three groups of collector instances: one group for each zone. Configure each policy to match traffic for its zone based on subnets, and create a filter for TCP traffic.
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ2
Designing and planning a Google Cloud Virtual Private Cloud (VPC) network
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ3
Managing, monitoring, and troubleshooting network operations
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ4
Configuring, implementing and managing a cloud network security solution
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ5
Configuring and implementing hybrid and multi-cloud network interconnectivity
0
Community Discussion
No comments yet. Be the first to start the discussion!
It's free
100% of the questions are free for all users. No strings attached.
Designing and planning a Google Cloud Virtual Private Cloud (VPC) networkImplementing a VPC networkConfiguring managed network servicesConfiguring and implementing hybrid and multi-cloud network interconnectivityManaging, monitoring, and troubleshooting network operationsConfiguring, implementing and managing a cloud network security solution
You need to create a GKE cluster in an existing VPC that can be accessed from on-premises. You must satisfy these requirements:
IP ranges for Pods and Services must be as small as possible.
The nodes and master must not be accessible from the internet.
You must be able to run kubectl commands from on-premises subnets to manage the cluster.
How should you create the GKE cluster?
A"¢ Create a private cluster that uses VPC advanced routes. "¢ Set the pod and service ranges as /24. "¢ Set up a network proxy to access the master.
B"¢ Create a VPC-native GKE cluster using GKE-managed IP ranges. "¢ Set the pod IP range as /21 and service IP range as /24. "¢ Set up a network proxy to access the master.
C"¢ Create a VPC-native GKE cluster using user-managed IP ranges. "¢ Enable a GKE cluster network policy, set the pod and service ranges as /24. "¢ Set up a network proxy to access the master. "¢ Enable master authorized networks.
D"¢ Create a VPC-native GKE cluster using user-managed IP ranges. "¢ Enable privateEndpoint on the cluster master. "¢ Set the pod and service ranges as /24. "¢ Set up a network proxy to access the master. "¢ Enable master authorized networks.
You have set up an HTTP(S) load-balanced service and need to confirm that the backend instances are responding correctly.
How should you configure the health check?
ASet request-path to a specific URL used for health checking, and set proxy-header to PROXY_V1.
BSet request-path to a specific URL used for health checking, and set host to include a custom host header that identifies the health check.
CSet request-path to a specific URL used for health checking, and set response to a string that the backend service will always return in the response body.
DSet proxy-header to the default value, and set host to include a custom host header that identifies the health check.
Your company uses web application firewall (WAF) capabilities from a third-party cloud WAF provider. The WAF provider proxies every HTTPS connection from internet clients, applies security policies, and then opens a new HTTPS connection to the public IP address of your global Application Load Balancer in Google Cloud. Your Google Cloud workloads are the backends for this global Application Load Balancer. Cloud Am1or is currently not configured.
You need to create a Cloud Armor security policy that blocks sessions originating from internet clients whose source IP addresses belong to the IP_RANGE_BLOCK IP range. The block must be enforced by the Cloud Armor security policy; the third-party cloud WAF provider will not perform it. What should you do?
A
Create a new Cloud Armor network edge security policy. In the policy, set the userIpRequestHeaders[] attribute.2. Add a policy rule that denies traffic that matches inIpRange(origin.user_ip, 'IP_RANGE_BLOCK') statement.3. Apply the policy to the backend service that includes all your Google Cloud workloads.
B
Create a new Cloud Armor network edge security policy. In the policy, set the userIpRequestHeaders[] attribute.2. Add a policy rule that denies traffic that matches the inIpRange(origin.ip, 'IP_RANGE_BLOCK') statement.3. Apply the policy to the backend service that includes all your Google Cloud workloads.
C
Create a new Cloud Armor backend security policy. In the policy, set the userIpRequestHeaders[] attribute.2. Add a policy rule that denies traffic that matches the inIpRange(origin.user_ip, 'IP_RANGE_BLOCK') statement.3. Apply the policy to the backend service that includes all your Google Cloud workloads.
D
Create a new Cloud Armor backend security policy. In the policy, set the userIpRequestHeaders[] attribute.2. Add a policy rule that denies traffic that matches the inIpRange(origin.ip, 'IP_RANGE_BLOCK') statement.3. Apply the policy to the backend service that includes all your Google Cloud workloads.
A multi-region VPC has long used HA VPN in "region 1" to connect to your corporate network. You plan to add two 10 Gbps Dedicated Interconnect connections and VLAN attachments in "region 2" to connect to that same corporate network. You must plan VPC-to-corporate-network connectivity so that traffic uses the Dedicated Interconnect connections as the primary path and the HA VPN as the secondary path. What should you do?
AEnable regional dynamic routing mode on the VPC. Configure BGP associated with the HA VPN in "region 1" to use a base priority value of 100. Configure BGP associated with the VAN attachments to use a base priority of 20000. Configure your on-premises routers to use similar multi exit discriminator (MED) values.
BEnable regional dynamic routing mode on the VPC. Configure BGP associated with the HA VPN in "region 1" to use a base priority value of 20000. Configure BGP associated with the VLAN attachments to use a base priority of 100. Configure your on-premises routers to use similar multi exit discriminator (MED) values.
CEnable global dynamic routing mode on the VPConfigure BGP associated with the HA VPN in "region 1" to use a base priority value of 20000. Configure BGP associated with the VLAN attachments to use a base priority of 100. Configure your on-premises routers to use similar multi exit discriminator (MED) values.
DEnable global dynamic routing mode on the VPC. Configure BGP associated with the HA VPN in "region 1" to use a base priority value of 100. Configure BGP associated with the VLAN attachments to use a base priority of 20000. Configure your on-premises routers to use similar multi exit discriminator (MED) values.
QuestionQ6
Configuring, implementing and managing a cloud network security solution
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ7
Configuring and implementing hybrid and multi-cloud network interconnectivity
QuestionQ8
Configuring managed network services
QuestionQ9
Configuring, implementing and managing a cloud network security solution
QuestionQ10
Configuring and implementing hybrid and multi-cloud network interconnectivity
QuestionQ11
Configuring, implementing and managing a cloud network security solution
QuestionQ12
Configuring and implementing hybrid and multi-cloud network interconnectivity
QuestionQ13
Configuring managed network services
QuestionQ14
Designing and planning a Google Cloud Virtual Private Cloud (VPC) network
QuestionQ15
Configuring, implementing and managing a cloud network security solution
QuestionQ16
Configuring managed network services
QuestionQ17
Configuring and implementing hybrid and multi-cloud network interconnectivity
QuestionQ18
Configuring, implementing and managing a cloud network security solution
QuestionQ19
Configuring and implementing hybrid and multi-cloud network interconnectivity
QuestionQ20
Designing and planning a Google Cloud Virtual Private Cloud (VPC) network
QuestionQ21
Managing, monitoring, and troubleshooting network operations
QuestionQ22
Implementing a VPC network
QuestionQ23
Configuring, implementing and managing a cloud network security solution
QuestionQ24
Configuring and implementing hybrid and multi-cloud network interconnectivity
QuestionQ25
Configuring managed network services
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Ad
Want a break from the ads?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Your company has deployed Cloud Next Generation Firewall Enterprise (Cloud NGFW Enterprise). You have already created a CA pool and a CA in Certificate Authority Service. You need to turn on TLS inspection. What should you do?
AGrant the network security service agent service account the privateca.certificateRequester role. Create a TLS inspection policy linking to the CA pool. Configure your VPC endpoint associations to use the TLS inspection policy. Flip the TLS inspection flag in your firewall policy rules to true.
BGrant the network security service agent service account the privateca.poolReader role. Create a TLS inspection policy linking to the CA pool. Configure your VPC endpoint associations to use the TLS inspection policy. Flip the TLS inspection flag in your firewall policy rules to true.
CGrant the network security service agent service account the privateca.certificateRequester role. Create a trust config in Certificate Manager Flip the TLS inspection flag in your firewall policy rules to true.
DGrant the network security service agent service account the privateca.certificateRequester role. Create a trust config in Certificate Manager. Flip the TLS inspection flag in your firewall policy rules to true.
You manage a hybrid cloud environment that connects your on-premises data center to a Google Cloud VPC through Cloud VPN. Your on-premises DNS servers are authoritative for the corp.example.com zone, while a Cloud DNS private zone is authoritative for the gcp.example.com zone.
You need to configure a Google-recommended solution that lets Google Cloud VMs resolve on-premises hostnames and, conversely, lets on-premises hosts resolve hostnames in your Google Cloud VPC. What should you do?
A• Create a Cloud DNS outbound server policy that forwards all DNS queries from the VPC to your on-premises DNS servers.• Configure your on-premises servers to handle resolution for gcp.example.com and public domains on behalf of the VPC.
B• Configure your on-premises DNS servers to use Google Cloud's public DNS (8.8.8.8) for all queries.• Update your Google Cloud instances to use Cloud DNS for internal resolution.
C• Deploy a Compute Engine VM in the VPC to run a DNS forwarder, such as BIND or Unbound.• Configure this VM to handle bi-directional forwarding between the on-premises DNS servers and Cloud DNS.
D• Create a Cloud DNS forwarding zone for corp.example.com that points to your on-premises DNS servers.• Configure a private Cloud DNS zone for gcp.example.com. Create a Cloud DNS inbound server policy, and configure on-premises DNS servers to forward queries for gcp.example.com to it.
You are deploying an application running on Compute Engine instances and need to decide how to expose it to a new customer. Ensure that the application meets these requirements:
Maps multiple existing reserved external IP addresses to the instance
Processes IP Encapsulating Security Payload (ESP) traffic
What should you do?
AConfigure a target pool, and create protocol forwarding rules for each external IP address.
BConfigure a backend service, and create an external network load balancer for each external IP address.
CConfigure a target instance, and create a protocol forwarding rule for each external IP address to be mapped to the instance.
DConfigure the Compute Engine instances’ network interface external IP address from None to Ephemeral. Add as many external IP addresses as required.
Your company runs Compute Engine instances exposed to the public internet. Each compute instance has one network interface and one public IP address. You need to block every connection attempt originating from internet clients whose IP addresses belong to the BGP_ASN_TOBLOCK BGP ASN. What should you do?
ACreate a new Cloud Armor backend security policy, and use the --network-src-asns parameter.
BCreate a new Cloud Armor network edge security policy, and use the --network-src-asns parameter.
CCreate a new Cloud Armor edge security policy, and use the --network-src-asns parameter.
DCreate a new firewall policy ingress rule, and use the --network-src-asns parameter.
You are designing a highly resilient, secure connection between an on-premises data center and Google Cloud for a financial services company. The company requires 10 Gbps of bandwidth and requires all traffic to be encrypted end-to-end between its on-premises network and its Google Cloud VPC. You have already provisioned two 10 Gbps Dedicated Interconnect connections. You need to choose an encryption strategy that satisfies these requirements and provides redundancy.
What action should you take?
ADeploy four HA VPN gateways on each Dedicated Interconnect connection.
BDeploy two HA VPN gateways on each Dedicated Interconnect connection.
CConfigure MACsec on each of the Dedicated Interconnect connections.
DUse one Dedicated Interconnect for traffic and an HA VPN over the internet for backup.
Your organization requires all SMTP traffic to its cloud environment to be blocked, except traffic originating from the corporate network. It also requires that only specific VPCs across its Google Cloud projects permit SMTP access from that corporate network. You need to configure a security policy to enable this connectivity. What should you do?
A
Configure an ingress hierarchical firewall rule with priority 10000 specifying the 0.0.0.0/0 source, TCP port 25, and the deny action.2. Configure an egress hierarchical firewall rule with priority 10010 specifying the source of your corporate network as TCP port 25 and the goto_next action.3. Associate the hierarchical firewall policy at the organization level.4. Configure firewall policy rules allowing TCP port 25 in the firewall policies associated with the respective VPCs that require that access.
B
Configure an ingress hierarchical firewall rule with priority 10000 specifying the 0.0.0.0/0 source, TCP port 25, and the allow action.2. Associate the hierarchical firewall policy at the organization level.3. Configure firewall policy rules to deny TCP port 25 in the firewall policies associated with the respective VPCs that do not require that access.
C
Configure an ingress hierarchical firewall rule with priority 10000 specifying the source of your corporate network, TCP port 25, and the goto_next action.2. Configure an ingress hierarchical firewall rule with priority 10010 specifying the 0.0.0.0/0 source, TCP port 25, and the deny action.3. Associate the hierarchical firewall policy at the organization level.4. Configure firewall policy rules allowing TCP port 25 in the firewall policies associated with the respective VPCs that require that access.
D
Configure an ingress hierarchical firewall rule with priority 10000 specifying the 0.0.0.0/0 source, TCP port 25, and the deny action.2. Associate the hierarchical firewall policy at the organization level.3. Configure firewall policy rules allowing TCP port 25 in the firewall policies associated with the respective VPCs that require that access.
At your company, two departments have separate GCP projects (code-dev and data-dev) in the same organization and need to permit complete cross-communication among all their GCP virtual machines. Each department has one VPC in its project and requires full control of its own network. Neither department plans to recreate its existing compute resources. You want to implement a solution that minimizes cost.
Which two actions should you take?
Choose two
AConnect both projects using Cloud VPN.
BConnect the VPCs in project code-dev and data-dev using VPC Network Peering.
CEnable Shared VPC in one project (e. g., code-dev), and make the second project (e. g., data-dev) a service project.
DEnable firewall rules to allow all ingress traffic from all subnets of project code-dev to all instances in project data-dev, and vice versa.
ECreate a route in the code-dev project to the destination prefixes in project data-dev and use nexthop as the default gateway, and vice versa.
You manage a containerized application environment on Google Kubernetes Engine (GKE). You deployed a microservice using a Kubernetes Service manifest that defines a named port, http-api, for its primary endpoint. You are now configuring an external HTTP(S) load balancer to expose this microservice. You must ensure that the configuration is independent of the actual port number and follows best practices.
What should you do?
ACreate a backend service that uses the GKE node instance group as its backend, and configure the named port http-api in the backend service.
BReference the GCE_VM_IP_PORT network endpoint group (NEG) in the backend configuration that was automatically created for your Kubernetes service, and specify http-api named port for traffic.
CAdd an annotation to your Kubernetes service manifest to create a GCE_VM_IP network endpoint group (NEG), and configure the backend service to use this NEG.
DAdd an annotation in your Kubernetes ingress manifest to specify the http-api port number directly, and configure the backend service to use this hardcoded port number.
You are designing a Google Kubernetes Engine (GKE) cluster for a rapidly growing microservices application. The application will contain thousands of pods and hundreds of services. It requires internal pod-to-pod communication and internal service exposure. You want to follow Google’s recommended approach to ensure efficient IP address use in your existing Virtual Private Cloud (VPC) subnet while using Google Cloud’s native networking capabilities.
What should you do?
ADeploy a route-based GKE cluster and rely on GKE-managed routing tables for all pod and service communication.
BAllocate a primary IP address range for the entire cluster to encompass both node, pod, and service IP addresses.
CConfigure the GKE cluster to use a VPC-native mode with the main subnets primary IP range for nodes, and separate secondary IP ranges for pods and services.
DImplement a mesh of Istio service proxies on every pod to manage all internal pod-to-pod communication and service discovery.
A company provides a popular gaming service. Its instances use private IP addresses, with external access provided through a global load balancer. The company has recently contracted a traffic-scrubbing service and needs to restrict its origin so that it accepts connections only from that traffic-scrubbing service.
What should you do?
ACreate a Cloud Armor Security Policy that blocks all traffic except for the traffic-scrubbing service.
BCreate a VPC Firewall rule that blocks all traffic except for the traffic-scrubbing service.
CCreate a VPC Service Control Perimeter that blocks all traffic except for the traffic-scrubbing service.
DCreate IPTables firewall rules that block all traffic except for the traffic-scrubbing service.
You have a storage bucket containing the following objects:
[1]
[1]
[1]
[1]
Cloud CDN is enabled for the storage bucket, and all four objects have been cached successfully. You want to delete the cached copies of every object with the folder-a prefix while using the fewest commands.
What should you do?
AAdd an appropriate lifecycle rule on the storage bucket.
BIssue a cache invalidation command with pattern /folder-a/*.
CMake sure that all the objects with prefix folder-a are not shared publicly.
DDisable Cloud CDN on the storage bucket. Wait 90 seconds. Re-enable Cloud CDN on the storage bucket.
Applications in your Google Cloud environment and AWS cloud environment frequently exchange large data volumes, and the current Cloud VPN connections do not meet the required throughput and reliability. You need to establish high-performance, low-latency, highly available connectivity between your Google Cloud environment and AWS cloud environment. You also need to create a dedicated, private connection between your Google Cloud VPC and AWS VPC.
What should you do?
AEstablish a Partner Interconnect connection with a service provider that has direct presence in both Google Cloud and AWS regions.
BConfigure multiple dedicated Cloud VPN tunnels in an active/active configuration between the Google Cloud VPC and AWS VPC.
CProvision a Cross-Cloud Interconnect connection between your Google Cloud project and your AWS account, and configure Border Gateway Protocol (BGP) peering over the dedicated connection.
DUse a Google Cloud Dedicated Interconnect and an AWS Direct Connect and route traffic through a co-location provider.
You have a Cloud Storage bucket in Google Cloud project XYZ that holds sensitive data. You need to design a solution that ensures only instances belonging to VPCs under project XYZ can access the data stored in this Cloud Storage bucket. What should you do?
AConfigure Private Google Access to privately access the Cloud Storage service using private IP addresses.
BConfigure a VPC Service Controls perimeter around project XYZ, and include storage.googleapis.com as a restricted service in the service perimeter.
CConfigure Cloud Storage with projectPrivate Access Control List (ACL) that gives permission to the project team based on their roles.
DConfigure Private Service Connect to privately access Cloud Storage from all VPCs under project XYZ.
Your organization uses a Shared VPC design with one host project and three service projects. Compute Engine instances are located in the service projects, and critical workloads run in your on-premises data center. You need to ensure that the Google Cloud instances can resolve on-premises hostnames through the Dedicated Interconnect deployed for hybrid connectivity. What should you do?
A
Create a Cloud DNS private forwarding zone in the host project of the Shared VPC that forwards the private zone to the on-premises DNS servers.2. In your Cloud Router, add a custom route advertisement for the IP 35.199.192.0/19 to the on-premises environment.
B
Create a Cloud DNS private forwarding zone in the host project of the Shared VPC that forwards the Private zone to the on-premises DNS servers.2. In your Cloud Router, add a custom route advertisement for the IP 169.254 169.254 to the on-premises environment.
C
Configure a Cloud DNS private zone in the host project of the Shared VPC.2. Set up DNS forwarding to your Google Cloud private zone on your on-premises DNS servers to point to the inbound forwarder IP address in your host project3. In your Cloud Router, add a custom route advertisement for the IP 169.254 169 254 to the on-premises environment.
D1.Configure a Cloud DNS private zone in the host project of the Shared VPC.2. Set up DNS forwarding to your Google Cloud private zone on your on-premises DNS servers to point to the inbound forwarder IP address in your host project.3. Configure a DNS policy in the Shared VPC to allow inbound query forwarding with your on-premises DNS server as the alternative DNS server.
Your company operates an enterprise platform on-premises with virtual machines (VMs). Its internet customers have created tens of thousands of DNS domains that point to public IP addresses assigned to the VMs. Customers generally hard-code your IP addresses in their DNS records.
You are planning to migrate the platform to Compute Engine and want to use Bring Your Own IP. You want to minimize disruption to the platform. What should you do?
ACreate a VPC and request static external IP addresses from Google Cloud. Assign the IP addresses to the Compute Engine instances. Notify your customers of the new IP addresses so they can update their DNS records.
BVerify ownership of your IP addresses. After the verification, Google Cloud advertises and provisions the IP prefix for you. Assign the IP addresses to the Compute Engine instances.
CCreate a VPC with the same IP address range as your on-premises network. Assign the IP addresses to the Compute Engine instances.
DVerify ownership of your IP addresses. Use live migration to import the prefix. Assign the IP addresses to the Compute Engine instances.
You created a new VPC network named Dev with one subnet. You added a firewall rule for the Dev network that permits only HTTP traffic and enabled logging.
When you attempt to sign in to an instance in the subnet through Remote Desktop Protocol, the sign-in fails. You search for Firewall rules logs in Stackdriver Logging, but find no entries for blocked traffic. You want to view logs for blocked traffic.
What should you do?
ACheck the VPC flow logs for the instance.
BTry connecting to the instance via SSH, and check the logs.
CCreate a new firewall rule to allow traffic from port 22, and enable logs.
DCreate a new firewall rule with priority 65500 to deny all traffic, and enable logs.
You need to create a new VPC network that lets instances have IP addresses in both the 10.1.1.0/24 network and the 172.16.45.0/24 network.
What should you do?
AConfigure global load balancing to point 172.16.45.0/24 to the correct instance.
BCreate unique DNS records for each service that sends traffic to the desired IP address.
CConfigure an alias-IP range of 172.16.45.0/24 on the virtual instances within the VPC subnet of 10.1.1.0/24.
DUse VPC peering to allow traffic to route between the 10.1.0.0/24 network and the 172.16.45.0/24 network.
You are designing a security-focused network architecture on Google Cloud. Your company has deployed a central inspection VPC containing a fleet of Cloud Next Generation Firewall (NGFW) appliances. The inspection VPC has a default route whose next hop points to the passthrough Network Load Balancer, with NGFW appliances as its backends.
You also have two application VPCs (App-A and App-B) that must not communicate directly with one another, and neither VPC has a default route. You need to make sure that all traffic originating from App-A and App-B is forced through the inspection VPC for analysis by the Cloud NGFW appliances.
What should you do?
AUse VPC Network Peering to create a full mesh by peering all three VPCs with each other, and then use firewall rules to deny all traffic between App-A and App-B.
BCreate a Network Connectivity Center hub in mesh topology, connect all three VPCs as spokes, and configure the inspection VPC to advertise the default route.
CCreate a Network Connectivity Center hub in star topology. Configure the inspection VPC spoke as a center group that advertises a default route, and configure the application VPCs as edge spokes to use that route for inter-VPC traffic.
DCreate two separate VPC Network Peering connections: One between the inspection VPC and App-A, and another between the inspection VPC and App-B.
You need to configure a static route to an on-premises resource behind a Cloud VPN gateway configured for policy-based routing by using the gcloud command.
Which next hop should you select?
AThe default internet gateway
BThe IP address of the Cloud VPN gateway
CThe name and region of the Cloud VPN tunnel
DThe IP address of the instance on the remote side of the VPN tunnel
You configured Cloud CDN with HTTP(S) load balancing as the origin for cacheable content. Compression is enabled on the web servers, but responses delivered by Cloud CDN are not compressed.
What is the most likely cause of this issue?
AYou have not configured compression in Cloud CDN.
BYou have configured the web servers and Cloud CDN with different compression types.
CThe web servers behind the load balancer are configured with different compression types.
DYou have to configure the web servers to compress responses even if the request has a Via header.
Community Discussion