mediummulti selectObjective-mapped

A project team expects frequent joiners and leavers. The same Azure permissions are needed for all members of the team, and you want to avoid editing role assignments for each person. Which two actions best meet the requirement? Select two.

Question 1mediummulti select
Full question →

A project team expects frequent joiners and leavers. The same Azure permissions are needed for all members of the team, and you want to avoid editing role assignments for each person. Which two actions best meet the requirement? Select two.

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Create a security group for the project team.

A security group gives you one identity container for the whole team, so membership changes do not require role assignment changes each time.

B

Best answer

Assign the Azure roles to the group instead of individual users.

Role assignment to the group centralizes authorization. When users join or leave, access changes automatically through membership updates.

C

Distractor review

Assign the same roles directly to every user account.

Direct user assignments create ongoing administration overhead because every join or leave event requires a manual RBAC change.

D

Distractor review

Use guest accounts for all team members.

Guest accounts are useful for external collaboration, but they do not by themselves reduce role assignment maintenance for an internal team.

E

Distractor review

Assign the roles to a service principal shared by the team.

A service principal represents an application, not a changing group of users. It is the wrong identity type for team membership-based access.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Create a security group for the project team. — A security group is the right identity container when many people need the same permissions and membership changes frequently. Assigning the Azure roles to that group means you manage access by changing group membership instead of editing each role assignment individually. This is simpler, more secure, and easier to audit. Why others are wrong: Individual user assignments scale poorly when people join and leave often. Guest accounts are intended for external identities, not as the main solution for internal access management. A service principal is for application authentication, so it does not map to a human team changing over time.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.