- A
Enable Security defaults and add the service accounts group to the excluded users list.
Why wrong: Security defaults do not allow exclusion of specific groups; they apply to all users.
- B
Assign the 'Require MFA' baseline policy and exclude the service accounts group.
Why wrong: Baseline policies are deprecated and do not support group exclusions.
- C
Create a Conditional Access policy targeting all cloud apps, requiring MFA, and excluding the service accounts group.
Conditional Access allows scoping to all cloud apps and excluding specific groups.
- D
Enable per-user MFA and exclude the service accounts group.
Why wrong: Per-user MFA does not support exclusion of groups; it's a user-level setting.
Quick Answer
The correct approach is to create a Conditional Access policy targeting all cloud apps, requiring MFA, and excluding the service accounts group. This is correct because Conditional Access provides the granular control needed to enforce MFA on all users while specifically excluding a group of service accounts that rely on legacy authentication protocols, which cannot support MFA challenges. On the MD-102 exam, this scenario tests your understanding of how Microsoft Entra ID P1 licenses enable policy-based MFA enforcement, with a common trap being the assumption that per-user MFA or Security defaults can achieve the same exclusion—they cannot, as Security defaults block legacy auth entirely and per-user MFA lacks group-based exclusions. Remember the memory tip: “Policy, not per-user” to recall that Conditional Access policies, not individual user settings, are the correct tool for excluding service accounts from MFA while still protecting all other users.
MD-102 Manage identity and compliance Practice Question
This MD-102 practice question tests your understanding of manage identity and compliance. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.
A company uses Microsoft Entra ID P1 licenses. They want to enforce multi-factor authentication (MFA) for all users accessing the company's SaaS applications. However, they need to exclude a group of service accounts that use legacy authentication protocols. What is the recommended approach?
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
Create a Conditional Access policy targeting all cloud apps, requiring MFA, and excluding the service accounts group.
Option C is correct because Conditional Access is the recommended method for granular MFA enforcement in Microsoft Entra ID P1. It allows you to target all cloud apps (including SaaS applications) with a 'Require MFA' grant control and exclude a specific group of service accounts. This approach supports legacy authentication protocols by excluding those accounts, while Security defaults or per-user MFA would either block legacy auth or lack the necessary exclusion granularity.
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.
- ✗
Enable Security defaults and add the service accounts group to the excluded users list.
Why it's wrong here
Security defaults do not allow exclusion of specific groups; they apply to all users.
- ✗
Assign the 'Require MFA' baseline policy and exclude the service accounts group.
Why it's wrong here
Baseline policies are deprecated and do not support group exclusions.
- ✓
Create a Conditional Access policy targeting all cloud apps, requiring MFA, and excluding the service accounts group.
Why this is correct
Conditional Access allows scoping to all cloud apps and excluding specific groups.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Enable per-user MFA and exclude the service accounts group.
Why it's wrong here
Per-user MFA does not support exclusion of groups; it's a user-level setting.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Security defaults or per-user MFA as viable alternatives, not realizing that only Conditional Access provides the group-based exclusion and granular control required for service accounts using legacy authentication protocols.
Detailed technical explanation
How to think about this question
Conditional Access policies evaluate signals such as user/group membership, cloud app selection, and client app type (e.g., legacy authentication). By excluding the service accounts group, you allow them to use legacy protocols like POP3, IMAP, or SMTP without MFA, while all other users must satisfy the MFA grant. Under the hood, the policy is enforced at the token issuance layer by Microsoft Entra ID, ensuring that only compliant requests receive access tokens for the targeted SaaS applications.
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 identity and compliance — study guide chapter
Learn the concepts, then practise the questions
- →
Manage identity and compliance practice questions
Targeted practice on this topic area only
- →
All MD-102 questions
991 questions across all exam domains
- →
Microsoft 365 Endpoint Administrator MD-102 study guide
Full concept coverage aligned to exam objectives
- →
MD-102 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related MD-102 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Prepare infrastructure for devices practice questions
Practise MD-102 questions linked to Prepare infrastructure for devices.
Manage and maintain devices practice questions
Practise MD-102 questions linked to Manage and maintain devices.
Manage applications practice questions
Practise MD-102 questions linked to Manage applications.
Protect devices practice questions
Practise MD-102 questions linked to Protect devices.
Deploy Windows client practice questions
Practise MD-102 questions linked to Deploy Windows client.
Manage identity and compliance practice questions
Practise MD-102 questions linked to Manage identity and compliance.
Manage, maintain, and protect devices practice questions
Practise MD-102 questions linked to Manage, maintain, and protect devices.
MD-102 fundamentals practice questions
Practise MD-102 questions linked to MD-102 fundamentals.
MD-102 scenario practice questions
Practise MD-102 questions linked to MD-102 scenario.
MD-102 troubleshooting practice questions
Practise MD-102 questions linked to MD-102 troubleshooting.
Practice this exam
Start a free MD-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 MD-102 question test?
Manage identity and compliance — This question tests Manage identity and compliance — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Create a Conditional Access policy targeting all cloud apps, requiring MFA, and excluding the service accounts group. — Option C is correct because Conditional Access is the recommended method for granular MFA enforcement in Microsoft Entra ID P1. It allows you to target all cloud apps (including SaaS applications) with a 'Require MFA' grant control and exclude a specific group of service accounts. This approach supports legacy authentication protocols by excluding those accounts, while Security defaults or per-user MFA would either block legacy auth or lack the necessary exclusion granularity.
What should I do if I get this MD-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 MD-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 MD-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.