MCQ Single Best Answer Difficult

QSecure practices for access control include which of the following?

ID: #23260 Secure Programming Practices 107 views
Question Info
#23260Q ID
DifficultDifficulty
Secure Programming PracticesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Business workflow
  • B Role-based access
  • C Authorization on each request
  • D All the above options
Correct Answer: Option D

Explanation

The correct answer is:

All the above options

Explanation:

  • Business workflow: Secure access control can involve defining business workflows where only authorized individuals or systems can perform certain actions based on roles and permissions.

  • Authorization on each request: It's important to perform authorization checks for each request to ensure the user has the necessary permissions for the specific action they are attempting.

  • Role-based access: Role-based access control (RBAC) is a common and secure method where permissions are assigned based on the user's role, helping to ensure that users can only access resources appropriate to their role.

Hence, All the above options are secure practices for access control.

Share This Question

Challenge a friend or share with your study group.