Given a system implementing Separation of Duties, which of the following scenarios best illustrates this pattern?
medium🚀 Application Q4 of 15
Cybersecurity - Security Architecture and Design
Given a system implementing Separation of Duties, which of the following scenarios best illustrates this pattern?
AA single employee approves and processes a financial transaction
BEmployees share passwords to access the system
CAll employees have full access to the financial system
DOne employee requests a purchase, another approves it, and a third processes payment
Step-by-Step Solution
Solution:
Step 1: Understand Separation of Duties
This pattern divides responsibilities among different people to reduce fraud and errors.
Step 2: Analyze each option
One employee requests a purchase, another approves it, and a third processes payment shows different employees handling request, approval, and payment, matching the pattern. A single employee approves and processes a financial transaction has one person doing all tasks, which is insecure. Options C and D violate access control principles.
Final Answer:
One employee requests a purchase, another approves it, and a third processes payment -> Option D
Quick Check:
Separation of Duties = Different people for different tasks [OK]
Quick Trick:Separation of Duties splits tasks among people [OK]
Common Mistakes:
MISTAKES
Assuming one person can do all steps safely
Ignoring access control principles
Master "Security Architecture and Design" in Cybersecurity
9 interactive learning modes - each teaches the same concept differently