az-801 Practice Question 1908

Exam: az-801
Domain: Secure Windows Server on-premises and hybrid infrastructures
Topic: Secure a hybrid Active Directory infrastructure
Difficulty: medium
Your organization is planning to implement tiered administrative access to manage different levels of access control in their hybrid Active Directory environment. Which of the following strategies would best achieve this while ensuring that administrators have the necessary permissions only for their specific roles?

Answer Options

A
Delegated administration
B
Role-Based Access Control (RBAC)
C
Just-in-time (JIT) administration
D
Least privilege principle

Correct Answer

B: Role-Based Access Control (RBAC)

Explanation

Tiered administration involves assigning permissions based on roles and responsibilities, ensuring that administrators have the minimum necessary permissions to perform their tasks. This approach helps in reducing the risk of accidental or malicious actions by limiting access to sensitive areas. Role-Based Access Control (RBAC) and least privilege principles are key components of tiered administration. Delegated administration and just-in-time (JIT) administration are also important but focus more on temporary access rather than role-based permissions.

Related Practice Questions