- A
Remove the users from the group manually
Why wrong: Dynamic groups are not meant for manual changes.
- B
Delete and recreate the dynamic group with the same rule
Why wrong: Disruptive and time-consuming.
- C
Trigger a manual evaluation of the dynamic group in Azure AD
Forces immediate membership update.
- D
Wait another 24 hours for the next automatic evaluation
Why wrong: May not solve issue and time-sensitive.
Quick Answer
The correct answer is to trigger a manual evaluation of the dynamic group in Azure AD. This is necessary because Azure AD dynamic group membership is not recalculated immediately after an Azure AD Connect sync; instead, it relies on a background evaluation process that can take up to 24 hours to reflect attribute changes. Even though the sync successfully updated the department attribute for the 20 users, the dynamic group’s rule engine must be explicitly re-run to remove them from 'SalesGroup'. On the MS-102 exam, this scenario tests your understanding of the separation between attribute synchronization and group membership evaluation—a common trap is assuming a successful sync automatically updates dynamic groups. To remember this, think: “Sync updates the data, but you must manually re-evaluate the rule.” A quick memory tip is “Sync fills the tank, but you have to turn the key to drive the group update.”
MS-102 Manage users, groups, licensing, and support Practice Question
This MS-102 practice question tests your understanding of manage users, groups, licensing, and support. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
You are the Microsoft 365 administrator for Contoso Ltd., a company with 500 users. The company uses a hybrid identity with Azure AD Connect. You have a dynamic group named 'SalesGroup' that includes all users with department attribute equal to 'Sales'. Recently, the HR system updated the department for 20 users from 'Sales' to 'Marketing'. The Azure AD Connect sync completed successfully, and the attribute changes are reflected in Azure AD. However, after 48 hours, these users are still members of 'SalesGroup'. You need to ensure that the group membership accurately reflects the department attribute within the next hour. The solution must use minimal administrative effort. What should you do?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Trigger a manual evaluation of the dynamic group in Azure AD
Option C is correct because Azure AD dynamic groups are not automatically re-evaluated immediately after a sync; they rely on a periodic background evaluation process that can take up to 24 hours. By triggering a manual evaluation in the Azure AD admin center or via PowerShell (using the `Invoke-MgGraphRequest` or `Update-MgGroup` cmdlet), you force an immediate recalculation of group membership based on the current attribute values, ensuring the 20 users are removed from SalesGroup within the hour with minimal administrative effort.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Remove the users from the group manually
Why it's wrong here
Dynamic groups are not meant for manual changes.
- ✗
Delete and recreate the dynamic group with the same rule
Why it's wrong here
Disruptive and time-consuming.
- ✓
Trigger a manual evaluation of the dynamic group in Azure AD
Why this is correct
Forces immediate membership update.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Wait another 24 hours for the next automatic evaluation
Why it's wrong here
May not solve issue and time-sensitive.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume dynamic groups are evaluated immediately after an attribute sync, but Microsoft deliberately tests the understanding that dynamic group membership evaluation is asynchronous and can take up to 24 hours unless manually triggered.
Detailed technical explanation
How to think about this question
Azure AD dynamic group membership evaluation is governed by a background process that runs every 24 hours by default, but the actual interval can vary based on tenant load and group size. The evaluation uses the `onPremisesExtensionAttributes` or cloud-based attributes like `department`; after a successful Azure AD Connect sync, the attribute change is stored in Azure AD, but the dynamic group engine only picks it up during its next scheduled evaluation cycle. Triggering a manual evaluation via the Azure portal or the `Invoke-MgGraphRequest -Method POST -Uri 'https://graph.microsoft.com/v1.0/groups/{groupId}/evaluateDynamicMembership'` endpoint forces an immediate recalculation, bypassing the 24-hour wait.
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.
TExam Day Tips
- 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.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Manage users, groups, licensing, and support — study guide chapter
Learn the concepts, then practise the questions
- →
Manage users, groups, licensing, and support practice questions
Targeted practice on this topic area only
- →
All MS-102 questions
975 questions across all exam domains
- →
Microsoft 365 Administrator MS-102 study guide
Full concept coverage aligned to exam objectives
- →
MS-102 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related MS-102 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Deploy and manage a Microsoft 365 tenant practice questions
Practise MS-102 questions linked to Deploy and manage a Microsoft 365 tenant.
Implement and manage Microsoft Entra identity and access practice questions
Practise MS-102 questions linked to Implement and manage Microsoft Entra identity and access.
Manage security and threats by using Microsoft Defender XDR practice questions
Practise MS-102 questions linked to Manage security and threats by using Microsoft Defender XDR.
Manage compliance by using Microsoft Purview practice questions
Practise MS-102 questions linked to Manage compliance by using Microsoft Purview.
Manage users, groups, licensing, and support practice questions
Practise MS-102 questions linked to Manage users, groups, licensing, and support.
Implement and manage identity and access in Microsoft Entra ID practice questions
Practise MS-102 questions linked to Implement and manage identity and access in Microsoft Entra ID.
MS-102 fundamentals practice questions
Practise MS-102 questions linked to MS-102 fundamentals.
MS-102 scenario practice questions
Practise MS-102 questions linked to MS-102 scenario.
MS-102 troubleshooting practice questions
Practise MS-102 questions linked to MS-102 troubleshooting.
Practice this exam
Start a free MS-102 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this MS-102 question test?
Manage users, groups, licensing, and support — This question tests Manage users, groups, licensing, and support — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Trigger a manual evaluation of the dynamic group in Azure AD — Option C is correct because Azure AD dynamic groups are not automatically re-evaluated immediately after a sync; they rely on a periodic background evaluation process that can take up to 24 hours. By triggering a manual evaluation in the Azure AD admin center or via PowerShell (using the `Invoke-MgGraphRequest` or `Update-MgGroup` cmdlet), you force an immediate recalculation of group membership based on the current attribute values, ensuring the 20 users are removed from SalesGroup within the hour with minimal administrative effort.
What should I do if I get this MS-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This MS-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MS-102 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.