1 / 5
An AWS diagram shows an EC2 instance inside a private subnet inside a VPC. How would you describe this?
-
-
-
-
Private subnets within a VPC isolate resources from the internet. EC2 instances in private subnets require a NAT gateway for outbound traffic.
2 / 5
A diagram shows an Application Load Balancer distributing traffic to an Auto Scaling Group. What does this describe?
-
-
-
-
ALB + Auto Scaling Group is the standard pattern for horizontally scalable, highly available web application deployments on AWS.
3 / 5
A GCP diagram shows Cloud Armor in front of a Cloud Load Balancer. What is Cloud Armor's role?
-
-
-
-
Cloud Armor is GCP's web application firewall and DDoS protection service, positioned at the network edge.
4 / 5
An Azure diagram shows a Resource Group containing a VNET, an App Service Plan, and Azure SQL. What does this imply?
-
-
-
-
Azure Resource Groups are logical containers for organizing related resources with shared lifecycle, billing, and access policies.
5 / 5
A diagram shows a multi-region deployment with Route 53 latency-based routing. What problem does this solve?
-
-
-
-
Latency-based routing directs traffic to the closest region. Multi-region deployments provide both low latency and disaster recovery capability.