nerdexam
CompTIA

SY0-501 · Question #50

A bank requires tellers to get manager approval when a customer wants to open a new account. A recent audit shows that there have been four cases in the previous year where tellers opened accounts…

The correct answer is C. Require all new accounts to be handled by someone else other than a teller since they have. The bank requires a robust implementation of separation of duties to prevent tellers from independently opening new accounts without proper management approval, as current controls are failing.

Submitted by miguelv· Mar 4, 2026Security program management and oversight

Question

A bank requires tellers to get manager approval when a customer wants to open a new account. A recent audit shows that there have been four cases in the previous year where tellers opened accounts without management approval. The bank president thought separation of duties would prevent this from happening. In order to implement a true separation of duties approach the bank could:

Options

  • ARequire the use of two different passwords held by two different individuals to open an
  • BAdminister account creation on a role based access control approach
  • CRequire all new accounts to be handled by someone else other than a teller since they have
  • DAdminister account creation on a rule based access control approach

How the community answered

(18 responses)
  • B
    6% (1)
  • C
    78% (14)
  • D
    17% (3)

Why each option

The bank requires a robust implementation of separation of duties to prevent tellers from independently opening new accounts without proper management approval, as current controls are failing.

ARequire the use of two different passwords held by two different individuals to open an

While requiring two different passwords adds a layer of dual control, it does not inherently prevent tellers from having the capability to open accounts, nor does it guarantee that the second individual represents a truly separate and independent role in the process.

BAdminister account creation on a role based access control approach

Role-Based Access Control (RBAC) is a mechanism for assigning permissions based on roles, but simply using RBAC does not guarantee separation of duties if the 'teller' role is still granted the permission to create accounts.

CRequire all new accounts to be handled by someone else other than a teller since they haveCorrect

By delegating the final account creation step to a role other than a teller, the bank enforces a true separation of duties, ensuring no single individual can complete both the initiation and the sensitive finalization of a new account. This physically separates the critical task of account creation from the teller's responsibilities, making it impossible for them to bypass management approval.

DAdminister account creation on a rule based access control approach

Rule-Based Access Control (RuBAC) grants or denies access based on defined rules, but like RBAC, merely implementing RuBAC does not specify the specific rule that would enforce separation of duties, nor does it address the underlying issue of tellers retaining account creation capabilities.

Concept tested: Implementing Separation of Duties (SoD)

Source: https://learn.microsoft.com/en-us/azure/governance/blueprints/concepts/separation-of-duties

Topics

#separation of duties#access control#administrative controls#account creation

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice