Cloud Http S Load Balancing MCQ Questions and Answers

Mastering Cloud Http S Load Balancing is crucial for cloud certification success. This dedicated practice set features 114 Cloud Http S Load Balancing MCQ questions and answers designed to mirror real exam scenarios across various GCP certifications.

📝 114 Questions⏱️ 90 min🎯 Pass: 70%

About Cloud Http S Load Balancing Practice Questions

This detailed quiz focuses on Cloud Http S Load Balancing, covering key concepts and scenarios often found in GCP exams.

  • Comprehensive coverage of Cloud Http S Load Balancing features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 114 Cloud Http S Load Balancing Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Cloud Http S Load Balancing.

1

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
2

Which Google Cloud service provides global, Layer 7 load balancing for HTTP and HTTPS traffic?

External HTTP(S) Load Balancing
Network Load Balancing
Cloud CDN
Cloud Armor
View Explanation
✓ Correct Answer: External HTTP(S) Load BalancingExplanation:Layer 7 load balancing allows for intelligent request routing based on the URL path or host.
3

Where is the IP address for a Google Cloud External HTTP(S) Load Balancer assigned?

It is a single, global anycast IP address
Wait, each instance gets its own public IP
Only in the first region you deploy to
It is a private-only IP
View Explanation
✓ Correct Answer: It is a single, global anycast IP addressExplanation:Anycast IPs allow traffic to enter Google's network at the point closest to the user.
4

What is 'URL Maps' in the context of Google Cloud Load Balancing?

A configuration that defines how to route requests to different backend services based on the URL
A map of the physical data center
A list of all users visiting the site
A way to redirect to Google Search
View Explanation
✓ Correct Answer: A configuration that defines how to route requests to different backend services based on the URLExplanation:URL maps enable content-based routing (e.g., /api goes to one backend, /images to another).
5

Which feature of HTTP(S) load balancing ensures that a user is consistently routed to the same backend instance as long as it is healthy?

Session Affinity
Autoscaling
Cloud CDN
Cross-Region Routing
View Explanation
✓ Correct Answer: Session AffinityExplanation:Session affinity is used for applications that store user state locally on the server.
6

Can a Google Cloud Load Balancer use 'SSL Certificates' managed by Google for free?

Yes, Google-managed certificates handle creation, renewal, and management
No, you must always provide your own
Only for .com domains
Only in the US
View Explanation
✓ Correct Answer: Yes, Google-managed certificates handle creation, renewal, and managementExplanation:Managed certificates simplify the process of securing your web applications.
7

What is a 'Backend Service' in Google Cloud Load Balancing?

A logical grouping of backend resources (like MIGs or NEGs) that handle the traffic
The load balancer itself
A database server
A list of IP addresses
View Explanation
✓ Correct Answer: A logical grouping of backend resources (like MIGs or NEGs) that handle the trafficExplanation:Backend services define how the load should be distributed and how health checks should be performed.
8

How does an External HTTP(S) Load Balancer improve application availability?

By automatically failing over to healthy instances in other regions if an entire region goes offline
By making the code run faster
By preventing the developer from deleting the project
By increasing the instance size
View Explanation
✓ Correct Answer: By automatically failing over to healthy instances in other regions if an entire region goes offlineExplanation:Google's global load balancing provides the highest level of resilience for internet-facing apps.
9

Which component of the load balancer is responsible for checking if the backend instances are still working?

Health Check
Cloud Monitoring
VPC Firewall
The user's browser
View Explanation
✓ Correct Answer: Health CheckExplanation:Health checks ensure that traffic is never sent to a broken server.
10

Does HTTP(S) Load Balancing support serverless backends like Cloud Run or App Engine?

Yes, using Serverless Network Endpoint Groups (NEGs)
No, it is only for Compute Engine VMs
Only if they are in the same project
Only for non-Google projects
View Explanation
✓ Correct Answer: Yes, using Serverless Network Endpoint Groups (NEGs)Explanation:This allows you to add features like custom domains and CDN to your serverless apps.
11

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
12

Which Google Cloud load balancer is best suited for globally distributed HTTP(S) traffic that requires single-Anycast IP address and URL path-based routing?

Global HTTP(S) Load Balancer
Regional External HTTP(S) Load Balancer
Network Load Balancer
Internal HTTP(S) Load Balancer
View Explanation
✓ Correct Answer: Global HTTP(S) Load BalancerExplanation:The global load balancer uses the Google global network to route users to the nearest healthy backend.
13

What is the function of a 'URL Map' in a Google Cloud HTTP(S) Load Balancer?

To define the routing rules that map incoming URLs to specific backend services (e.g., /video to VideoService)
To provide a map of all global edge locations
To store the SSL certificates
To name the load balancer
View Explanation
✓ Correct Answer: To define the routing rules that map incoming URLs to specific backend services (e.g., /video to VideoService)Explanation:URL maps are the 'traffic cop' that directs requests based on the hostname and path.
14

In a Global HTTP(S) Load Balancer, where are the SSL certificates terminated?

At a Google Global Edge Location (GFE)
On the individual VM instances
In the VPC subnets
On the client's computer
View Explanation
✓ Correct Answer: At a Google Global Edge Location (GFE)Explanation:Terminating SSL at the edge reduces the load on backend servers and minimizes latency for the user.
15

What is a 'Backend Service' in the context of load balancing?

A configuration that defines how the load balancer communicates with its backends (e.g., protocol, health check, timeouts)
The actual VM instance itself
A public IP address
A storage bucket
View Explanation
✓ Correct Answer: A configuration that defines how the load balancer communicates with its backends (e.g., protocol, health check, timeouts)Explanation:Backend services group together instance groups or storage buckets and manage traffic distribution.
16

Which feature allow the load balancer to automatically scale the number of instances in an Instance Group based on incoming traffic?

Autoscaling (MIGs) integrated with Load Balancing
Health Probes
SSL Offloading
Session Affinity
View Explanation
✓ Correct Answer: Autoscaling (MIGs) integrated with Load BalancingExplanation:Load balancer signals (like RPS or CPU) can trigger the addition or removal of VMs.
17

What is 'Session Affinity' (Sticky Sessions) in a load balancer used for?

Ensuring that subsequent requests from the same user are routed to the same backend instance
Speeding up the initial connection
Encrypting the user session
Measuring user behavior
View Explanation
✓ Correct Answer: Ensuring that subsequent requests from the same user are routed to the same backend instanceExplanation:Session affinity is critical for legacy applications that store session data in local memory.
18

Can a Global HTTP(S) Load Balancer use a Cloud Storage Bucket as a backend (e.g., to serve static content)?

Yes, by adding the bucket as a 'Backend Bucket'
No, it only supports VM Instance Groups
Only if using Cloud CDN
Only for images
View Explanation
✓ Correct Answer: Yes, by adding the bucket as a 'Backend Bucket'Explanation:This allows for efficient delivery of both dynamic and static parts of a website through a single endpoint.
19

Which security service integrates directly with the Global HTTP(S) Load Balancer to provide WAF protection and DDoS mitigation at the edge?

Google Cloud Armor
Cloud DLP
Cloud Key Vault
IAM
View Explanation
✓ Correct Answer: Google Cloud ArmorExplanation:Cloud Armor protects your applications from common web attacks like SQL injection.
20

What is a 'Target Proxy' in an HTTP(S) Load Balancer configuration?

A component that terminates the incoming request and evaluates it against the URL Map
A backup for the load balancer
The final server that receives the request
A DNS record
View Explanation
✓ Correct Answer: A component that terminates the incoming request and evaluates it against the URL MapExplanation:Target proxies can be HTTP or HTTPS depending on whether you are using SSL.
21

A global gaming company wants to route users to the closest regional cluster to minimize latency while using a single anycast IP address. Which load balancer should they implement?

Regional External HTTP(S) Load Balancer
Global External HTTP(S) Load Balancer
Network Load Balancer
Internal Load Balancer
View Explanation
✓ Correct Answer: Global External HTTP(S) Load BalancerExplanation:The Global External HTTP(S) Load Balancer uses Google's global anycast VIP to route traffic to the nearest healthy backend backend, minimizing latency for global users.
22

A media company is experiencing slow website performance for users in Asia. They have a global load balancer and backends in us-east1 and us-west1. What is the most effective solution to lower latency for Asian users?

Deploy a new backend cluster in an Asian region (e.g., asia-east1)
Increase the CPU of the US-based VMs
Increase the load balancer capacity
Disable SSL
View Explanation
✓ Correct Answer: Deploy a new backend cluster in an Asian region (e.g., asia-east1)Explanation:Deploying resources closer to the end-user is the most fundamental way to reduce latency and improve responsiveness.
23

You are hosting a globally available application. You want to ensure that traffic is routed based on the healthiest backend, not just proximity. Which tool handles this?

Global HTTP(S) Load Balancer (with health checks)
Cloud DNS
VPC Network Peering
Internal Load Balancer
View Explanation
✓ Correct Answer: Global HTTP(S) Load Balancer (with health checks)Explanation:The global load balancer's health checks ensure that traffic is only sent to backends that are currently healthy and capable of serving requests.
24

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Cloud CDN
Cloud HTTP(S) Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
25

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
26

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
27

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
28

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
29

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
30

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
31

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
32

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
33

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
34

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
35

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
36

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
37

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
38

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
39

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
40

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
41

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
42

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
43

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud Network Load Balancing
Cloud CDN
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
44

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
45

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud Network Load Balancing
Cloud CDN
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
46

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
47

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
48

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
49

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
50

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Proxy servers
Cloud HTTP(S) Load Balancing
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
51

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
52

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
53

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
54

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
55

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
56

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
57

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Proxy servers
Cloud CDN
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
58

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
59

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud Network Load Balancing
Proxy servers
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
60

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Proxy servers
Cloud CDN
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
61

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
62

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Proxy servers
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
63

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
64

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
65

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
66

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
67

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
68

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
69

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud Network Load Balancing
Cloud CDN
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
70

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Proxy servers
Cloud HTTP(S) Load Balancing
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
71

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
72

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
73

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
74

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
75

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud Network Load Balancing
Cloud CDN
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
76

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
77

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
78

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Cloud CDN
Cloud HTTP(S) Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
79

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
80

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
81

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
82

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
83

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
84

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
85

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
86

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
87

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
88

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
89

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
90

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Proxy servers
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
91

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Proxy servers
Cloud CDN
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
92

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
93

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
94

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
95

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
96

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
97

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud CDN
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
98

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
99

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Cloud CDN
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
100

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
101

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
102

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
103

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud HTTP(S) Load Balancing
Proxy servers
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
104

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Cloud CDN
Proxy servers
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
105

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
106

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
107

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud HTTP(S) Load Balancing
Proxy servers
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
108

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
109

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
110

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Proxy servers
Cloud CDN
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
111

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud Network Load Balancing
Proxy servers
Cloud HTTP(S) Load Balancing
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
112

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
Proxy servers
Cloud CDN
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
113

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud HTTP(S) Load Balancing
Cloud Network Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.
114

You need to route traffic to Google Compute Engine instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?

Cloud CDN
Proxy servers
Cloud Network Load Balancing
Cloud HTTP(S) Load Balancing
View Explanation
✓ Correct Answer: Cloud HTTP(S) Load BalancingExplanation:Cloud HTTP(S) Load Balancing operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.