Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 4 fuera de 78 páginas
Examen

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

Document preview thumbnail
Vista previa 4 fuera de 78 páginas

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.

Vista previa del contenido

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

Información del documento

Subido en
14 de agosto de 2026
Número de páginas
78
Escrito en
2026/2027
Tipo
Examen
Contiene
Preguntas y respuestas
$18.49

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
GlobalExamBank
4.7
(3)
Vendido
13
Seguidores
1
Artículos
515
Última venta
1 mes hace




Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes