Sample Questions

User Management

Which is NOT a benefit of a role-based access control (RBAC)?

  • a) Reduces administrative costs
  • b) Easy to comply with privacy regulations.
  • c) Easy to modify user permissions by modifying the related role.
  • d) Need to assign permissions for each individual user.

Access Delegation with OAuth

What is a problem in traditional access management?

  • a) Security threats
  • b) The inconvenience of remembering multiple passwords.
  • c) Creating accounts in every application takes time.
  • d) All of the above.

Single Sign-On

What is NOT a standard authorization flow in OIDC?

  • a) Authorization Code
  • b) Implicit
  • c) Decoupled
  • d) Hybrid

Strong Authentication

How does passwordless authentication improve user experience?

  • a) By eliminating the need to remember and type passwords.
  • b) By requiring additional security questions.
  • c) By increasing the time it takes to log in.
  • d) By restricting access to fewer devices.