Courseiva

CCNA Security Architecture Modeling Questions

42 questions · Security Architecture Modeling topic · All types, answers revealed

1
MCQeasy

When designing an architecture, which principle states that a system should be designed to be secure even if other security measures fail?

A.Separation of duties
B.Defense in depth
C.Principle of Least Privilege
D.Fail-safe defaults
AnswerB

This involves layering security controls.

Why this answer

Defense in depth ensures that if one layer fails, others remain to protect the system.

2
MCQhard

When documenting a cloud-based architecture, which aspect is most critical to document for compliance?

A.Shared Responsibility Model
B.Cloud vendor pricing
C.Employee names
D.OS versions
AnswerA

This defines the division of security tasks between parties.

Why this answer

Shared Responsibility Model documentation is essential to define which security controls the provider manages vs. the customer.

3
MCQhard

You are implementing threat modeling using the PASTA (Process for Attack Simulation and Threat Analysis) framework. What is the primary output of Stage 2?

A.Risk Analysis
B.Technical Scope Definition
C.Business Impact Analysis
D.Threat Analysis
AnswerB

Stage 2 involves identifying the architecture and technical scope.

Why this answer

Stage 2 of PASTA is defining the technical scope, which identifies assets, trust boundaries, and data flows.

4
MCQhard

In a SABSA (Sherwood Applied Business Security Architecture) model, you are mapping business attributes to security services. Which layer focuses on the 'What' from a business perspective?

A.Conceptual Layer
B.Physical Layer
C.Contextual Layer
D.Logical Layer
AnswerC

The Contextual layer defines the business scope and 'What' the business needs.

Why this answer

SABSA uses a matrix where the Contextual layer (Layer 1) defines the 'What' (Business requirements).

5
Multi-Selectmedium

Which THREE principles are core to a 'Zero Trust' architecture? (Select THREE)

Select 3 answers
A.Verify explicitly
B.Trust but verify
C.Use least privileged access
D.Maximize perimeter defense
E.Assume breach
AnswersA, C, E

Core Zero Trust pillar.

Why this answer

Zero Trust relies on explicit verification, least privilege, and assuming breach.

6
MCQhard

When designing a secure API architecture, which pattern is the industry standard for securing inter-service communication?

A.API Keys
B.IP Whitelisting
C.mTLS
D.Basic Auth
AnswerC

mTLS provides robust cryptographic identity for services.

Why this answer

mTLS (mutual TLS) ensures that both parties in a connection verify each other's identity.

7
MCQeasy

When conducting threat modeling using the STRIDE methodology, which category addresses a user gaining unauthorized access to an administrative account?

A.Information Disclosure
B.Elevation of Privilege
C.Spoofing
D.Denial of Service
AnswerB

Elevation of privilege is the correct category for unauthorized access escalation.

Why this answer

Elevation of Privilege (E) occurs when a user gains access rights they should not possess.

8
MCQeasy

What is the primary function of a Security Reference Architecture (SRA)?

A.To manage incidents
B.To provide a blueprint for security design
C.To configure firewalls
D.To identify vulnerabilities
AnswerB

An SRA provides reusable designs and standards.

Why this answer

SRA provides a proven, standardized model for security design that ensures consistency across an enterprise.

9
MCQmedium

What is the primary function of a Security Content Automation Protocol (SCAP) in architecture?

A.Firewall management
B.Automated security assessment
C.Access control
D.Encryption
AnswerB

SCAP is a framework for automated vulnerability and configuration checking.

Why this answer

SCAP provides a standardized way to automate security vulnerability management and configuration assessment.

10
MCQhard

In the context of Enterprise Security Architecture, what is the primary goal of the 'Capability Maturity Model' (CMM) integration?

A.To reduce software defects
B.To purchase better hardware
C.To identify all existing threats
D.To standardize organizational processes
AnswerD

CMM is used to measure and improve the maturity of security processes.

Why this answer

CMM allows an organization to measure the effectiveness and repeatability of its security architecture processes.

11
MCQeasy

Which tool would you use to visualize the data flow between components in a cloud-native application for threat modeling?

