Amazon AWS Certified Solutions Architect Associate SAA-C03 Network Topology Load Balancing and Edge Performance Practice Test
Topic 14 covers network topology load balancing and edge performance for the AWS Certified Solutions Architect – Associate certification. These original practice questions apply the verified SAA-C03 objectives to practical decisions and troubleshooting. Select one answer unless a fixed number is requested. For broader preparation, visit the AWS Certified Solutions Architect Associate SAA-C03 Exam Dumps page. Each option includes an explanation of the relevant behavior and scenario constraints.
Question 1
A global website serves cacheable images and JavaScript from one S3 origin. Which service should place cached copies near users?
Correct Answer: C
Correct Answer
Answer C is correct because CloudFront is a content delivery network that serves HTTP(S) content through edge locations and can cache suitable responses. This directly meets the decisive requirement: CloudFront.
Incorrect Answers
Answer A is incorrect because Global Accelerator is designed for global ingress with static anycast IPs and health-aware endpoint routing. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront.
Answer B is incorrect because CloudFront can improve HTTP connection handling and edge delivery even when some dynamic responses are not cached. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront.
Answer D is incorrect because Global Accelerator routes TCP/UDP traffic through the AWS global network to healthy regional endpoints and provides static anycast IP addresses. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront.
Answer E is incorrect because The static IPs remain stable while endpoint groups and regional endpoints can change behind them. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront.
Question 2
A global gaming service uses long-lived TCP connections to regional endpoints and cannot rely on HTTP caching. Which edge service can improve path selection using anycast static IPs?
Correct Answer: A
Correct Answer
Answer A is correct because Global Accelerator routes TCP/UDP traffic through the AWS global network to healthy regional endpoints and provides static anycast IP addresses. This directly meets the decisive requirement: Global Accelerator.
Incorrect Answers
Answer B is incorrect because Global Accelerator is designed for global ingress with static anycast IPs and health-aware endpoint routing. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer C is incorrect because CloudFront can improve HTTP connection handling and edge delivery even when some dynamic responses are not cached. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer D is incorrect because CloudFront is a content delivery network that serves HTTP(S) content through edge locations and can cache suitable responses. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer E is incorrect because The static IPs remain stable while endpoint groups and regional endpoints can change behind them. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Question 3
A multi-Region application wants users to enter through two stable global IP addresses and then be routed to the closest healthy regional endpoint. Which service fits?
Correct Answer: B
Correct Answer
Answer B is correct because Global Accelerator is designed for global ingress with static anycast IPs and health-aware endpoint routing. This directly meets the decisive requirement: Global Accelerator.
Incorrect Answers
Answer A is incorrect because CloudFront can improve HTTP connection handling and edge delivery even when some dynamic responses are not cached. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer C is incorrect because Global Accelerator routes TCP/UDP traffic through the AWS global network to healthy regional endpoints and provides static anycast IP addresses. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer D is incorrect because CloudFront is a content delivery network that serves HTTP(S) content through edge locations and can cache suitable responses. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer E is incorrect because The static IPs remain stable while endpoint groups and regional endpoints can change behind them. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Question 4
A mostly dynamic HTTPS API already terminates at regional ALBs and benefits from edge connection reuse even when responses are not cached. Which service can still improve global HTTP delivery?
Correct Answer: B
Correct Answer
Answer B is correct because CloudFront can improve HTTP connection handling and edge delivery even when some dynamic responses are not cached. This directly meets the decisive requirement: CloudFront as HTTP edge.
Incorrect Answers
Answer A is incorrect because The static IPs remain stable while endpoint groups and regional endpoints can change behind them. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront as HTTP edge.
Answer C is incorrect because CloudFront is a content delivery network that serves HTTP(S) content through edge locations and can cache suitable responses. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront as HTTP edge.
Answer D is incorrect because Global Accelerator is designed for global ingress with static anycast IPs and health-aware endpoint routing. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront as HTTP edge.
Answer E is incorrect because Global Accelerator routes TCP/UDP traffic through the AWS global network to healthy regional endpoints and provides static anycast IP addresses. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront as HTTP edge.
Question 5
An application needs the same public IP addresses preserved while regional endpoints are changed during deployments. Which edge service is designed around static anycast IPs?
Correct Answer: A
Correct Answer
Answer A is correct because The static IPs remain stable while endpoint groups and regional endpoints can change behind them. This directly meets the decisive requirement: Global Accelerator.
Incorrect Answers
Answer B is incorrect because CloudFront is a content delivery network that serves HTTP(S) content through edge locations and can cache suitable responses. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer C is incorrect because Global Accelerator routes TCP/UDP traffic through the AWS global network to healthy regional endpoints and provides static anycast IP addresses. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer D is incorrect because CloudFront can improve HTTP connection handling and edge delivery even when some dynamic responses are not cached. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Answer E is incorrect because Global Accelerator is designed for global ingress with static anycast IPs and health-aware endpoint routing. It may be useful elsewhere, but it does not meet the decisive requirement here: Global Accelerator.
Question 6
A web application must route `/api/*` and `/images/*` to different target groups based on HTTP path. Which load balancer should be used?
Correct Answer: D
Correct Answer
Answer D is correct because ALB operates at Layer 7 and supports HTTP/HTTPS features such as host- and path-based routing. This directly meets the decisive requirement: Application Load Balancer.
Incorrect Answers
Answer A is incorrect because GWLB is designed to deploy, scale, and steer traffic through fleets of virtual network appliances. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Answer B is incorrect because NLB is appropriate for non-HTTP TCP services and can provide static IP behavior through its network interfaces/EIPs where configured. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Answer C is incorrect because ALB can terminate TLS and make routing decisions using HTTP host or path information. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Answer E is incorrect because NLB operates at Layer 4 for TCP/UDP/TLS workloads and supports very high throughput and static IP characteristics. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Question 7
A service requires very high-performance TCP load balancing and the backend application must see the source IP. Which load balancer is appropriate?
Correct Answer: A
Correct Answer
Answer A is correct because NLB operates at Layer 4 for TCP/UDP/TLS workloads and supports very high throughput and static IP characteristics. This directly meets the decisive requirement: Network Load Balancer.
Incorrect Answers
Answer B is incorrect because ALB can terminate TLS and make routing decisions using HTTP host or path information. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Answer C is incorrect because GWLB is designed to deploy, scale, and steer traffic through fleets of virtual network appliances. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Answer D is incorrect because ALB operates at Layer 7 and supports HTTP/HTTPS features such as host- and path-based routing. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Answer E is incorrect because NLB is appropriate for non-HTTP TCP services and can provide static IP behavior through its network interfaces/EIPs where configured. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Question 8
A company inserts a fleet of third-party firewalls transparently into VPC traffic flows. Which load balancer is designed for network virtual appliances?
Correct Answer: B
Correct Answer
Answer B is correct because GWLB is designed to deploy, scale, and steer traffic through fleets of virtual network appliances. This directly meets the decisive requirement: Gateway Load Balancer.
Incorrect Answers
Answer A is incorrect because NLB operates at Layer 4 for TCP/UDP/TLS workloads and supports very high throughput and static IP characteristics. It may be useful elsewhere, but it does not meet the decisive requirement here: Gateway Load Balancer.
Answer C is incorrect because ALB operates at Layer 7 and supports HTTP/HTTPS features such as host- and path-based routing. It may be useful elsewhere, but it does not meet the decisive requirement here: Gateway Load Balancer.
Answer D is incorrect because ALB can terminate TLS and make routing decisions using HTTP host or path information. It may be useful elsewhere, but it does not meet the decisive requirement here: Gateway Load Balancer.
Answer E is incorrect because NLB is appropriate for non-HTTP TCP services and can provide static IP behavior through its network interfaces/EIPs where configured. It may be useful elsewhere, but it does not meet the decisive requirement here: Gateway Load Balancer.
Question 9
A web service needs TLS termination and host-based routing at the load balancer. Which type fits best?
Correct Answer: A
Correct Answer
Answer A is correct because ALB can terminate TLS and make routing decisions using HTTP host or path information. This directly meets the decisive requirement: Application Load Balancer.
Incorrect Answers
Answer B is incorrect because ALB operates at Layer 7 and supports HTTP/HTTPS features such as host- and path-based routing. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Answer C is incorrect because NLB is appropriate for non-HTTP TCP services and can provide static IP behavior through its network interfaces/EIPs where configured. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Answer D is incorrect because GWLB is designed to deploy, scale, and steer traffic through fleets of virtual network appliances. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Answer E is incorrect because NLB operates at Layer 4 for TCP/UDP/TLS workloads and supports very high throughput and static IP characteristics. It may be useful elsewhere, but it does not meet the decisive requirement here: Application Load Balancer.
Question 10
A backend speaks a custom TCP protocol that is not HTTP and needs static IP support. Which load balancer family fits?
Correct Answer: E
Correct Answer
Answer E is correct because NLB is appropriate for non-HTTP TCP services and can provide static IP behavior through its network interfaces/EIPs where configured. This directly meets the decisive requirement: Network Load Balancer.
Incorrect Answers
Answer A is incorrect because GWLB is designed to deploy, scale, and steer traffic through fleets of virtual network appliances. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Answer B is incorrect because ALB operates at Layer 7 and supports HTTP/HTTPS features such as host- and path-based routing. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Answer C is incorrect because ALB can terminate TLS and make routing decisions using HTTP host or path information. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Answer D is incorrect because NLB operates at Layer 4 for TCP/UDP/TLS workloads and supports very high throughput and static IP characteristics. It may be useful elsewhere, but it does not meet the decisive requirement here: Network Load Balancer.
Question 11
A VPC uses a /24 CIDR and is running out of addresses as more subnets are added. Which planning change should be made before growth continues?
Correct Answer: A
Correct Answer
Answer A is correct because IPv4 address capacity is finite, so growth requires explicit CIDR and subnet planning rather than waiting for allocation failures. This directly meets the decisive requirement: add appropriately sized secondary CIDR or redesign address plan.
Incorrect Answers
Answer B is incorrect because Large hub-and-spoke networks need explicit route-domain design to avoid uncontrolled route growth and coupling. It may be useful elsewhere, but it does not meet the decisive requirement here: add appropriately sized secondary CIDR or redesign address plan.
Answer C is incorrect because Compute and container networking can consume subnet addresses quickly, and exhausted subnets block new placements regardless of CPU capacity. It may be useful elsewhere, but it does not meet the decisive requirement here: add appropriately sized secondary CIDR or redesign address plan.
Answer D is incorrect because Overlapping CIDRs cannot be routed normally because the network cannot distinguish identical destination prefixes. It may be useful elsewhere, but it does not meet the decisive requirement here: add appropriately sized secondary CIDR or redesign address plan.
Answer E is incorrect because An egress-only internet gateway allows outbound-initiated IPv6 internet connectivity without accepting unsolicited inbound connections. It may be useful elsewhere, but it does not meet the decisive requirement here: add appropriately sized secondary CIDR or redesign address plan.
Question 12
Two companies must connect VPCs after a merger, but both use 10.0.0.0/16. What issue must be resolved before straightforward routing works?
Correct Answer: D
Correct Answer
Answer D is correct because Overlapping CIDRs cannot be routed normally because the network cannot distinguish identical destination prefixes. This directly meets the decisive requirement: address overlap.
Incorrect Answers
Answer A is incorrect because An egress-only internet gateway allows outbound-initiated IPv6 internet connectivity without accepting unsolicited inbound connections. It may be useful elsewhere, but it does not meet the decisive requirement here: address overlap.
Answer B is incorrect because IPv4 address capacity is finite, so growth requires explicit CIDR and subnet planning rather than waiting for allocation failures. It may be useful elsewhere, but it does not meet the decisive requirement here: address overlap.
Answer C is incorrect because Large hub-and-spoke networks need explicit route-domain design to avoid uncontrolled route growth and coupling. It may be useful elsewhere, but it does not meet the decisive requirement here: address overlap.
Answer E is incorrect because Compute and container networking can consume subnet addresses quickly, and exhausted subnets block new placements regardless of CPU capacity. It may be useful elsewhere, but it does not meet the decisive requirement here: address overlap.
Question 13
An internet-facing application wants globally routable addresses without NAT for outbound IPv6 while blocking unsolicited inbound IPv6 from private subnets. Which VPC feature is relevant?
Correct Answer: B
Correct Answer
Answer B is correct because An egress-only internet gateway allows outbound-initiated IPv6 internet connectivity without accepting unsolicited inbound connections. This directly meets the decisive requirement: egress-only internet gateway.
Incorrect Answers
Answer A is incorrect because Large hub-and-spoke networks need explicit route-domain design to avoid uncontrolled route growth and coupling. It may be useful elsewhere, but it does not meet the decisive requirement here: egress-only internet gateway.
Answer C is incorrect because Compute and container networking can consume subnet addresses quickly, and exhausted subnets block new placements regardless of CPU capacity. It may be useful elsewhere, but it does not meet the decisive requirement here: egress-only internet gateway.
Answer D is incorrect because IPv4 address capacity is finite, so growth requires explicit CIDR and subnet planning rather than waiting for allocation failures. It may be useful elsewhere, but it does not meet the decisive requirement here: egress-only internet gateway.
Answer E is incorrect because Overlapping CIDRs cannot be routed normally because the network cannot distinguish identical destination prefixes. It may be useful elsewhere, but it does not meet the decisive requirement here: egress-only internet gateway.
Question 14
A transit hub connects hundreds of VPCs and route tables are nearing operational complexity. What architecture concern should be evaluated?
Correct Answer: E
Correct Answer
Answer E is correct because Large hub-and-spoke networks need explicit route-domain design to avoid uncontrolled route growth and coupling. This directly meets the decisive requirement: route summarization/segmentation and route-table scale.
Incorrect Answers
Answer A is incorrect because An egress-only internet gateway allows outbound-initiated IPv6 internet connectivity without accepting unsolicited inbound connections. It may be useful elsewhere, but it does not meet the decisive requirement here: route summarization/segmentation and route-table scale.
Answer B is incorrect because IPv4 address capacity is finite, so growth requires explicit CIDR and subnet planning rather than waiting for allocation failures. It may be useful elsewhere, but it does not meet the decisive requirement here: route summarization/segmentation and route-table scale.
Answer C is incorrect because Compute and container networking can consume subnet addresses quickly, and exhausted subnets block new placements regardless of CPU capacity. It may be useful elsewhere, but it does not meet the decisive requirement here: route summarization/segmentation and route-table scale.
Answer D is incorrect because Overlapping CIDRs cannot be routed normally because the network cannot distinguish identical destination prefixes. It may be useful elsewhere, but it does not meet the decisive requirement here: route summarization/segmentation and route-table scale.
Question 15
A container platform consumes IP addresses rapidly because every task/pod needs VPC addressing. Which resource should be capacity-planned explicitly?
Correct Answer: C
Correct Answer
Answer C is correct because Compute and container networking can consume subnet addresses quickly, and exhausted subnets block new placements regardless of CPU capacity. This directly meets the decisive requirement: subnet IP space.
Incorrect Answers
Answer A is incorrect because Large hub-and-spoke networks need explicit route-domain design to avoid uncontrolled route growth and coupling. It may be useful elsewhere, but it does not meet the decisive requirement here: subnet IP space.
Answer B is incorrect because Overlapping CIDRs cannot be routed normally because the network cannot distinguish identical destination prefixes. It may be useful elsewhere, but it does not meet the decisive requirement here: subnet IP space.
Answer D is incorrect because IPv4 address capacity is finite, so growth requires explicit CIDR and subnet planning rather than waiting for allocation failures. It may be useful elsewhere, but it does not meet the decisive requirement here: subnet IP space.
Answer E is incorrect because An egress-only internet gateway allows outbound-initiated IPv6 internet connectivity without accepting unsolicited inbound connections. It may be useful elsewhere, but it does not meet the decisive requirement here: subnet IP space.
Question 16
Two VPCs need simple one-to-one private connectivity and there are no transitive-routing requirements. Which option is simplest?
Correct Answer: E
Correct Answer
Answer E is correct because Peering provides direct private routing between two VPCs but is not a transitive hub architecture. This directly meets the decisive requirement: VPC peering.
Incorrect Answers
Answer A is incorrect because Direct Connect provides dedicated private connectivity from customer locations to AWS connectivity locations. It may be useful elsewhere, but it does not meet the decisive requirement here: VPC peering.
Answer B is incorrect because Site-to-Site VPN creates encrypted IPsec tunnels over internet connectivity between the customer network and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: VPC peering.
Answer C is incorrect because Transit Gateway provides a central routing hub for many VPCs and supported hybrid attachments. It may be useful elsewhere, but it does not meet the decisive requirement here: VPC peering.
Answer D is incorrect because PrivateLink exposes services privately through interface endpoints without sharing full VPC routing domains. It may be useful elsewhere, but it does not meet the decisive requirement here: VPC peering.
Question 17
Hundreds of VPCs and several on-premises networks need hub-and-spoke routing with centralized route control. Which service should be used?
Correct Answer: E
Correct Answer
Answer E is correct because Transit Gateway provides a central routing hub for many VPCs and supported hybrid attachments. This directly meets the decisive requirement: Transit Gateway.
Incorrect Answers
Answer A is incorrect because Site-to-Site VPN creates encrypted IPsec tunnels over internet connectivity between the customer network and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: Transit Gateway.
Answer B is incorrect because PrivateLink exposes services privately through interface endpoints without sharing full VPC routing domains. It may be useful elsewhere, but it does not meet the decisive requirement here: Transit Gateway.
Answer C is incorrect because Direct Connect provides dedicated private connectivity from customer locations to AWS connectivity locations. It may be useful elsewhere, but it does not meet the decisive requirement here: Transit Gateway.
Answer D is incorrect because Peering provides direct private routing between two VPCs but is not a transitive hub architecture. It may be useful elsewhere, but it does not meet the decisive requirement here: Transit Gateway.
Question 18
A SaaS provider wants customers to privately access one service endpoint without exposing full VPC routing or requiring peering. Which feature fits?
Correct Answer: A
Correct Answer
Answer A is correct because PrivateLink exposes services privately through interface endpoints without sharing full VPC routing domains. This directly meets the decisive requirement: PrivateLink.
Incorrect Answers
Answer B is incorrect because Transit Gateway provides a central routing hub for many VPCs and supported hybrid attachments. It may be useful elsewhere, but it does not meet the decisive requirement here: PrivateLink.
Answer C is incorrect because Site-to-Site VPN creates encrypted IPsec tunnels over internet connectivity between the customer network and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: PrivateLink.
Answer D is incorrect because Peering provides direct private routing between two VPCs but is not a transitive hub architecture. It may be useful elsewhere, but it does not meet the decisive requirement here: PrivateLink.
Answer E is incorrect because Direct Connect provides dedicated private connectivity from customer locations to AWS connectivity locations. It may be useful elsewhere, but it does not meet the decisive requirement here: PrivateLink.
Question 19
A data center needs predictable private connectivity to AWS with sustained high bandwidth and does not want the primary path to traverse the public internet. Which service should be evaluated?
Correct Answer: C
Correct Answer
Answer C is correct because Direct Connect provides dedicated private connectivity from customer locations to AWS connectivity locations. This directly meets the decisive requirement: Direct Connect.
Incorrect Answers
Answer A is incorrect because PrivateLink exposes services privately through interface endpoints without sharing full VPC routing domains. It may be useful elsewhere, but it does not meet the decisive requirement here: Direct Connect.
Answer B is incorrect because Site-to-Site VPN creates encrypted IPsec tunnels over internet connectivity between the customer network and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: Direct Connect.
Answer D is incorrect because Transit Gateway provides a central routing hub for many VPCs and supported hybrid attachments. It may be useful elsewhere, but it does not meet the decisive requirement here: Direct Connect.
Answer E is incorrect because Peering provides direct private routing between two VPCs but is not a transitive hub architecture. It may be useful elsewhere, but it does not meet the decisive requirement here: Direct Connect.
Question 20
A branch needs encrypted connectivity to a VPC quickly over its existing internet circuit. Which service should be used?
Correct Answer: C
Correct Answer
Answer C is correct because Site-to-Site VPN creates encrypted IPsec tunnels over internet connectivity between the customer network and AWS. This directly meets the decisive requirement: Site-to-Site VPN.
Incorrect Answers
Answer A is incorrect because Peering provides direct private routing between two VPCs but is not a transitive hub architecture. It may be useful elsewhere, but it does not meet the decisive requirement here: Site-to-Site VPN.
Answer B is incorrect because Transit Gateway provides a central routing hub for many VPCs and supported hybrid attachments. It may be useful elsewhere, but it does not meet the decisive requirement here: Site-to-Site VPN.
Answer D is incorrect because PrivateLink exposes services privately through interface endpoints without sharing full VPC routing domains. It may be useful elsewhere, but it does not meet the decisive requirement here: Site-to-Site VPN.
Answer E is incorrect because Direct Connect provides dedicated private connectivity from customer locations to AWS connectivity locations. It may be useful elsewhere, but it does not meet the decisive requirement here: Site-to-Site VPN.
Question 21
Most users are in Europe but the application runs only in ap-southeast-1 and latency is unacceptable. Which placement decision should be evaluated first?
Correct Answer: C
Correct Answer
Answer C is correct because Physical distance affects network latency, so Region and edge placement should reflect user geography and application requirements. This directly meets the decisive requirement: place serving resources closer to users.
Incorrect Answers
Answer A is incorrect because Data gravity favors processing close to the data to avoid repeated large transfers and added network latency. It may be useful elsewhere, but it does not meet the decisive requirement here: place serving resources closer to users.
Answer B is incorrect because Unnecessary cross-AZ hops add latency; placement should balance locality with the failure domains the workload must survive. It may be useful elsewhere, but it does not meet the decisive requirement here: place serving resources closer to users.
Answer D is incorrect because A service that is not offered in a Region cannot be selected merely because that Region is otherwise preferable. It may be useful elsewhere, but it does not meet the decisive requirement here: place serving resources closer to users.
Answer E is incorrect because Meeting an AZ-failure objective requires surviving capacity outside any single AZ even if one location is slightly faster. It may be useful elsewhere, but it does not meet the decisive requirement here: place serving resources closer to users.
Question 22
An application server and its database communicate heavily across AZs even though no fault-isolation reason requires that path. Which placement change can reduce latency?
Correct Answer: E
Correct Answer
Answer E is correct because Unnecessary cross-AZ hops add latency; placement should balance locality with the failure domains the workload must survive. This directly meets the decisive requirement: co-locate latency-sensitive components within resilient design.
Incorrect Answers
Answer A is incorrect because Data gravity favors processing close to the data to avoid repeated large transfers and added network latency. It may be useful elsewhere, but it does not meet the decisive requirement here: co-locate latency-sensitive components within resilient design.
Answer B is incorrect because Meeting an AZ-failure objective requires surviving capacity outside any single AZ even if one location is slightly faster. It may be useful elsewhere, but it does not meet the decisive requirement here: co-locate latency-sensitive components within resilient design.
Answer C is incorrect because A service that is not offered in a Region cannot be selected merely because that Region is otherwise preferable. It may be useful elsewhere, but it does not meet the decisive requirement here: co-locate latency-sensitive components within resilient design.
Answer D is incorrect because Physical distance affects network latency, so Region and edge placement should reflect user geography and application requirements. It may be useful elsewhere, but it does not meet the decisive requirement here: co-locate latency-sensitive components within resilient design.
Question 23
A compute job processes 50 TB already stored in one Region. Which placement principle generally avoids unnecessary movement and latency?
Correct Answer: E
Correct Answer
Answer E is correct because Data gravity favors processing close to the data to avoid repeated large transfers and added network latency. This directly meets the decisive requirement: place compute near data.
Incorrect Answers
Answer A is incorrect because Unnecessary cross-AZ hops add latency; placement should balance locality with the failure domains the workload must survive. It may be useful elsewhere, but it does not meet the decisive requirement here: place compute near data.
Answer B is incorrect because Physical distance affects network latency, so Region and edge placement should reflect user geography and application requirements. It may be useful elsewhere, but it does not meet the decisive requirement here: place compute near data.
Answer C is incorrect because A service that is not offered in a Region cannot be selected merely because that Region is otherwise preferable. It may be useful elsewhere, but it does not meet the decisive requirement here: place compute near data.
Answer D is incorrect because Meeting an AZ-failure objective requires surviving capacity outside any single AZ even if one location is slightly faster. It may be useful elsewhere, but it does not meet the decisive requirement here: place compute near data.
Question 24
A required AWS service is unavailable in the business-preferred Region. What must the architecture do?
Correct Answer: D
Correct Answer
Answer D is correct because A service that is not offered in a Region cannot be selected merely because that Region is otherwise preferable. This directly meets the decisive requirement: choose supported Region or alternative service.
Incorrect Answers
Answer A is incorrect because Meeting an AZ-failure objective requires surviving capacity outside any single AZ even if one location is slightly faster. It may be useful elsewhere, but it does not meet the decisive requirement here: choose supported Region or alternative service.
Answer B is incorrect because Unnecessary cross-AZ hops add latency; placement should balance locality with the failure domains the workload must survive. It may be useful elsewhere, but it does not meet the decisive requirement here: choose supported Region or alternative service.
Answer C is incorrect because Data gravity favors processing close to the data to avoid repeated large transfers and added network latency. It may be useful elsewhere, but it does not meet the decisive requirement here: choose supported Region or alternative service.
Answer E is incorrect because Physical distance affects network latency, so Region and edge placement should reflect user geography and application requirements. It may be useful elsewhere, but it does not meet the decisive requirement here: choose supported Region or alternative service.
Question 25
A resilient application must survive loss of one AZ. Which placement requirement remains necessary even if one AZ has slightly lower latency?
Correct Answer: A
Correct Answer
Answer A is correct because Meeting an AZ-failure objective requires surviving capacity outside any single AZ even if one location is slightly faster. This directly meets the decisive requirement: distribute required capacity across AZs.
Incorrect Answers
Answer B is incorrect because Data gravity favors processing close to the data to avoid repeated large transfers and added network latency. It may be useful elsewhere, but it does not meet the decisive requirement here: distribute required capacity across AZs.
Answer C is incorrect because A service that is not offered in a Region cannot be selected merely because that Region is otherwise preferable. It may be useful elsewhere, but it does not meet the decisive requirement here: distribute required capacity across AZs.
Answer D is incorrect because Physical distance affects network latency, so Region and edge placement should reflect user geography and application requirements. It may be useful elsewhere, but it does not meet the decisive requirement here: distribute required capacity across AZs.
Answer E is incorrect because Unnecessary cross-AZ hops add latency; placement should balance locality with the failure domains the workload must survive. It may be useful elsewhere, but it does not meet the decisive requirement here: distribute required capacity across AZs.
Question 26
A Site-to-Site VPN is consistently near its tested throughput ceiling during business hours. Which action should the architect consider?
Correct Answer: A
Correct Answer
Answer A is correct because A path already at its measured throughput ceiling needs more transport capacity or a different connectivity service. This directly meets the decisive requirement: scale/tune VPN or move high-volume traffic to Direct Connect.
Incorrect Answers
Answer B is incorrect because PrivateLink connectivity depends on endpoint ENIs and DNS/AZ placement, so endpoint topology must scale with usage. It may be useful elsewhere, but it does not meet the decisive requirement here: scale/tune VPN or move high-volume traffic to Direct Connect.
Answer C is incorrect because The load balancer cannot compensate for an undersized or uneven backend fleet once individual targets are saturated. It may be useful elsewhere, but it does not meet the decisive requirement here: scale/tune VPN or move high-volume traffic to Direct Connect.
Answer D is incorrect because Segmented route tables keep large transit networks manageable and prevent every attachment from learning every route unnecessarily. It may be useful elsewhere, but it does not meet the decisive requirement here: scale/tune VPN or move high-volume traffic to Direct Connect.
Answer E is incorrect because Dedicated connectivity must be capacity-planned for projected traffic and resilience rather than assumed to scale without bounds. It may be useful elsewhere, but it does not meet the decisive requirement here: scale/tune VPN or move high-volume traffic to Direct Connect.
Question 27
A Direct Connect connection no longer has enough capacity for projected transfer growth. Which planning decision is required?
Correct Answer: D
Correct Answer
Answer D is correct because Dedicated connectivity must be capacity-planned for projected traffic and resilience rather than assumed to scale without bounds. This directly meets the decisive requirement: increase DX capacity/add resilient connections.
Incorrect Answers
Answer A is incorrect because A path already at its measured throughput ceiling needs more transport capacity or a different connectivity service. It may be useful elsewhere, but it does not meet the decisive requirement here: increase DX capacity/add resilient connections.
Answer B is incorrect because PrivateLink connectivity depends on endpoint ENIs and DNS/AZ placement, so endpoint topology must scale with usage. It may be useful elsewhere, but it does not meet the decisive requirement here: increase DX capacity/add resilient connections.
Answer C is incorrect because Segmented route tables keep large transit networks manageable and prevent every attachment from learning every route unnecessarily. It may be useful elsewhere, but it does not meet the decisive requirement here: increase DX capacity/add resilient connections.
Answer E is incorrect because The load balancer cannot compensate for an undersized or uneven backend fleet once individual targets are saturated. It may be useful elsewhere, but it does not meet the decisive requirement here: increase DX capacity/add resilient connections.
Question 28
An ALB target group has enough instances but individual targets are overloaded because health traffic is uneven. Which capacity area should be checked?
Correct Answer: A
Correct Answer
Answer A is correct because The load balancer cannot compensate for an undersized or uneven backend fleet once individual targets are saturated. This directly meets the decisive requirement: target capacity and distribution.
Incorrect Answers
Answer B is incorrect because Segmented route tables keep large transit networks manageable and prevent every attachment from learning every route unnecessarily. It may be useful elsewhere, but it does not meet the decisive requirement here: target capacity and distribution.
Answer C is incorrect because Dedicated connectivity must be capacity-planned for projected traffic and resilience rather than assumed to scale without bounds. It may be useful elsewhere, but it does not meet the decisive requirement here: target capacity and distribution.
Answer D is incorrect because PrivateLink connectivity depends on endpoint ENIs and DNS/AZ placement, so endpoint topology must scale with usage. It may be useful elsewhere, but it does not meet the decisive requirement here: target capacity and distribution.
Answer E is incorrect because A path already at its measured throughput ceiling needs more transport capacity or a different connectivity service. It may be useful elsewhere, but it does not meet the decisive requirement here: target capacity and distribution.
Question 29
Thousands of clients access one interface VPC endpoint and the service path is healthy, but DNS and endpoint-subnet design is uneven across AZs. What should be scaled?
Correct Answer: C
Correct Answer
Answer C is correct because PrivateLink connectivity depends on endpoint ENIs and DNS/AZ placement, so endpoint topology must scale with usage. This directly meets the decisive requirement: endpoint ENIs/subnet/AZ placement.
Incorrect Answers
Answer A is incorrect because Segmented route tables keep large transit networks manageable and prevent every attachment from learning every route unnecessarily. It may be useful elsewhere, but it does not meet the decisive requirement here: endpoint ENIs/subnet/AZ placement.
Answer B is incorrect because The load balancer cannot compensate for an undersized or uneven backend fleet once individual targets are saturated. It may be useful elsewhere, but it does not meet the decisive requirement here: endpoint ENIs/subnet/AZ placement.
Answer D is incorrect because Dedicated connectivity must be capacity-planned for projected traffic and resilience rather than assumed to scale without bounds. It may be useful elsewhere, but it does not meet the decisive requirement here: endpoint ENIs/subnet/AZ placement.
Answer E is incorrect because A path already at its measured throughput ceiling needs more transport capacity or a different connectivity service. It may be useful elsewhere, but it does not meet the decisive requirement here: endpoint ENIs/subnet/AZ placement.
Question 30
A Transit Gateway connects many business units that must remain in separate routing domains. Which scaling practice prevents one flat route domain from growing without control?
Correct Answer: D
Correct Answer
Answer D is correct because Segmented route tables keep large transit networks manageable and prevent every attachment from learning every route unnecessarily. This directly meets the decisive requirement: multiple TGW route tables/controlled propagation.
Incorrect Answers
Answer A is incorrect because The load balancer cannot compensate for an undersized or uneven backend fleet once individual targets are saturated. It may be useful elsewhere, but it does not meet the decisive requirement here: multiple TGW route tables/controlled propagation.
Answer B is incorrect because A path already at its measured throughput ceiling needs more transport capacity or a different connectivity service. It may be useful elsewhere, but it does not meet the decisive requirement here: multiple TGW route tables/controlled propagation.
Answer C is incorrect because Dedicated connectivity must be capacity-planned for projected traffic and resilience rather than assumed to scale without bounds. It may be useful elsewhere, but it does not meet the decisive requirement here: multiple TGW route tables/controlled propagation.
Answer E is incorrect because PrivateLink connectivity depends on endpoint ENIs and DNS/AZ placement, so endpoint topology must scale with usage. It may be useful elsewhere, but it does not meet the decisive requirement here: multiple TGW route tables/controlled propagation.
Question 31
Return traffic from a stateful appliance follows a different path than the forward traffic and sessions fail intermittently. Which network issue should be investigated?
Correct Answer: D
Correct Answer
Answer D is correct because Stateful devices can drop return traffic when the reverse path bypasses the state that was created on the forward path. This directly meets the decisive requirement: asymmetric routing.
Incorrect Answers
Answer A is incorrect because DNS caching or policy can keep clients using an unexpected endpoint after authoritative changes. It may be useful elsewhere, but it does not meet the decisive requirement here: asymmetric routing.
Answer B is incorrect because Extra hops add latency and failure dependencies without benefit when no policy requires them. It may be useful elsewhere, but it does not meet the decisive requirement here: asymmetric routing.
Answer C is incorrect because Encapsulation can reduce effective MTU so large packets fail even when small probes succeed. It may be useful elsewhere, but it does not meet the decisive requirement here: asymmetric routing.
Answer E is incorrect because A path consistently near line rate can queue packets and increase latency even when endpoints have spare compute. It may be useful elsewhere, but it does not meet the decisive requirement here: asymmetric routing.
Question 32
Large packets fail across a VPN while small pings succeed. Which path property should be checked?
Correct Answer: B
Correct Answer
Answer B is correct because Encapsulation can reduce effective MTU so large packets fail even when small probes succeed. This directly meets the decisive requirement: MTU/fragmentation.
Incorrect Answers
Answer A is incorrect because A path consistently near line rate can queue packets and increase latency even when endpoints have spare compute. It may be useful elsewhere, but it does not meet the decisive requirement here: MTU/fragmentation.
Answer C is incorrect because DNS caching or policy can keep clients using an unexpected endpoint after authoritative changes. It may be useful elsewhere, but it does not meet the decisive requirement here: MTU/fragmentation.
Answer D is incorrect because Stateful devices can drop return traffic when the reverse path bypasses the state that was created on the forward path. It may be useful elsewhere, but it does not meet the decisive requirement here: MTU/fragmentation.
Answer E is incorrect because Extra hops add latency and failure dependencies without benefit when no policy requires them. It may be useful elsewhere, but it does not meet the decisive requirement here: MTU/fragmentation.
Question 33
Users sometimes resolve an endpoint in a distant Region even after the intended DNS change. Which layer should be inspected?
Correct Answer: E
Correct Answer
Answer E is correct because DNS caching or policy can keep clients using an unexpected endpoint after authoritative changes. This directly meets the decisive requirement: DNS resolution/caching.
Incorrect Answers
Answer A is incorrect because Encapsulation can reduce effective MTU so large packets fail even when small probes succeed. It may be useful elsewhere, but it does not meet the decisive requirement here: DNS resolution/caching.
Answer B is incorrect because Extra hops add latency and failure dependencies without benefit when no policy requires them. It may be useful elsewhere, but it does not meet the decisive requirement here: DNS resolution/caching.
Answer C is incorrect because Stateful devices can drop return traffic when the reverse path bypasses the state that was created on the forward path. It may be useful elsewhere, but it does not meet the decisive requirement here: DNS resolution/caching.
Answer D is incorrect because A path consistently near line rate can queue packets and increase latency even when endpoints have spare compute. It may be useful elsewhere, but it does not meet the decisive requirement here: DNS resolution/caching.
Question 34
A path between two VPCs traverses multiple unnecessary transit hops and latency is higher than expected. Which design issue should be corrected?
Correct Answer: E
Correct Answer
Answer E is correct because Extra hops add latency and failure dependencies without benefit when no policy requires them. This directly meets the decisive requirement: route path simplification.
Incorrect Answers
Answer A is incorrect because A path consistently near line rate can queue packets and increase latency even when endpoints have spare compute. It may be useful elsewhere, but it does not meet the decisive requirement here: route path simplification.
Answer B is incorrect because Stateful devices can drop return traffic when the reverse path bypasses the state that was created on the forward path. It may be useful elsewhere, but it does not meet the decisive requirement here: route path simplification.
Answer C is incorrect because DNS caching or policy can keep clients using an unexpected endpoint after authoritative changes. It may be useful elsewhere, but it does not meet the decisive requirement here: route path simplification.
Answer D is incorrect because Encapsulation can reduce effective MTU so large packets fail even when small probes succeed. It may be useful elsewhere, but it does not meet the decisive requirement here: route path simplification.
Question 35
A Direct Connect link shows sustained utilization near line rate and application latency rises at the same time. Which bottleneck is most likely?
Correct Answer: E
Correct Answer
Answer E is correct because A path consistently near line rate can queue packets and increase latency even when endpoints have spare compute. This directly meets the decisive requirement: congested network link.
Incorrect Answers
Answer A is incorrect because DNS caching or policy can keep clients using an unexpected endpoint after authoritative changes. It may be useful elsewhere, but it does not meet the decisive requirement here: congested network link.
Answer B is incorrect because Encapsulation can reduce effective MTU so large packets fail even when small probes succeed. It may be useful elsewhere, but it does not meet the decisive requirement here: congested network link.
Answer C is incorrect because Stateful devices can drop return traffic when the reverse path bypasses the state that was created on the forward path. It may be useful elsewhere, but it does not meet the decisive requirement here: congested network link.
Answer D is incorrect because Extra hops add latency and failure dependencies without benefit when no policy requires them. It may be useful elsewhere, but it does not meet the decisive requirement here: congested network link.
Popular posts
Recent Posts
