exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 2 question 104 discussion

Actual exam question from Microsoft's AZ-104
Question #: 104
Topic #: 2
[All AZ-104 Questions]

You have a Microsoft Entra tenant.

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? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: CF 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
behradcld
2 months, 4 weeks ago
Selected Answer: CF
I would say CDF but there is no third answer so the best choices are CF.
upvoted 2 times
...
SeMo0o0o0o
3 months ago
Selected Answer: CF
C & F are correct
upvoted 3 times
...
ELearn
3 months, 1 week ago
Selected Answer: CF
vote: C&F
upvoted 4 times
...
ELearn
3 months, 1 week ago
Solution Analysis: Dynamic User Membership Type: Azure AD offers dynamic group membership, which automatically adds users to groups based on attributes such as department, job title, etc. By using the Dynamic User membership type, you can create rules (e.g., department equals 'Sales') that automatically manage group membership. This minimizes ongoing administrative effort as users are automatically added/removed from groups based on attribute changes. This solution directly aligns with the requirement to minimize administrative effort and automatically handle group membership. Importing User Information: When performing a bulk import of users, you need a structured format to provide user details such as names, departments, etc. A CSV file is a common format for importing user data into Azure AD. Azure AD supports bulk importing users using a CSV file, which can include attributes necessary for dynamic membership rules (e.g., department).
upvoted 4 times
ELearn
3 months, 1 week ago
Detailed Steps: Create Groups with Dynamic User Membership: By setting up groups with dynamic membership rules based on the department attribute, you ensure users are automatically placed in the correct group upon import. Create a CSV File for Bulk Import: A CSV file containing user information, including the department attribute, will allow Azure AD to import users with the necessary data to match the dynamic membership rules. Correct Actions: C. Create groups that use the Dynamic User membership type. This allows automatic group membership based on user attributes, reducing manual management. F. Create a CSV file that contains user information and the appropriate attributes. This facilitates the bulk import of users with necessary attributes (e.g., department) into Azure AD. Conclusion: Using Dynamic User membership for groups and a CSV file for importing users allows for automated and efficient user management in Azure AD, fulfilling the requirement of minimal administrative effort.
upvoted 2 times
...
...
siheom
3 months, 1 week ago
Selected Answer: CF
vote CF
upvoted 2 times
...
michael1msc
3 months, 1 week ago
Selected Answer: DF
As you don't have option to upload csv to Azure the only option is PowerShell + CSV.
upvoted 1 times
pasangawa
3 months, 1 week ago
I have to disagree with this. you can upload the csv on the portal. All users > Users > Bulk create....there's the upload there when you download the template
upvoted 1 times
...
...
6c05b3d
3 months, 1 week ago
ChatGPT: Correct answer: CF. C. Dynamic groups automatically include members based on specified attributes (like department) that are evaluated using rules. In this scenario, you would create dynamic user groups and define a membership rule based on the department attribute. This eliminates the need for manual assignment or scripting as users are automatically added to the appropriate group based on their department. F. The bulk import of users in Microsoft Entra ID (formerly Azure AD) is typically done using a CSV file. The CSV file allows you to specify user attributes, including the department. Once the users are imported with the department attribute correctly populated, they will automatically be added to the relevant dynamic groups based on the membership rules you set.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...