A.Network diagram
B.Gantt chart
C.Data Flow Diagram
D.Entity Relationship Diagram
AnswerC

DFDs illustrate data movement and boundaries for threat analysis.

Why this answer

Data Flow Diagrams (DFD) are the standard for visualizing how data moves through a system.

12
Multi-Selecteasy

Which TWO elements are required to effectively document a security architecture for audit purposes? (Select TWO)

Select 2 answers
A.Developer social security numbers
B.Detailed design diagrams
C.Vendor marketing brochures
D.List of security controls
E.Employee cafeteria menu
AnswersB, D

Visual documentation is mandatory for audit.

Why this answer

Auditors require the design itself (diagrams) and the security controls implemented to protect the assets.

13
MCQmedium

Which document is the primary deliverable of the TOGAF 'Architecture Definition Document'?

A.Gap Analysis
B.Architecture Definition Document
C.Security Policy
D.Risk Register
AnswerB

The ADD serves as the comprehensive record of the architecture.

Why this answer

The ADD is the main container for all architectural descriptions and documentation.

14
Multi-Selecthard

When designing a secure cloud architecture, which TWO security services are essential for identity and access management? (Select TWO)

Select 2 answers
A.Physical security
B.Packet inspection
C.Role-Based Access Control
D.Data backup
E.Federated Identity
AnswersC, E

Standard for managing permissions.

Why this answer

IAM requires robust policy enforcement and federation for secure access.

15
MCQmedium

When using the 'Trike' methodology for threat modeling, which of the following is the main focus?

A.Risk management and balancing
B.Network perimeter defense
C.Code vulnerability discovery
D.Attack simulation
AnswerA

Trike aims to balance risk between stakeholder assets and security requirements.

Why this answer

Trike focuses on ensuring the risk management process is balanced between security, reliability, and functionality.

16
MCQmedium

In the context of the CISSP-ISSAP, which architecture framework is most commonly used for federal government IT systems?

A.TOGAF
B.SABSA
C.FEAF
D.Zachman Framework
AnswerC

FEAF is the specific framework for federal enterprise architecture.

Why this answer

FEAF (Federal Enterprise Architecture Framework) is the standard for US federal government agencies.

17
Multi-Selectmedium

Which THREE components are typically included in an Enterprise Security Architecture (ESA) framework? (Select THREE)

Select 3 answers
A.Security Reference Architecture
B.Help Desk Ticket Log
C.Hardware Inventory
D.Security Governance Model
E.Architecture Design Methodology
AnswersA, D, E

Reference models provide reusable components.

Why this answer

ESA frameworks require governance, a design methodology, and a component reference library.

18
Multi-Selecteasy

Which THREE of the following are considered 'Assets' in security architecture? (Select THREE)

Select 3 answers
A.Customer database
B.Janitorial services
C.Source code
D.Office light bulbs
E.Cloud infrastructure
AnswersA, C, E

A critical data asset.

Why this answer

Assets include data, hardware, software, and intellectual property.

19
MCQeasy

Which type of diagram is used to represent the different zones in an architecture?

A.Sequence diagram
B.Class diagram
C.Trust Boundary Diagram
D.Activity diagram
AnswerC

This clearly shows zones of differing security requirements.

Why this answer

A trust boundary diagram or network architecture diagram is used to illustrate security zones.

20
Multi-Selectmedium

Which THREE elements are essential to define a trust boundary? (Select THREE)

Select 3 answers
A.Different access privileges
B.Operating system type
C.Different authentication requirements
D.Hardware vendor
E.Network zone separation
AnswersA, C, E

Transitioning between privilege levels requires a boundary.

Why this answer

A trust boundary is defined by the transition between levels of access, authentication, or network zones.

21
Multi-Selectmedium

Which THREE items should be included in a thorough Architecture Decision Record (ADR)? (Select THREE)

Select 3 answers
A.Decision Status
B.Consequences
C.Personal performance review
D.Context/Problem Description
E.Budget approval code
AnswersA, B, D

Tracks if the decision is proposed or accepted.

Why this answer

