Microsoft Certified Azure Administrator Associate · Free Practice Question Medium
Question 19
You plan to perform a bulk import of users.
You need to ensure that imported user objects are added automatically as the members of a specific group based on each user's department. The solution must minimize administrative effort.
Which two actions should you perform?
-
A
Create groups that use the Assigned membership type.
-
B
Create an Azure Resource Manager (ARM) template.
-
C
Create groups that use the Dynamic User membership type.
-
D
Write a PowerShell script that parses an import file.
-
E
Create an XML file that contains user information and the appropriate attributes.
-
F
Create a CSV file that contains user information and the appropriate attributes.
Reveal correct answers
Correct answers: C, F
C.
Creating groups that use the Dynamic User membership type allows for automatic membership management based on user attributes, such as department. This choice aligns with the requirement to automatically add imported users to a specific group based on their department, minimizing administrative effort.
https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership
F.
Creating a CSV file that contains user information and attributes is a common approach for bulk user imports.
Microsoft Entra ID, part of Microsoft Entra, supports bulk user create and delete operations and supports downloading lists of users. Just fill out comma-separated values (CSV) template you can download from Microsoft Entra ID.
https://learn.microsoft.com/en-us/entra/identity/users/users-bulk-add
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
