SC-300 - Implement and Manage User Identities - Section 1.1

Configure and manage a Microsoft Entra tenant, including roles, administrative units, domains, and tenant settings.

Describe built-in and custom Microsoft Entra roles, administrative units, effective permissions, custom domains, Company branding, and tenant-wide settings. Distinguish which scope - tenant, administrative unit, or resource - a role assignment targets and how that affects access.

built-in and custom Microsoft Entra rolesadministrative unitseffective permissionscustom domainsCompany brandingtenant, user, group, and device settings

Practice question for this objective

Free sampleImplement and Manage User Identitiesmedium

An organisation needs a set of administrators who can do exactly one thing: read and update the mobile phone and office location attributes on user profiles. No built-in Microsoft Entra role matches this narrow capability, and the security team insists the administrators get nothing beyond these two attribute permissions. Which approach grants this precise capability with the least privilege?

  • AAssign the built-in User Administrator role, which already includes permission to update user profile attributes for the targeted users.
  • BPlace the administrators in a dynamic group and grant that group write access to the user objects through group membership rules.
  • CAssign the built-in Directory Writers role, which permits editing of selected directory objects across the tenant.
  • DCreate a custom Microsoft Entra role containing only the user property update permissions, then assign that custom role to the administrators. Correct
Use a custom Microsoft Entra role to grant only the specific directory permissions a task needs when no built-in role matches. Custom roles are built from individual permission sets, so an administrator can include only the user property update actions and exclude everything else. Built-in roles bundle fixed permission groups that cannot be trimmed, which inevitably over-grants when the requirement is a single narrow capability.

Why A is wrong: User Administrator does let holders edit profile attributes, which is why it looks sufficient, but it also grants account creation, deletion and password reset, far exceeding the two-attribute scope the team mandated.

Why B is wrong: Dynamic groups automate membership from attributes and do not confer directory write permissions at all, so this neither scopes nor grants the attribute editing the team requires.

Why C is wrong: Directory Writers sounds like a tidy fit because of its name, but it grants a broad fixed set of write actions across many object types rather than the two specific user attributes requested.

Why D is correct: Custom roles let you compose a role from individual directory permissions, so granting only the user property update actions delivers exactly the two-attribute capability with nothing extra, satisfying least privilege.

See more SC-300 practice questions, answers explained.

More in this domain

Back to all Implement and Manage User Identities objectives, or the SC-300 cert hub.

Examworthy is not affiliated with or endorsed by Microsoft. Original, blueprint-aligned practice material only.