ADRs need to document the decision, the context, and the consequences of the decision.

22
MCQmedium

You are designing a reference architecture for a cloud environment. Which NIST document provides the most relevant framework for cloud security architecture?

A.NIST SP 800-30
B.NIST SP 800-144
C.NIST SP 800-53
D.NIST SP 800-160
AnswerB

This specifically addresses cloud security architecture and guidelines.

Why this answer

NIST SP 800-144 is the standard reference for cloud computing security and architecture guidelines.

23
MCQeasy

Which security principle is enforced when you restrict an application's ability to modify system files?

A.Least privilege
B.Defense in depth
C.Economy of mechanism
D.Complete mediation
AnswerA

Restricting access to only necessary files is least privilege.

Why this answer

Least privilege ensures that the application has only the permissions required for its function, preventing system-wide modifications.

24
MCQhard

In the context of the SABSA framework, what is the relationship between the 'Security Services' and 'Business Attributes'?

A.Attributes drive services
B.Attributes describe technical vulnerabilities
C.Services drive attributes
D.They are independent
AnswerA

SABSA maps business requirements (attributes) to security services.

Why this answer

The business attributes (what the business needs) drive the requirement for specific security services.

25
MCQhard

When designing for 'Availability' in a distributed architecture, which pattern is used to handle service failure gracefully?

A.Circuit Breaker
B.Sharding
D.Encryption
AnswerA

This pattern prevents cascading failures in distributed systems.

Why this answer

The Circuit Breaker pattern prevents an application from repeatedly trying to execute an operation that is likely to fail.

26
MCQeasy

Which threat modeling technique is best described as focusing on the attacker's perspective and their motivation?

A.System-centric
B.Attacker-centric
C.Capability-centric
D.Data-centric
AnswerB

This focuses on the threat actors and their goals.

Why this answer

Attacker-centric threat modeling starts with the adversary and their specific objectives.

27
Multi-Selecteasy

Which TWO are common challenges in Enterprise Security Architecture? (Select TWO)

Select 2 answers
A.Organizational silos
B.Alignment with business strategy
C.Cable length limitations
D.OS license costs
E.Lack of hardware vendors
AnswersA, B

Silos prevent consistent security architecture implementation.

Why this answer

Managing organizational silos and maintaining alignment with changing business needs are top challenges.

28
MCQhard

What is the primary purpose of an 'Architecture Trade-off Analysis Method' (ATAM)?

A.To document API endpoints
B.To reduce development cost
C.To automate code testing
D.To evaluate architectural quality tradeoffs
AnswerD

ATAM assesses the impact of architectural choices on system quality attributes.

Why this answer

ATAM is used to evaluate architectural decisions and their impact on quality attributes like security, performance, and availability.

29
Multi-Selecthard

Which TWO types of documentation are standard in the SABSA methodology? (Select TWO)

Select 2 answers
A.Daily status reports
B.Employee payroll records
C.Business attribute profiles
D.Security service specifications
E.Project budget sheets
AnswersC, D

Used to map business requirements.

Why this answer

SABSA requires business requirements documentation and security service specifications.

30
MCQmedium

When evaluating a software-defined perimeter (SDP), which architecture principle is being primarily enforced?

A.Defense in depth
B.Perimeter security
C.Fail-safe defaults
D.Zero Trust
AnswerD

SDP is a physical implementation of Zero Trust architecture.

Why this answer

SDP enforces 'Zero Trust' by requiring authentication and authorization before the network connection is made.

31
MCQeasy

Which component is the most critical to protect in a web-based architecture?

A.Web server
C.CSS files
D.Database
AnswerD

The database is the ultimate repository of sensitive information.

Why this answer

The database is typically the primary target for attackers as it contains the sensitive data.

32
Multi-Selecthard

When evaluating architectural threats, which THREE categories are explicitly defined in the STRIDE methodology? (Select THREE)

Select 3 answers
A.Tampering
B.Repudiation
C.Phishing
D.Malware Injection
E.Spoofing
AnswersA, B, E

Part of the STRIDE acronym.

Why this answer

STRIDE stands for Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, and Elevation of Privilege.

