SC-300 · Question #9
You need to identify which roles to use for managing role assignments. The solution must meet the delegation requirements. What should you do? To answer, select the appropriate options in the answer…
The correct answer is Azure AD Connect settings to modify:: Directory Extensions; Assign Azure AD licenses to:: An Azure Active Directory group that has the Dynamic User membership type. Hotspot Explanation: Role Assignment Management The key constraints are: use PIM to delegate privileged role management and apply least privilege. --- Dropdown 1: To manage Azure AD built-in role assignments Correct Answer: Privileged Role Administrator Why Privileged Role…
Question
Answer Area
- Azure AD Connect settings to modify:Directory ExtensionsDirectory ExtensionsDomain FilteringOptional Features
- Assign Azure AD licenses to:An Azure Active Directory group that has the Dynamic User membership typeAn Azure Active Directory group that has only nested groupsAn Azure Active Directory group that has the Assigned membership typeAn Azure Active Directory group that has the Dynamic User membership type
Explanation
Hotspot Explanation: Role Assignment Management
The key constraints are: use PIM to delegate privileged role management and apply least privilege.
Dropdown 1: To manage Azure AD built-in role assignments
Correct Answer: Privileged Role Administrator
Why Privileged Role Administrator is correct: This role is purpose-built for exactly this scenario. It grants the ability to manage Azure AD role assignments - including activating, assigning, and configuring roles within Azure AD PIM - without granting the full power of a Global Admin. It directly satisfies the requirement to "delegate management of privileged roles using PIM" at least privilege.
Why the others are wrong:
| Role | Why Wrong |
|---|---|
| Global Administrator | Can manage Azure AD role assignments, but violates least privilege - it's the most powerful role in Azure AD |
| Security Administrator | Manages security policies (MCAS, Defender, etc.) - cannot manage role assignments |
| User Access Administrator | An Azure RBAC role for Azure resources, not an Azure AD role - wrong scope entirely |
Dropdown 2: To manage Azure built-in role assignments (Azure RBAC)
Correct Answer: User Access Administrator
Why User Access Administrator is correct: This is the dedicated Azure RBAC role for managing access to Azure resources (subscriptions, resource groups, resources). It grants only the ability to assign/remove roles on Azure resources - nothing more. This satisfies least privilege for Azure resource role management.
Why the others are wrong:
| Role | Why Wrong |
|---|---|
| Global Administrator | Can elevate to User Access Administrator but has far broader scope - violates least privilege |
| Privileged Role Administrator | Scoped to Azure AD role management via PIM, not Azure resource RBAC assignments |
| Security Administrator | Manages security posture (policies, alerts) - no authority over Azure RBAC assignments |
Core Technical Concept
The critical distinction is scope:
- Azure AD roles (like Global Admin, User Admin) -> managed by Privileged Role Administrator via PIM
- Azure RBAC roles (like Owner, Contributor) -> managed by User Access Administrator via Azure IAM
These are two separate role systems. Conflating them is the most common mistake on this question.
Topics
Community Discussion
No community discussion yet for this question.