nerdexam
CompTIA

DA0-002 · Question #53

A company wants to limit an employee's access to a production environment. Which of the following access control practices is the best to implement?

The correct answer is D. Role-based. To effectively limit an employee's access to a production environment, implementing role-based access control (RBAC) is the best practice as it assigns permissions based on job function.

Data Governance

Question

A company wants to limit an employee's access to a production environment. Which of the following access control practices is the best to implement?

Options

  • AMandatory
  • BTime-based
  • CAttribute-based
  • DRole-based

How the community answered

(18 responses)
  • C
    6% (1)
  • D
    94% (17)

Why each option

To effectively limit an employee's access to a production environment, implementing role-based access control (RBAC) is the best practice as it assigns permissions based on job function.

AMandatory

Mandatory Access Control (MAC) is a highly restrictive model, often found in high-security environments, where access is dictated by security labels, which can be overly complex for standard enterprise production environments.

BTime-based

Time-based access control restricts access during certain hours or days but does not define what resources can be accessed or what actions can be performed, which is critical for limiting access to a production environment.

CAttribute-based

Attribute-based access control (ABAC) defines access based on a combination of user, resource, and environment attributes, which is powerful but generally more complex to implement and manage than RBAC for standard use cases.

DRole-basedCorrect

Role-based access control (RBAC) is the best practice for limiting access because it assigns permissions and privileges to users based on their specific job functions or roles within an organization, ensuring employees only have access necessary for their tasks. This approach simplifies management and enforces the principle of least privilege in environments like production.

Concept tested: Access control models - RBAC

Source: https://learn.microsoft.com/en-us/azure/role-based-access-control/overview

Topics

#Access Control#Role-based Access Control (RBAC)#Security Policies#Production Environment Access

Community Discussion

No community discussion yet for this question.

Full DA0-002 Practice