Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: Principle, Privilege
Principle of Least Privilege (PoLP) restricts user/system access rights to only what is essential for their role, minimizing damage from accidents or attacks. Implemented via role-based access control (RBAC), regular access reviews, and just-in-time permissions. Core concept in secure system design.