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

WGU D488 Final Exam Cybersecurity Architecture & Engineering EXAM QUESTIONS AND CORRECT VERIFIED SOLUTIONS LATEST UPDATE THIS YEAR – JUST RELEASED.pdf

Document preview thumbnail
Preview 4 out of 124 pages

Tap on AVAILABLE IN BUNDLE/PACKAGE DEAL to unlock free bonus exams – save more while you get what you need. The **WGU D488 Final Exam – Cybersecurity Architecture & Engineering – Latest Updated Edition: Practice Questions and Detailed Answers** is a comprehensive and structured preparation resource designed to help WGU students strengthen their understanding of cybersecurity architecture, security engineering, risk management, and secure technology design required for successful preparation for the D488 final assessment. This in-depth exam preparation resource covers major content areas relevant to **WGU D488 Cybersecurity Architecture & Engineering**, including security architecture principles, secure system design, defense-in-depth, security controls, threat modeling, risk assessment, identity and access management, network security, application security, cloud security, data protection, cryptography, and security engineering practices. The material includes exam-style practice questions with detailed answer explanations designed to reinforce essential cybersecurity concepts and architectural decision-making. Learners will review important areas such as identifying security requirements, analyzing threats and vulnerabilities, selecting appropriate controls, evaluating architectural weaknesses, and designing layered security defenses. Special emphasis is placed on **cybersecurity architecture and defense-in-depth**. Scenario-based practice helps candidates analyze enterprise environments, identify attack surfaces, evaluate trust boundaries, apply least privilege, implement segmentation, and select complementary preventive, detective, and corrective controls. The study guide also reinforces important concepts involving **identity and access management**, including authentication, authorization, accounting, privileged access, role-based access control, multifactor authentication, federation, identity lifecycle management, and zero-trust security principles. Additional review areas include network and infrastructure security, secure configurations, endpoint protection, application security, vulnerability management, logging and monitoring, incident detection, data classification, encryption, key management, backups, disaster recovery, and business continuity. The resource further emphasizes **cloud and emerging-technology security**, including shared-responsibility considerations, cloud architecture, container and virtualization security, secure APIs, DevSecOps, infrastructure as code, and integrating security throughout the system-development lifecycle. Structured around cybersecurity architecture and engineering principles relevant to **WGU D488**, this study resource supports preparation for demonstrating competency in secure architecture, threat and risk analysis, security controls, identity management, network and application security, cloud security, cryptography, resilience, and security engineering. Ideal for WGU cybersecurity students and learners preparing for the **D488 Cybersecurity Architecture & Engineering Final Exam**, this resource provides focused review materials, exam-style practice questions, and detailed explanations to support effective studying, stronger architectural reasoning, and assessment preparation.

Content preview

Page 1 of 124


WGU D488 Final Exam Cybersecurity Architecture &
Engineering EXAM QUESTIONS AND CORRECT VERIFIED
SOLUTIONS LATEST UPDATE THIS YEAR – JUST RELEASED
WGU D488 Final Exam: Cybersecurity Architecture & Engineering


10-Line Exam Coverage in Points Form
1. Core Security Architecture – Flaws exist across three primary categories: People,
Process, and Technology . Security architecture integrates these elements to create a
comprehensive defense posture .
2. Cloud Service Models – Software as a Service (SaaS) provides the least administrative
responsibility for customers; Infrastructure as a Service (IaaS) offers storage like block
storage for VM disks; Platform as a Service (PaaS) supports application deployment
without managing underlying infrastructure .
3. Access Control Models – Mandatory Access Control (MAC) is used in government
environments with security labels (Top Secret, Confidential); Attribute-Based Access
Control (ABAC) grants permissions based on user attributes like location and
department; Role-Based Access Control (RBAC) assigns based on job function; Least
Privilege ensures users have minimum access needed for their roles .
4. Risk Management Lifecycle – Four phases in order: Identify (first step), Assess (evaluate
likelihood/impact), Control (implement mitigations), Review (periodically re-evaluate) .
Risk acceptance occurs when vulnerabilities are outside organizational resources; risk
transference is assigning risk to third parties (e.g., insurance policies) .
5. Security Monitoring & Detection – SIEM (Security Information and Event Management)
collects, correlates, and analyzes logs to detect unusual user behaviors and generate
alerts ; Signature-based detection validates inbound threats against a database of known
attack patterns ; Web Application Firewall (WAF) blocks SQL injection attacks .
6. Network Security Controls – Reverse proxies cache static content and add protection
layers; VLANs isolate networks at Layer 2 (e.g., isolating finance from other
departments); DNSSEC digitally signs DNS responses to prevent DNS spoofing and cache
poisoning; Firewall rules block known malicious IP addresses .
7. Identity & Access Management – Multi-Factor Authentication (MFA) uses multiple
factors (password, memorable word, PIN); Privileged Access Management (PAM) isolates
privileged account use and requires requests for mission-critical services; Identity
Federation enables users to use Active Directory credentials across on-premises and
cloud platforms ; Password Auditing compares existing passwords against known weak
passwords/dictionary words .

