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 64 pages
Exam (elaborations)

WGU E029 Task 1 Capstone Project Proposal | 130 Questions and Answers | 2026 Update | 100% Correct

Document preview thumbnail
Preview 4 out of 64 pages

Ace Your WGU E029 Capstone with 130 Practice Questions & Rationales! Stressing about the WGU E029 Task 1 Capstone Project Proposal? I've been there. This comprehensive practice set covers everything you need to crush your AWS Hybrid Cloud exam with confidence. What's Inside: - 130 questions with correct answers - Detailed rationales for EVERY question - 6 key content areas covered - Real exam-style questions - Works on your phone, tablet, or computer What You'll Actually Learn: - AWS Hybrid Cloud Architecture & Design - GNS3 Network Simulation & Virtualization - VyOS Router Configuration & Management - IPsec VPN Implementation & Troubleshooting - Network Security Best Practices & Firewall Configuration - Cloud Integration & Interoperability - AWS Transit Gateway & VPC Routing - BGP Dynamic Routing & Failover - Security Groups vs. Network ACLs - NAT Gateway & Direct Connect Real Questions You'll See: Question: In the AWS hybrid cloud design, which component is essential for establishing a dedicated, private connection between the on-premises network and VPC, bypassing the public internet? ️ Answer: B - AWS Direct Connect ️ Rationale: AWS Direct Connect provides a dedicated private network connection from on-premises to AWS, offering lower latency and more consistent bandwidth than internet-based VPNs. Question: In the capstone's security assessment, which AWS tool provides a managed threat detection service that uses machine learning and anomaly detection to identify malicious activity? ️ Answer: C - Amazon GuardDuty ️ Rationale: Amazon GuardDuty is a continuous security monitoring service that analyzes VPC flow logs, DNS logs, and CloudTrail events to detect threats. Who This Is For: - You, if you're taking WGU E029 - You, if you're a Senior Year student - You, if you have a capstone exam coming up - You, if you want to actually understand hybrid cloud networking Stop stressing. Start passing. Download this now and walk into your exam actually prepared.

Content preview

WGU E029 TASK 1 CAPSTONE
PROJECT PROPOSAL | AWS
HYBRID CLOUD
LATEST MOCK PRACTICE SET
130 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 TASK 1 CAPSTONE PROJECT PROPOSAL | AWS HYBRID CLOUD INFRASTRUCTURE, GNS3,
VYOS, IPSEC VPN & NETWORK SECURITY | 2026 PASSED.. It contains 130 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 130 Questions


Foundations - Application - WGU E029 TASK 1 Capstone Project Proposal AWS Hybrid Cloud
Infrastructure GNS3 VYOS Ipsec VPN & Network Security 2026 Passed Cloud Infrastructure Network
Security AND Virtualization Graduate / Advanced Undergraduate Senior Level
All answers with rationales

,Table of Contents

Content Area Questions Key Topics

AWS Hybrid Cloud 1-22 Network, Capstone, On-premises, Ipsec, Configuration
Architecture AND Design

GNS3 Network Simulation 23-44 On-premises, Ipsec, Traffic, Network, Hybrid Cloud
AND Virtualization

VYOS Router Configuration 45-66 Ipsec, Network, On-premises, Hybrid Cloud, Configuration
AND Management

Ipsec VPN Implementation 67-88 Ipsec, Network, Hybrid Cloud, Configuration, Capstone S
AND Troubleshooting

Network Security BEST 89-110 Traffic, Ipsec, Network, Tunnel, On-premises
Practices AND Firewall
Configuration

Cloud Integration AND 111-130 Tunnel, Network, Ipsec, Traffic, VYOS Router
Interoperability

TOTAL 130 All questions include answers and detailed rationales

,Section A - AWS Hybrid Cloud Architecture AND Design

Q1.
In the AWS hybrid cloud design, which component is essential for establishing a
dedicated, private connection between the on-premises network and VPC, bypassing the
public internet?


A. AWS Site-to-Site VPN B. AWS Direct Connect

C. Internet Gateway D. VPC Peering
Correct: B - AWS Direct Connect


Rationale:AWS Direct Connect provides a dedicated private network connection from
on-premises to AWS, offering lower latency and more consistent bandwidth than
internet-based VPNs. Site-to-Site VPN uses the public internet, while Internet Gateway and
VPC Peering do not provide private on-premises connectivity.

Q2.
When simulating a multi-site network in GNS3, which approach best emulates WAN
latency and packet loss for realistic IPsec VPN performance testing?


A. Using the 'ethernet switch' node with B. Applying a 'packet capture' filter on each
default settings link

C. Configuring a 'WAN emulator' node or D. Connecting all devices to a single cloud
link parameters with delay and loss node
Correct: C - Configuring a 'WAN emulator' node or link parameters with delay and loss


Rationale:GNS3 supports link parameters and WAN emulation nodes to introduce delay,
jitter, and loss, which is critical for realistic VPN performance assessment. Ethernet switches
and cloud nodes do not provide such granular control, and packet capture only inspects
traffic.

Q3.
In VyOS, which configuration command correctly defines an IPsec site-to-site VPN peer
with pre-shared key authentication and proposes AES-256 encryption?


A. set vpn ipsec site-to-site peer B. set vpn ipsec site-to-site peer
203.0.113.1 authentication mode 203.0.113.1 authentication
pre-shared-secret pre-shared-secret 'secret'

C. set vpn ipsec site-to-site peer D. set vpn ipsec site-to-site peer
203.0.113.1 authentication mode 203.0.113.1 authentication
pre-shared-secret 'secret' pre-shared-secret




Page 3

, Section A - AWS Hybrid Cloud Architecture AND Design

Correct: B - set vpn ipsec site-to-site peer 203.0.113.1 authentication pre-shared-secret

'secret'



Rationale:The correct VyOS syntax is `set vpn ipsec site-to-site peer <ip> authentication
pre-shared-secret <secret>`. Options A and C include an erroneous 'mode' keyword, and D
lacks the secret value. Encryption proposals are set separately, not in this command.

Q4.
During IPsec troubleshooting, you notice that the tunnel is established but traffic is not
passing. Which of the following is the MOST likely cause if the security association (SA) is
active and the routing is correct?


A. The firewall is blocking UDP port 500 and B. The NAT-T is disabled on one side but
4500 enabled on the other

C. The crypto map is not applied to the D. The ACL defining interesting traffic is
correct interface misconfigured
Correct: D - The ACL defining interesting traffic is misconfigured


Rationale:If the SA is up, IKE and IPsec negotiation succeeded, so firewall and crypto map
issues are less likely. NAT-T mismatch would prevent SA establishment. A misconfigured ACL
for interesting traffic would allow the tunnel to form but not encrypt/decrypt the intended
traffic, causing it to be dropped or sent in clear.

Q5.
In the capstone's security hardening, which AWS service should be used to continuously
monitor and record API activity across the hybrid infrastructure for compliance and
auditing?


A. AWS CloudTrail B. AWS Config

C. AWS GuardDuty D. AWS Inspector
Correct: A - AWS CloudTrail


Rationale:AWS CloudTrail records API calls and events, providing an audit log of user activity
and changes. Config tracks configuration changes, GuardDuty is a threat detection service,
and Inspector scans for vulnerabilities. For auditing API activity, CloudTrail is the primary tool.

Q6.
When designing the IPsec VPN between GNS3 and AWS, which parameter must match
exactly on both ends to ensure successful Phase 1 negotiation?


A. The pre-shared key and the encryption B. The tunnel interface IP address and the
algorithm peer IP address




Page 4

Document information

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

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