500-425 · Question #60
How do roles contribute to system security and access management?
The correct answer is D. Through defining access levels based on job requirements. Roles contribute to system security by defining access levels based on job requirements (D) - a principle known as Role-Based Access Control (RBAC), where users are granted only the permissions needed for their specific function, minimizing exposure to sensitive resources…
Question
How do roles contribute to system security and access management?
Options
- ABy allowing unrestricted access across the system
- BThrough eliminating the need for passwords
- CBy complicating the login process
- DThrough defining access levels based on job requirements
How the community answered
(59 responses)- A5% (3)
- B2% (1)
- C2% (1)
- D92% (54)
Explanation
Roles contribute to system security by defining access levels based on job requirements (D) - a principle known as Role-Based Access Control (RBAC), where users are granted only the permissions needed for their specific function, minimizing exposure to sensitive resources. Option A is wrong because roles do the opposite: they restrict access, not grant it freely. Option B is incorrect since roles complement authentication mechanisms like passwords rather than replace them. Option C is a distractor - roles actually simplify administration by grouping permissions, reducing management complexity rather than increasing login friction.
Memory tip: Think of roles like job badges in a building - a janitor's badge opens storage rooms, a doctor's opens patient wards, but neither opens the server room. Roles = right access for the right job, nothing more.
Topics
Community Discussion
No community discussion yet for this question.