, Page 2 of 124


8. Cryptography & Data Protection – Output Feedback (OFB) mode turns a block cipher
into a synchronous stream cipher; S/MIME provides non-repudiation for emails using
digital signatures; Copyrights protect software intellectual property; Anonymization
protects PHI data from inadvertent sharing by researchers .
9. Application Security – Regression testing ensures changes don't introduce new defects;
Code signing ensures application builds are trusted by devices; Race conditions occur
when multiple processes execute simultaneously and outcome depends on timing (e.g.,
payment alteration attacks); SQL injection detection involves monitoring for unexpected
symbols and characters in queries .
10. Disaster Recovery & Business Continuity – Warm sites provide partially equipped
facilities for faster recovery than cold sites; DR planners prioritize mission-critical
systems for operational impact; Vendor viability assessment evaluates whether a vendor
will remain in business; Risk register is the most recognized output of risk management
programs .




250 MCQs with Rationales


1. A security consultant is conducting a security assessment and needs to communicate

reasons that flaws may exist. What are the three primary categories in which these flaws

exist?

A) Communication, Documentation, Training

B) People, Process, Technology

C) Hardware, Software, Firmware

D) Design, Implementation, Maintenance


Answer: B

Rationale: According to WGU D488 materials, security flaws exist across three primary

categories: People, Process, and Technology. Understanding these categories helps security

professionals identify vulnerabilities and communicate risks effectively to stakeholders .

, Page 3 of 124


2. A small business is migrating to the cloud but wants as little administration responsibility as

possible. Which cloud service model best suits their needs?

A) Infrastructure as a Service (IaaS)

B) Platform as a Service (PaaS)

C) Software as a Service (SaaS)

D) Disaster Recovery as a Service (DRaaS)


Answer: C

Rationale: SaaS provides the least administrative responsibility because the provider manages

the entire application stack. The customer only needs to use the application without managing

servers, operating systems, or patches .


3. A disaster recovery planner needs to focus prioritization efforts around operational impact.

Which system should receive the highest priority?

A) Demilitarized Zone systems

B) External-facing systems

C) Systems with critical vulnerabilities

D) Mission-critical systems


Answer: D

Rationale: Mission-critical systems have the highest operational impact if unavailable. Disaster

recovery prioritization should focus on systems essential for business operations .


4. Which type of network should be scanned to monitor threats against an organization's

data, credentials, and brand reputation on networks not accessible via search engines?

, Page 4 of 124


A) Wireless fidelity networks

B) Intranet

C) Deep web

D) SCADA networks


Answer: C

Rationale: The deep web consists of content not indexed by search engines and can harbor

threats to organizational data, credentials, and brand reputation. Monitoring the deep web

helps detect potential breaches and threat actor activity .


5. Which security technique should be used to detect weak passwords that may match

common dictionary words?

A) Password spraying

B) Password auditing

C) Password guessing

D) Password history review


Answer: B

Rationale: Password auditing compares existing passwords against known weak passwords and

dictionary words to identify vulnerable credentials. This is a proactive measure to strengthen

authentication security .


6. An organization wants users to provide a password, memorable word, and PIN. What

authentication method should be implemented?

A) Single-factor authentication

Document information

Uploaded on
August 8, 2026
Number of pages
124
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$29.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.
surepass
4.9
(394)
Sold
6682
Followers
22
Items
3121
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