33
MCQmedium

In the context of TOGAF, what is the 'Architecture Repository' used for?

A.Storing source code
B.Logging security events
C.Defining business requirements
D.Managing architectural artifacts
AnswerD

The repository stores reusable standards and models.

Why this answer

The repository acts as a central library for all architectural work products, models, and design patterns.

34
Multi-Selecthard

In the TOGAF ADM, which TWO phases are most critical for security architecture integration? (Select TWO)

Select 2 answers
A.Requirements Management
B.Preliminary Phase
C.Opportunities and Solutions
D.Architecture Vision
E.Implementation Governance
AnswersC, D

Security solutions are evaluated here.

Why this answer

Phase A (Vision) and Phase E (Opportunities and Solutions) are where security requirements are integrated and evaluated.

35
MCQhard

In the context of the 'Zachman Framework', which cell represents the 'Why' of the security architecture?

A.Data
B.Function
C.Motivation
D.Time
AnswerC

The motivation column addresses the business drivers and goals.

Why this answer

The 'Why' column in the Zachman Framework is the 'Motivation' column, which focuses on business goals and security drivers.

36
Multi-Selectmedium

Which THREE factors influence the choice of a security architecture framework? (Select THREE)

Select 3 answers
A.Organizational maturity
B.Hardware vendor preference
C.Office location
D.Business goals
E.Regulatory requirements
AnswersA, D, E

The framework must match the organization's ability to implement it.

Why this answer

Regulatory requirements, organizational size, and business goals are key drivers for selecting a framework.

37
Multi-Selecthard

When modeling threats for a microservices architecture, which TWO threats are most relevant due to service distribution? (Select TWO)

Select 2 answers
A.Browser compatibility
B.Insecure inter-service communication
C.Disk fragmentation
D.Lateral movement
E.CPU overheating
AnswersB, D

Lack of mutual authentication between services is a major risk.

Why this answer

Distributed architectures face significant risks related to lateral movement and insecure inter-service communication.

38
MCQmedium

Which component of an architecture document defines the communication standards between services?

A.System overview
B.Data dictionary
C.Security policy
D.Interface specification
AnswerD

This defines the contracts and communication protocols.

Why this answer

The Interface Specification or API design document defines how services communicate.

39
MCQmedium

You are utilizing TOGAF 10 to develop an Architecture Content Framework. Which component of the Architecture Development Method (ADM) phase A is specifically required to define the scope and identify stakeholders?

A.Architecture Vision
B.Business Architecture
C.Transition Planning
D.Architecture Requirements Repository
AnswerA

The Architecture Vision phase is where the scope is defined and stakeholders are identified.

Why this answer

The Preliminary Phase and Phase A are critical for scoping, but the Architecture Vision phase specifically mandates stakeholder identification and scope definition.

40
MCQhard

When performing an architectural review of a CI/CD pipeline, which security control is most critical for preventing unauthorized deployment of code?

A.Multi-party approval
B.Hardened build server
C.Automated scanning
D.Encryption at rest
AnswerA

This enforces separation of duties and oversight for code changes.

Why this answer

Separation of duties via multi-party approval in the pipeline prevents a single compromised account from pushing code to production.

41
Multi-Selecteasy

Which TWO of the following are primary goals of conducting threat modeling during the architecture phase? (Select TWO)

Select 2 answers
A.Automate patch management
B.Identify design-level security flaws
C.Perform penetration testing
D.Manage hardware inventory
E.Prioritize security investments
AnswersB, E

This is the primary goal of architecture threat modeling.

Why this answer

Threat modeling identifies design flaws and helps prioritize security investments.

42
MCQmedium

Which threat modeling tool is known for generating DFDs and identifying threats via a rule engine?

A.Wireshark
B.Metasploit
C.Nmap
D.Microsoft Threat Modeling Tool
AnswerD

This tool automates DFD creation and STRIDE threat generation.

Why this answer

Microsoft Threat Modeling Tool is the standard software tool for DFD-based threat analysis.

Ready to test yourself?

Try a timed practice session using only Security Architecture Modeling questions.