Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 78 pages
Exam (elaborations)

WGU E029 Capstone Project Task 2: AWS Hybrid Network Architecture Implementation & Functionality Report | 150 Questions and Answers | 2026 Passed

Document preview thumbnail
Preview 4 out of 78 pages

Master WGU E029 AWS Hybrid Network Architecture – 150 Practice Questions with Detailed Rationales! This comprehensive exam prep guide is exactly what you need to master the WGU E029 Capstone Project Task 2: AWS Hybrid Network Architecture Implementation & Functionality Report. With 150 carefully selected questions covering every key topic, you'll walk into your exam feeling confident and prepared. What's Inside: - 150 real-style questions - All answers included - Detailed rationales for every question - Covers ALL key content areas - Works on phone, tablet, computer What You'll Actually Learn: - AWS Hybrid Network Architecture Design – VPC, Direct Connect, and VPN integration - AWS Direct Connect and VPN Connectivity – private VIFs, public VIFs, and BGP routing - Amazon VPC Configuration and Subnetting – CIDR planning, route tables, and security groups - Routing and Load Balancing in Hybrid Environments – Transit Gateway, BGP, and ECMP - Security and Compliance in Hybrid Networks – encryption, NACLs, and security groups - High Availability and Fault Tolerance – redundant connections, failover, and disaster recovery - AWS Transit Gateway – hub-and-spoke routing, route tables, and inter-region peering - Route 53 Resolver – inbound/outbound endpoints and hybrid DNS resolution - Network Monitoring – CloudWatch metrics, VPC Flow Logs, and Network Manager - Infrastructure as Code – CloudFormation and automation strategies Real Questions You'll See: Question: A hybrid network uses a Direct Connect hosted VIF with a private VIF to a VPC. The on-premises router advertises a default route via BGP. The VPC has a VPN connection to the same on-premises network as backup. Which condition causes the VPN to become the preferred path for return traffic from the VPC to on-premises? ️ Answer: D – The VPN BGP session advertises more specific routes than the Direct Connect BGP session. ️ Rationale: BGP prefers the most specific route (longest prefix). If the VPN advertises a /16 while Direct Connect advertises a /24, the VPN becomes preferred for the longer prefix. Question: A Transit Gateway interconnects three VPCs and an on-premises network via Direct Connect. VPC A and VPC B both have routes to the on-premises CIDR, but VPC C does not. You need to ensure VPC C can reach on-premises. What is the minimal configuration change? ️ Answer: B – Create a new Transit Gateway attachment for VPC C and enable route propagation from the Direct Connect attachment. ️ Rationale: Route propagation from the Direct Connect attachment allows VPC C to learn the on-premises routes through the Transit Gateway. Who This Is For: - You, if you're taking WGU E029 - You, if you're a Graduate/Professional level student - You, if you have an AWS hybrid networking exam coming up - You, if you want to study smarter Stop stressing. Start passing. Download this now and walk into your exam actually prepared.

Content preview

WGU E029 CAPSTONE PROJECT
TASK 2: AWS HYBRID NETWORK
ARCHITECTURE
LATEST MOCK PRACTICE SET
150 Questions with Answers and Detailed Rationales


100 PERCENT GUARANTEED PASS


INSTANT DOWNLOAD ANSWERS INCLUDED



IMPORTANCE OF THIS DOCUMENT
This comprehensive examination preparation guide has been meticulously developed to help you succeed in the
WGU E029 CAPSTONE PROJECT TASK 2: AWS HYBRID NETWORK ARCHITECTURE IMPLEMENTATION &
FUNCTIONALITY REPORT | 2026 PASSED.. It contains 150 carefully selected questions that reflect the most
current exam content and testing strategies. Each question is accompanied by a correct answer and a detailed
rationale that explains the underlying pathophysiology, pharmacology, or clinical reasoning.

Self-Assessment – Test your knowledge and Exam Preparation – Familiarize yourself with the
identify areas requiring further question format and content
study areas

Concept Reinforcement – Deepen your Confidence Building – Develop test-taking
understanding through strategies and reduce
evidence-based exam anxiety
rationales
Time Management – Practice answering
questions under simulated
exam conditions




Review Summary 150 Questions


Foundations - Application - WGU E029 Capstone Project TASK 2 AWS Hybrid Network Architecture
Implementation & Functionality Report 2026 Passed Cloud Networking & Architecture Graduate
All answers with rationales

,Table of Contents

Content Area Questions Key Topics

AWS Hybrid Network 1-25 On-premises, Connect, Network, Direct, Hybrid
Architecture Design

AWS Direct Connect AND 26-50 Network, Traffic, Direct Connect, On-premises, Gateway
VPN Connectivity

