Question # 1 You need to create a GKE cluster in an existing VPC that is accessible from on-premises. You must meet the following requirements: IP ranges for pods and services must be as small as possible. The nodes and the master must not be reachable from the internet. You must be able to use 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.
Click for Answer
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.
Answer Description Creating GKE private clusters with network proxies for controller access When you create a GKE private cluster with a private cluster controller endpoint, the cluster's controller node is inaccessible from the public internet, but it needs to be accessible for administration. By default, clusters can access the controller through its private endpoint, and authorized networks can be defined within the VPC network. To access the controller from onpremises or another VPC network, however, requires additional steps. This is because the VPC network that hosts the controller is owned by Google and cannot be accessed from resources connected through another VPC network peering connection, Cloud VPN or Cloud Interconnect. https://cloud.google.com/solutions/creating-kubernetes-engine-privateclusters- with-net-proxies
Question # 2 Your organization has a new security policy that requires you to monitor all egress traffic payloads from your virtual machines in region us-west2. You deployed an intrusion detection system (IDS) virtual appliance in the same region to meet the new policy. You now need to integrate the IDS into the environment to monitor all egress traffic payloads from us-west2. What should you do?
A. Enable firewall logging, and forward all filtered egress firewall logs to the IDS.
B. Enable VPC Flow Logs. Create a sink in Cloud Logging to send filtered egress VPC Flow Logs to the IDS.
C. Create an internal TCP/UDP load balancer for Packet Mirroring, and add a packet mirroring policy filter for egress traffic.
D. Create an internal HTTP(S) load balancer for Packet Mirroring, and add a packet mirroring policy filter for egress traffic.
Click for Answer
B. Enable VPC Flow Logs. Create a sink in Cloud Logging to send filtered egress VPC Flow Logs to the IDS.
Question # 3 Your company offers a popular gaming service. Your instances are deployed with private IP addresses, and external access is granted through a global load balancer. You believe you have identified a potential malicious actor, but aren't certain you have the correct client IP address. You want to identify this actor while minimizing disruption to your legitimate users. What should you do?
A. Create a Cloud Armor Policy rule that denies traffic and review necessary logs.
B. Create a Cloud Armor Policy rule that denies traffic, enable preview mode, and review necessary logs.
C. Create a VPC Firewall rule that denies traffic, enable logging and set enforcement to disabled, and review necessary logs.
D. Create a VPC Firewall rule that denies traffic, enable logging and set enforcement to enabled, and review necessary logs.
Click for Answer
B. Create a Cloud Armor Policy rule that denies traffic, enable preview mode, and review necessary logs.
Question # 4 Your company's web server administrator is migrating on-premises backend servers for an application to GCP. Libraries and configurations differ significantly across these backend servers. The migration to GCP will be lift-and-shift, and all requests to the servers will be served by a single network load balancer frontend. You want to use a GCP-native solution when possible. How should you deploy this service in GCP?
A. Create a managed instance group from one of the images of the on-premises servers, and link this instance group to a target pool behind your load balancer.
B. Create a target pool, add all backend instances to this target pool, and deploy the target pool behind your load balancer.
C. Deploy a third-party virtual appliance as frontend to these servers that will accommodate the significant differences between these backend servers.
D. Use GCP's ECMP capability to load-balance traffic to the backend servers by installing multiple equal-priority static routes to the backend servers.
Click for Answer
B. Create a target pool, add all backend instances to this target pool, and deploy the target pool behind your load balancer.
Question # 5 You need to establish network connectivity between three Virtual Private Cloud networks, Sales, Marketing, and Finance, so that users can access resources in all three VPCs. You configure VPC peering between the Sales VPC and the Finance VPC. You also configure VPC peering between the Marketing VPC and the Finance VPC. After you complete the configuration, some users cannot connect to resources in the Sales VPC and the Marketing VPC. You want to resolve the problem. What should you do?
A. Configure VPC peering in a full mesh.
B. Alter the routing table to resolve the asymmetric route
C. Create network tags to allow connectivity between all three VPCs.
D. Delete the legacy network and recreate it to allow transitive peering.
Click for Answer
A. Configure VPC peering in a full mesh.
Question # 6 You are increasing your usage of Cloud VPN between on-premises and GCP, and you want to support more traffic than a single tunnel can handle. You want to increase the available bandwidth using Cloud VPN. What should you do?
A. Double the MTU on your on-premises VPN gateway from 1460 bytes to 2920 bytes
B. Create two VPN tunnels on the same Cloud VPN gateway that point to the same destination VPN gateway IP address.
C. Add a second on-premises VPN gateway with a different public IP address. Create a second tunnel on the existing Cloud VPN gateway that forwards the same IP range, but points at the new on-premises gateway IP.
D. Add a second Cloud VPN gateway in a different region than the existing VPN gateway. Create a new tunnel on the second Cloud VPN gateway that forwards the same IP range, but points to the existing on-premises VPN gateway IP address.
Click for Answer
C. Add a second on-premises VPN gateway with a different public IP address. Create a second tunnel on the existing Cloud VPN gateway that forwards the same IP range, but points at the new on-premises gateway IP.
Answer Description Explanation: https://cloud.google.com/network-connectivity/docs/vpn/concepts/classictopologies# redundancy-options
Question # 7 Your company has separate Virtual Private Cloud (VPC) networks in a single region for two departments: Sales and Finance. The Sales department's VPC network already has connectivity to on-premises locations using HA VPN, and you have confirmed that the subnet ranges do not overlap. You plan to peer both VPC networks to use the same HA tunnels for on-premises connectivity, while providing internet connectivity for the Google Cloud workloads through Cloud NAT. Internet access from the on-premises locations should not flow through Google Cloud. You need to propagate all routes between the Finance department and on-premises locations. What should you do?
A. Peer the two VPCs, and use the default configuration for the Cloud Routers.
B. Peer the two VPCs, and use Cloud Router’s custom route advertisements to announce the peered VPC network ranges to the on-premises locations.
C. Peer the two VPCs. Configure VPC Network Peering to export custom routes from Sales and import custom routes on Finance's VPC network. Use Cloud Router’s custom route advertisements to announce a default route to the on-premises locations.
D. Peer the two VPCs. Configure VPC Network Peering to export custom routes from Sales and import custom routes on Finance's VPC network. Use Cloud Router’s custom route advertisements to announce the peered VPC network ranges to the on-premises locations.
Click for Answer
A. Peer the two VPCs, and use the default configuration for the Cloud Routers.
Question # 8 Your company just completed the acquisition of Altostrat (a current GCP customer). Each company has a separate organization in GCP and has implemented a custom DNS solution. Each organization will retain its current domain and host names until after a full transition and architectural review is done in one year. These are the assumptions for both GCP environments. • Each organization has enabled full connectivity between all of its projects by using Shared VPC. • Both organizations strictly use the 10.0.0.0/8 address space for their instances, except for bastion hosts (for accessing the instances) and load balancers for serving web traffic. • There are no prefix overlaps between the two organizations. • Both organizations already have firewall rules that allow all inbound and outbound traffic from the 10.0.0.0/8 address space. • Neither organization has Interconnects to their on-premises environment. You want to integrate networking and DNS infrastructure of both organizations as quickly as possible and with minimal downtime. Which two steps should you take? (Choose two.)
A. Provision Cloud Interconnect to connect both organizations together
B. Set up some variant of DNS forwarding and zone transfers in each organization.
C. Connect VPCs in both organizations using Cloud VPN together with Cloud Router.
D. Use Cloud DNS to create A records of all VMs and resources across all projects in both organizations.
E. Create a third organization with a new host project, and attach all projects from your company and Altostrat to it using shared VPC.
Click for Answer
B. Set up some variant of DNS forwarding and zone transfers in each organization.
C. Connect VPCs in both organizations using Cloud VPN together with Cloud Router.
Up-to-Date
We always provide up-to-date Professional-Cloud-Network-Engineer exam dumps to our clients. Keep checking website for updates and download.
Excellence
Quality and excellence of our Google Cloud Certified - Professional Cloud Network Engineer practice questions are above customers expectations. Contact live chat to know more.
Success
Your SUCCESS is assured with the Professional-Cloud-Network-Engineer exam questions of passin1day.com. Just Buy, Prepare and PASS!
Quality
All our braindumps are verified with their correct answers. Download Google Cloud Platform Practice tests in a printable PDF format.
Basic
$80
Any 3 Exams of Your Choice
3 Exams PDF + Online Test Engine
Buy Now
Premium
$100
Any 4 Exams of Your Choice
4 Exams PDF + Online Test Engine
Buy Now
Gold
$125
Any 5 Exams of Your Choice
5 Exams PDF + Online Test Engine
Buy Now
Passin1Day has a big success story in last 12 years with a long list of satisfied customers.
We are UK based company, selling Professional-Cloud-Network-Engineer practice test questions answers. We have a team of 34 people in Research, Writing, QA, Sales, Support and Marketing departments and helping people get success in their life.
We dont have a single unsatisfied Google customer in this time. Our customers are our asset and precious to us more than their money.
Professional-Cloud-Network-Engineer Dumps
We have recently updated Google Professional-Cloud-Network-Engineer dumps study guide. You can use our Google Cloud Platform braindumps and pass your exam in just 24 hours. Our Google Cloud Certified - Professional Cloud Network Engineer real exam contains latest questions. We are providing Google Professional-Cloud-Network-Engineer dumps with updates for 3 months. You can purchase in advance and start studying. Whenever Google update Google Cloud Certified - Professional Cloud Network Engineer exam, we also update our file with new questions. Passin1day is here to provide real Professional-Cloud-Network-Engineer exam questions to people who find it difficult to pass exam
Google Cloud Platform can advance your marketability and prove to be a key to differentiating you from those who have no certification and Passin1day is there to help you pass exam with Professional-Cloud-Network-Engineer dumps. Google Certifications demonstrate your competence and make your discerning employers recognize that Google Cloud Certified - Professional Cloud Network Engineer certified employees are more valuable to their organizations and customers. We have helped thousands of customers so far in achieving their goals. Our excellent comprehensive Google exam dumps will enable you to pass your certification Google Cloud Platform exam in just a single try. Passin1day is offering Professional-Cloud-Network-Engineer braindumps which are accurate and of high-quality verified by the IT professionals. Candidates can instantly download Google Cloud Platform dumps and access them at any device after purchase. Online Google Cloud Certified - Professional Cloud Network Engineer practice tests are planned and designed to prepare you completely for the real Google exam condition. Free Professional-Cloud-Network-Engineer dumps demos can be available on customer’s demand to check before placing an order.
What Our Customers Say
Jeff Brown
Thanks you so much passin1day.com team for all the help that you have provided me in my Google exam. I will use your dumps for next certification as well.
Mareena Frederick
You guys are awesome. Even 1 day is too much. I prepared my exam in just 3 hours with your Professional-Cloud-Network-Engineer exam dumps and passed it in first attempt :)
Ralph Donald
I am the fully satisfied customer of passin1day.com. I have passed my exam using your Google Cloud Certified - Professional Cloud Network Engineer braindumps in first attempt. You guys are the secret behind my success ;)
Lilly Solomon
I was so depressed when I get failed in my Cisco exam but thanks GOD you guys exist and helped me in passing my exams. I am nothing without you.