CISA · Question #626
An IS auditor performed tests to evaluate the readiness of developed software for implementation. Which of the following test results BEST indicates that the software meets security requirements?
The correct answer is C. Users can only perform tasks and functions assigned to their roles.. The ability of users to perform only tasks assigned to their roles demonstrates that role-based access control (RBAC) and the principle of least privilege are correctly implemented - a fundamental security requirement. Processing only required data types (A) relates more to funct
Question
An IS auditor performed tests to evaluate the readiness of developed software for implementation. Which of the following test results BEST indicates that the software meets security requirements?
Options
- AThe software processes only required data types.
- BThe passwords meet both complexity and aging criteria.
- CUsers can only perform tasks and functions assigned to their roles.
- DUsers are required to utilize encrypted connections.
How the community answered
(33 responses)- A9% (3)
- B3% (1)
- C82% (27)
- D6% (2)
Explanation
The ability of users to perform only tasks assigned to their roles demonstrates that role-based access control (RBAC) and the principle of least privilege are correctly implemented - a fundamental security requirement. Processing only required data types (A) relates more to functional correctness. Password complexity (B) is an authentication control, not a comprehensive security indicator. Encrypted connections (D) address transport security but not authorization, which is the broader and more critical security requirement in access governance.
Topics
Community Discussion
No community discussion yet for this question.