Amazon VPC Configuration 51-75 Network, Connect, Direct, Hybrid, On-premises
AND Subnetting

Routing AND LOAD 76-100 Network, On-premises, Hybrid, Connect, Direct
Balancing IN Hybrid
Environments

Security AND Compliance IN 101-125 Network, Connect, Direct, On-premises, Hybrid
Hybrid Networks

HIGH Availability AND Fault 126-150 Network, On-premises, Connect, Hybrid, Gateway
Tolerance

TOTAL 150 All questions include answers and detailed rationales

,Section A - AWS Hybrid Network Architecture Design

Q1.
A hybrid network uses a Direct Connect hosted VIF with a private VIF to a VPC. The
on-premises router advertises a default route via BGP. The VPC has a VPN connection to
the same on-premises network as backup. Which condition causes the VPN to become the
preferred path for return traffic from the VPC to on-premises?


A. The Direct Connect BGP session uses a B. The VPN BGP session uses a longer AS
lower local preference than the VPN BGP path than the Direct Connect BGP session.
session.

C. The Direct Connect VIF is associated D. The VPN BGP session advertises more
with a different virtual private gateway than specific routes than the Direct Connect BGP
the VPN. session.
Correct: D - The VPN BGP session advertises more specific routes than the Direct
Connect BGP session.


Rationale:BGP prefers the most specific route (longest prefix). If the VPN advertises a /16
while Direct Connect advertises a /24, the VPN becomes preferred for the longer prefix. Local
preference is only considered before AS path but after longest prefix; both are BGP attributes
but not the primary factor here. Association with different gateways would cause isolation, not
preference.

Q2.
A Transit Gateway interconnects three VPCs and an on-premises network via Direct
Connect. VPC A and VPC B both have routes to the on-premises CIDR, but VPC C does
not. You need to ensure VPC C can reach on-premises. What is the minimal configuration
change?


A. Attach VPC C to the Transit Gateway and B. Create a new Transit Gateway
add a static route in VPC C's route table attachment for VPC C and enable route
pointing to the Transit Gateway. propagation from the Direct Connect
attachment.

C. Modify the Direct Connect attachment to D. Add a route in the Transit Gateway route
associate with VPC C's route table. table pointing to VPC C's attachment for the
on-premises CIDR.
Correct: B - Create a new Transit Gateway attachment for VPC C and enable route
propagation from the Direct Connect attachment.




Page 3

, Section A - AWS Hybrid Network Architecture Design



Rationale: For VPC C to reach on-premises via Transit Gateway, it must be attached and its

route table must include the on-premises CIDR propagated from the Direct Connect

attachment. Simply attaching and adding a static route to the Transit Gateway is insufficient

because the Transit Gateway route table must also know how to reach on-premises.

Modifying the Direct Connect attachment is not possible; attachments are per resource.

Adding a route in the Transit Gateway route table pointing to VPC C would only affect traffic

from on-premises to VPC C, not the reverse.


Q3.
An organization uses AWS Site-to-Site VPN with two tunnels for redundancy. Both tunnels
use the same customer gateway device. During failover testing, the primary tunnel drops,
but the secondary tunnel does not automatically take over. Which configuration is most
likely causing this?


A. The secondary tunnel uses a different B. The VPN connection is configured as a
customer gateway IP address. single tunnel with a virtual tunnel interface.

C. The secondary tunnel's BGP session is D. The secondary tunnel is in a different
not established because the on-premises AWS region than the primary tunnel.
router is not advertising routes.
Correct: C - The secondary tunnel's BGP session is not established because the
on-premises router is not advertising routes.


Rationale:For automatic failover, both tunnels must have established BGP sessions. If the
secondary tunnel's BGP session is down, routes will not be advertised and traffic will not use
it. The customer gateway IP can be the same or different; both are valid. A single tunnel with
a VTI is not the standard AWS configuration. Different regions would not be part of the same
VPN connection.

Q4.
A company uses AWS PrivateLink to access a SaaS application in another VPC. The SaaS
provider's VPC has an NLB that routes to multiple instances. The consumer VPC has a
VPC endpoint. Which component is responsible for ensuring that the consumer's traffic is
load-balanced across the SaaS instances?


A. The VPC endpoint's route table B. The network load balancer (NLB) in the
provider VPC

C. The security group attached to the VPC D. The DNS resolution for the VPC endpoint
endpoint
Correct: B - The network load balancer (NLB) in the provider VPC




Page 4

Document information

Uploaded on
August 14, 2026
Number of pages
78
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$18.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Speeddocs
4.7
(3)
Sold
13
Followers
1
Items
360
Last sold
1 month ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions