What load balancer types does GCP offer?
Answer: They divide along three axes: external versus internal, application (layer 7, proxy) versus network (layer 4), and global versus regional. So the main options are the global external Application Load Balancer, regional external Application Load Balancer, internal Application Load Balancer, external passthrough Network Load Balancer, internal passthrough Network Load Balancer, and external proxy Network Load Balancer for TCP and SSL.
Why interviewers ask this: The framing that makes this memorable is to answer the three questions in order — is the traffic from the internet or internal, do you need HTTP-aware routing, and does it need to be global — because those three answers uniquely select a product.
