AWS ANS-C01 sample questions with explanations, traps, and topic labels.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for AWS Certified Advanced Networking - Specialty (ANS-C01) topics such as hybrid connectivity, Transit Gateway routing, VPC endpoint design, DNS resolution, network security, edge services, observability, encryption, optimization, and failover behavior. The prompts emphasize path reasoning rather than service-name memorization.
The sample set below is part of the AWS ANS-C01 guide path:
Work through each prompt before opening the explanation. ANS-C01 questions usually reward answers that trace source, destination, route, security control, DNS, return path, encryption boundary, and evidence source.
Topic: Hybrid connectivity with resilience
A company connects an on-premises data center to AWS for latency-sensitive internal applications. The link must use private connectivity, support dynamic routing, and continue operating if one physical location or device path fails. Which design is strongest?
Best answer: B
Explanation: The requirement combines private connectivity, dynamic routing, and resiliency across failure points. Redundant Direct Connect design with BGP and diverse locations is the strongest baseline, with VPN as a common backup or encryption complement when the scenario requires it.
Why the other choices are weaker:
What this tests: Direct Connect, VPN backup, BGP, device/location diversity, and hybrid failover design.
Related topics: Direct Connect; VPN; BGP; Hybrid networking
Topic: Scaling multi-VPC routing
An organization has dozens of VPCs across multiple accounts. Teams need controlled connectivity to shared services, inspection, and on-premises networks without building a full mesh of VPC peering connections. What is the strongest architecture?
Best answer: B
Explanation: Transit Gateway is the common advanced-networking answer for many VPCs, many accounts, shared services, hybrid reachability, and route segmentation. Multiple route tables help enforce which attachments can reach each other.
Why the other choices are weaker:
What this tests: Transit Gateway, route tables, propagation, segmentation, shared services, and peering limitations.
Related topics: Transit Gateway; Multi-account; Segmentation; Route tables
Topic: Private endpoint troubleshooting
A workload in a private subnet should reach a supported AWS service through an interface VPC endpoint. The endpoint exists, but traffic still goes to the public service address and fails the compliance review. What should the network engineer check first?
Best answer: A
Explanation: Interface endpoint success often depends on DNS resolution as much as endpoint creation. If names still resolve publicly, traffic can miss the intended private endpoint path.
Why the other choices are weaker:
What this tests: Interface VPC endpoints, private DNS, resolver behavior, compliance paths, and troubleshooting order.
Related topics: VPC endpoints; Private DNS; Resolver; Troubleshooting
Topic: Choosing the right load-balancing layer
A team is placing third-party inspection appliances between workloads and the internet. Traffic must be inserted transparently through the appliance fleet, scale horizontally, and preserve the network inspection pattern. Which AWS load-balancing option is the strongest fit?
Best answer: C
Explanation: Gateway Load Balancer is the AWS service built for deploying and scaling third-party virtual appliances in the traffic path. The clue is transparent inspection, not HTTP routing or ordinary TCP load balancing.
Why the other choices are weaker:
What this tests: GWLB, inspection VPC patterns, load-balancer layer choice, and appliance scaling.
Related topics: Gateway Load Balancer; Inspection; Load balancing; Network security
Topic: Hybrid DNS resolution
An enterprise has workloads in a VPC that must resolve internal names hosted by on-premises DNS servers. On-premises clients must also resolve private AWS names in Route 53 private hosted zones. The company wants a managed AWS DNS forwarding pattern rather than running custom DNS proxy instances. Which design is strongest?
Best answer: B
Explanation: Hybrid DNS usually needs Resolver endpoints in the correct direction. Outbound endpoints let VPC DNS forward selected queries to on-premises resolvers. Inbound endpoints let on-premises resolvers query the VPC Resolver for AWS private names.
Why the other choices are weaker:
What this tests: Route 53 Resolver, inbound/outbound endpoints, forwarding rules, private hosted zones, and hybrid DNS direction.
Related topics: Route 53 Resolver; Hybrid DNS; Private hosted zones
Topic: Evidence selection for security audit
A security team needs to determine who changed a security group rule that temporarily allowed inbound TCP/22 from 0.0.0.0/0. They also need to know whether any traffic was accepted during the exposure window. Which evidence set is strongest?
Best answer: B
Explanation: CloudTrail answers who made the AWS API change. VPC Flow Logs can show accepted or rejected flow metadata for matching source, destination, port, protocol, and time window. The two evidence sources answer different parts of the question.
Why the other choices are weaker:
What this tests: CloudTrail, VPC Flow Logs, control versus evidence, and audit correlation.
Related topics: CloudTrail; VPC Flow Logs; Security groups; Audit
Topic: Direct Connect confidentiality
A company uses Direct Connect for predictable hybrid connectivity. A compliance requirement now states that data between the data center and AWS must be encrypted in transit. The team wants to preserve the Direct Connect path and use AWS-managed VPN endpoints rather than custom EC2 encryption appliances. Which option is strongest?
Best answer: B
Explanation: Direct Connect provides private connectivity, but customer traffic over Direct Connect is not encrypted by default. VPN over Direct Connect keeps the private path while adding IPsec tunnel encryption.
Why the other choices are weaker:
What this tests: Direct Connect, VPN over Direct Connect, IPsec, encryption boundary, and shared responsibility.
Related topics: Direct Connect; Site-to-Site VPN; IPsec; Confidentiality
Topic: Optimization and subnet capacity
An Auto Scaling group fails to launch new instances during traffic spikes in one Availability Zone. EC2 service quotas are available, target health checks are otherwise normal, and other Availability Zones still have capacity. What should the network engineer check first?
Best answer: A
Explanation: Instance launches require available IP addresses in the selected subnet. Subnet exhaustion can appear as a scaling or availability problem even when EC2 quotas and other AZs look healthy.
Why the other choices are weaker:
What this tests: Subnet sizing, ENI/IP consumption, Auto Scaling, and operations optimization.
Related topics: Subnet capacity; Auto Scaling; IP planning; Optimization
Topic: Route maintenance and BGP preference
A company has two Direct Connect connections advertising the same private prefixes to AWS. The primary path should receive return traffic from AWS, and the secondary path should be used only during failure. After a maintenance window, AWS return traffic starts using the secondary connection even though the primary is healthy. What should be checked first?
Best answer: B
Explanation: The symptom is path preference over Direct Connect, so the first checks are BGP attributes and advertised prefixes. Local preference communities, prefix length, AS path, and advertisement changes can shift preferred return path behavior.
Why the other choices are weaker:
What this tests: Direct Connect BGP, route preference, active/passive paths, and route maintenance.
Related topics: BGP; Direct Connect; Route priority; Hybrid maintenance
Topic: Multiple response - centralized inspection
An organization uses many VPCs connected through Transit Gateway. Security requires outbound internet traffic from workload VPCs to pass through a centrally managed inspection VPC before reaching NAT gateways. Some traffic is bypassing inspection. Which two actions are most important? (Choose two.)
Best answers: A and B
Explanation: Central inspection is a routing problem as much as a firewall problem. The Transit Gateway route tables and workload subnet route tables must steer traffic through the inspection VPC. If workload subnets still route directly to local NAT gateways, inspection is bypassed.
Why the other choices are weaker:
What this tests: Transit Gateway route tables, subnet route tables, centralized inspection, GWLB/Network Firewall patterns, and multiple-response reasoning.
Related topics: Transit Gateway; Network Firewall; GWLB; Central inspection; Route steering
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by Amazon Web Services, AWS, or any certification body.