InterviewStack.io LogoInterviewStack.io

Cloud Networking and VPC Design Questions

Designing networks inside a cloud provider: VPC/VNet topology, subnets, route tables, gateways, peering, private connectivity, and cloud load balancers. Covers segmentation, security groups and network ACLs, connectivity to on-premises, and how cloud network design differs from traditional data-center networking. Sits between the platform entries and the physical-networking entries.

EasyTechnical
26 practiced

Explain what a CDN (Content Delivery Network) and edge caching provide. Give examples of resource types that benefit most from a CDN, explain cache invalidation strategies, and describe when a CDN would not help application performance.

EasyTechnical
24 practiced

Define VPC peering, VPN/direct-connect/dedicated-interconnect, and transit gateway. For a hybrid-cloud environment that needs low-latency connectivity and transitive routing, which option(s) would you pick and why? Discuss cost and operational trade-offs.

EasyTechnical
51 practiced

Describe VPC networking components (subnets, route tables, internet gateway, NAT gateway, security groups, network ACLs). For a typical 3-tier application, sketch a recommended private/public subnet layout, explain traffic flows, and justify how this layout supports security and operational needs.

EasyTechnical
32 practiced

What is a load balancer health check? Describe typical parameters (protocol, path/port, interval, timeout, healthy/unhealthy thresholds), and explain how incorrect health checks can cause traffic blackholes or failover flapping. Give examples of safe defaults and advanced checks you might use.

EasyTechnical
35 practiced

Explain CIDR notation and the purpose of public versus private subnets in a cloud VPC. Describe NAT gateway usage, route tables, and sketch a minimal VPC architecture across two AZs that hosts public load balancers, application instances in private subnets, and a managed database.

That is every published Cloud Networking and VPC Design question for Site Reliability Engineer (SRE) so far. Browse the other topics in this category, or practice this one interactively.