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

WGU D488 Cybersecurity Architecture & Engineering Final Exam Actual 2026/2027 – Complete Exam-Style Questions | 100% Verified – Pass Guaranteed – A+ Graded

Document preview thumbnail
Preview 4 out of 51 pages

WGU D488 Cybersecurity Architecture & Engineering Final Exam Actual 2026/2027 – 100% Correct Answers | Real-Style Questions with Answers | Security Frameworks, Network Security, Cloud Security, Encryption, Identity Management | Graded A+ Verified | Risk Management, Incident Response, Compliance, Threat Modeling | Detailed Rationales | Verified Correct Answers – Pass Guaranteed – Instant Download

Content preview

WGU D488 Final Exam Test Bank (Latest Update 2026/2027) Cybersecurity
Architecture and Engineering | Questions and Answers | Grade A | 100%
Correct (Verified Solutions) 2026/2027




OBJECTIVE ASSESSMENT - EXAM

WGU D488 Final Exam Test Bank
(Latest Update 2026/2027)
Cybersecurity Architecture and
Engineering | Questions and
Answers | Grade A | 100% Correct
(Verified Solutions) 2026/2027
D488



100 100%
QUESTIONS VERIFIED ANSWERS EDITION




TOPICS COVERED

Cybersecurity Architecture Risk Management & Compliance
Security Engineering Principles Incident Response & Recovery
Network Security & Defense




COVER PAGE - 1

, SECTION 1 | Cybersecurity Architecture | Q1-Q20 | WGU D488 Final Exam Test Bank (Latest Update
2026/2027) Cybersecurity Architecture and Engineering | Questions and Answers | Grade A | 100%
Correct (Verified Solutions) 2026/2027 2026/2027
Q1 Question 1 of 100

A regional hospital network recently experienced a ransomware breach that propagated from a
compromised workstation to critical patient records. The post-incident review revealed that a single
point of failure at the endpoint level allowed lateral movement with no intermediate barriers to slow or
stop the attack. The security architect must recommend a structural improvement that introduces
multiple independent protective barriers between potential entry points and high-value assets.
A. Deploying concentric layers of administrative, technical, and physical controls so that no single
control failure exposes the entire environment
B. Implementing a host-based intrusion prevention system on every workstation to block known
malware signatures at the endpoint
C. Establishing a dedicated security operations center to provide continuous monitoring and faster
incident response times
D. Mandating full-disk encryption on all endpoints to prevent data exfiltration if a workstation is
compromised

Correct Answer: A
Rationale:
Defense-in-depth relies on multiple overlapping protective layers so that if one control fails, remaining layers
continue to provide protection. Deploying concentric administrative, technical, and physical controls directly
addresses the root cause of the breach, whereas the host-based IPS in option B is a single-layer technical
control that does not create layered defense.




Q2 Question 2 of 100

A financial services firm is migrating from a legacy perimeter-based security model to a modern
architecture that eliminates implicit trust. Their current network assumes that any device inside the
corporate LAN is inherently trustworthy, which has led to several insider threat incidents where
compromised internal accounts moved laterally without detection. The CISO needs a foundational
principle to guide the new architecture.
A. Every user and device must pass network admission control before being placed on a trusted
VLAN segment
B. Every access request must be authenticated, authorized, and continuously validated regardless of
the requestor's network location
C. All internal traffic must be routed through a next-generation firewall with deep packet inspection
enabled
D. Each department must maintain its own independent access control policies aligned with
compliance requirements

Correct Answer: B




m Test Bank (Latest Update 2026/2027) Cybersecurity Architecture and Engineering | Questions and Answers | Grade A | 100% Correct (Verified Solutions) 2026/2027 | 2026/2027 | Passing Score

, Rationale:
The core tenet of Zero Trust Architecture is that trust is never assumed and every request must be fully
authenticated, authorized, and encrypted regardless of whether it originates inside or outside the network
perimeter. Option A describes network access control, which is a component but does not capture the
continuous verification principle that distinguishes Zero Trust.




Q3 Question 3 of 100

A government contractor operates a mixed environment containing classified research data,
employee personal information, and public-facing web services. The security team must define clear
boundaries to ensure that a compromise in the public zone cannot affect the classified zone. The
architect needs to establish demarcation points where security policies and enforcement mechanisms
change.
A. Implement role-based access control lists on every server to restrict data access based on user
clearance level
B. Deploy a data loss prevention solution that monitors and blocks the transfer of sensitive information
across the network
C. Establish distinct security domains with controlled interfaces and enforce strict policy enforcement
at each trust boundary crossing
D. Configure an enterprise-wide intrusion detection system that correlates events across all network
segments in real time

Correct Answer: C
Rationale:
Security domains group resources with identical security requirements, and trust boundaries are the points
where data moves between domains with different policies, making controlled interfaces essential. Option A
addresses access control at the server level but does not define the structural boundaries between zones with
different trust levels.




Q4 Question 4 of 100

A global logistics company is deploying a new order management platform that integrates with
customs databases, payment processors, and warehouse IoT sensors. The chief security architect
needs to produce a comprehensive reference that captures every security-relevant design decision,
data flow, and control for future auditors and maintenance teams. This document must serve as the
single source of truth for how security is embedded into the system.
A. A security requirements traceability matrix that maps each functional requirement to its
corresponding test case
B. A risk assessment report that identifies threats, assigns likelihood and impact ratings, and
recommends mitigations
C. A penetration testing report that documents vulnerabilities discovered during the pre-launch
security evaluation
D. A system security architecture document that describes the security-relevant components, data
flows, trust boundaries, and controls of the system




m Test Bank (Latest Update 2026/2027) Cybersecurity Architecture and Engineering | Questions and Answers | Grade A | 100% Correct (Verified Solutions) 2026/2027 | 2026/2027 | Passing Score

, Correct Answer: D
Rationale:
A system security architecture document provides a holistic view of how security is designed into the system,
including components, data flows, and controls, making it the appropriate single source of truth for auditors.
Option B focuses on risk identification rather than capturing the complete architectural design decisions and
structural security elements.




Q5 Question 5 of 100

A mid-size e-commerce company is migrating its three-tier web application to the cloud and
evaluating different service models. The current on-premises environment requires significant IT staff
time for hardware maintenance, and leadership wants to reduce that overhead. The CISO must
determine which model gives the organization the most direct control over operating system
hardening, patch management, and kernel-level configurations while still eliminating the burden of
managing physical hardware.
A. Platform as a Service, where the provider manages the runtime environment and operating system
while the customer focuses on application code
B. Software as a Service, where the provider manages all layers and the customer accesses the
application through a web browser
C. Function as a Service, where the provider manages the execution environment and the customer
deploys individual event-driven functions
D. Infrastructure as a Service, where the provider manages the physical hardware and hypervisor
while the customer manages the guest operating system and above

Correct Answer: D
Rationale:
In the IaaS model, the cloud provider is responsible for physical infrastructure and the hypervisor, while the
customer retains full control over the guest operating system, enabling direct OS hardening and kernel
configuration. Option A places the OS under provider control, which prevents the customer from performing
operating system-level hardening.




Q6 Question 6 of 100

An online streaming platform has decomposed its monolithic application into over forty independently
deployed microservices. Each service must authenticate callers, authorize requests, and protect data
in transit without introducing significant latency or creating tight coupling between development
teams. The platform architect needs a pattern that centralizes cross-cutting security concerns.
A. Embedding authentication and authorization logic directly within each microservice codebase to
ensure independent operation
B. Deploying a service mesh that handles mutual TLS between services and delegates all security
decisions to a centralized policy engine
C. Implementing an API gateway that serves as a single enforcement point for authentication,
authorization, rate limiting, and traffic encryption




m Test Bank (Latest Update 2026/2027) Cybersecurity Architecture and Engineering | Questions and Answers | Grade A | 100% Correct (Verified Solutions) 2026/2027 | 2026/2027 | Passing Score

Document information

Uploaded on
July 14, 2026
Number of pages
51
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$15.99

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.
STUVIAACTUALEXAMS
3.5
(158)
Sold
1236
Followers
208
Items
8904
Last sold
12 hours 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