nerdexam
Cisco

200-201 · Question #397

Which principle reduces the risk of attackers gaining access to sensitive data by compromising a low-level user account?

The correct answer is C. least privilege. The principle of least privilege limits user accounts to only the minimum necessary permissions required to perform their job functions, thereby reducing the impact of a compromised low-level account.

Submitted by weili_xi· Mar 6, 2026Security Concepts

Question

Which principle reduces the risk of attackers gaining access to sensitive data by compromising a low-level user account?

Options

  • Aseparation of duties
  • Blimited access
  • Cleast privilege
  • Dprivilege separation

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    89% (34)
  • D
    3% (1)

Why each option

The principle of least privilege limits user accounts to only the minimum necessary permissions required to perform their job functions, thereby reducing the impact of a compromised low-level account.

Aseparation of duties

Separation of duties divides critical tasks among multiple individuals to prevent any single person from completing a task alone, focusing on preventing fraud or error, not directly limiting access for a single compromised account.

Blimited access

'Limited access' is a general concept but 'least privilege' is the specific principle that dictates the minimum necessary permissions to perform a job, directly addressing the impact of account compromise.

Cleast privilegeCorrect

The principle of least privilege ensures that users, processes, and applications are granted only the essential permissions needed to perform their assigned tasks and nothing more. By restricting a low-level user account to minimal privileges, even if compromised, an attacker's ability to access sensitive data or escalate further will be severely curtailed.

Dprivilege separation

Privilege separation is a design principle in operating systems and applications to isolate different parts of a program with different privileges, which is a technical implementation, while least privilege is the overarching security principle.

Concept tested: Principle of least privilege

Source: https://learn.microsoft.com/en-us/security/zero-trust/establish-least-privilege

Topics

#Least privilege#Security principles#Access control

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice