- A
Create a Conditional Access policy that targets all users, grant access requiring MFA, and include the corporate office location as a condition.
Why wrong: Including the corporate location as a condition would also require MFA from that location, which is not desired.
- B
Create a Conditional Access policy that targets all users, grant access requiring MFA, and exclude the corporate office location from the policy.
Excluding the corporate office location ensures users connecting from those trusted IPs bypass MFA, while everyone else must satisfy the MFA requirement.
- C
Configure a Per-User MFA policy and add the corporate office IPs to a list of trusted IPs in the MFA settings.
Why wrong: Per-User MFA with trusted IPs is a legacy approach and does not offer the granularity of Conditional Access. The question implies the use of modern Conditional Access.
- D
Create a Conditional Access policy that targets the corporate office location and grant access with MFA for all other locations.
Why wrong: This would only apply MFA to users not in the corporate office, but the policy must target all users to enforce MFA globally, then exclude the location.
Quick Answer
The correct answer is to create a Conditional Access policy that targets all users, requires MFA as a grant control, and excludes the corporate office location from the policy. This works because Microsoft Entra ID P1 supports named locations based on static public IP ranges, allowing you to define the corporate office as a trusted location. When a user connects from that IP range, the policy’s exclusion rule triggers, bypassing the MFA requirement while still enforcing it for all other connections. On the MS-102 exam, this scenario tests your understanding of how Conditional Access evaluates policy components in order: exclusions are processed before grant controls, so a trusted location exclusion effectively exempts users without needing separate policies. A common trap is assuming you can simply disable MFA for a location, but Conditional Access requires explicit exclusion logic. Memory tip: think “Exclude the exception” — if you want to skip MFA for the office, exclude that named location from the policy that demands MFA.
MS-102 Practice Question: Implement and manage identity and access in Microsoft Entra ID
This MS-102 practice question tests your understanding of implement and manage identity and access in microsoft entra id. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.
Contoso uses Microsoft Entra ID P1 licenses and has a dedicated corporate office with static public IP addresses. The company wants to require MFA for all users, but exempt users when they connect from the corporate office. Which configuration should the administrator implement?
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 that targets all users, grant access requiring MFA, and exclude the corporate office location from the policy.
Option B is correct because a Conditional Access policy can target all users, require MFA as a grant control, and exclude the corporate office location (defined by static public IP addresses as a named location). This ensures MFA is enforced for all connections except those originating from the trusted corporate network, aligning with the requirement to exempt users at the office.
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.
- ✗
Create a Conditional Access policy that targets all users, grant access requiring MFA, and include the corporate office location as a condition.
Why it's wrong here
Including the corporate location as a condition would also require MFA from that location, which is not desired.
- ✓
Create a Conditional Access policy that targets all users, grant access requiring MFA, and exclude the corporate office location from the policy.
- ✗
Configure a Per-User MFA policy and add the corporate office IPs to a list of trusted IPs in the MFA settings.
- ✗
Create a Conditional Access policy that targets the corporate office location and grant access with MFA for all other locations.
Why it's wrong here
This would only apply MFA to users not in the corporate office, but the policy must target all users to enforce MFA globally, then exclude the location.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse 'include' and 'exclude' in Conditional Access conditions, mistakenly thinking that including the office location will exempt it, when in fact excluding the location is required to bypass MFA for that trusted network.
Detailed technical explanation
How to think about this question
Conditional Access policies evaluate conditions like user risk, device state, and location (defined as named locations using IP ranges or country/region). When a location is excluded, the policy's grant controls (e.g., require MFA) are not applied to requests from that location, effectively bypassing MFA. Named locations support up to 2000 IP ranges per tenant, and the exclusion is evaluated at runtime based on the client's public IP address as seen by Microsoft Entra ID.
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.
- →
Implement and manage identity and access in Microsoft Entra ID — study guide chapter
Learn the concepts, then practise the questions
- →
Implement and manage identity and access in Microsoft Entra ID 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?
Implement and manage identity and access in Microsoft Entra ID — This question tests Implement and manage identity and access in Microsoft Entra ID — 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 that targets all users, grant access requiring MFA, and exclude the corporate office location from the policy. — Option B is correct because a Conditional Access policy can target all users, require MFA as a grant control, and exclude the corporate office location (defined by static public IP addresses as a named location). This ensures MFA is enforced for all connections except those originating from the trusted corporate network, aligning with the requirement to exempt users at the office.
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 →
Same concept, more angles
3 more ways this is tested on MS-102
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. An organization uses Microsoft Entra ID P2 licenses. They want to implement a policy that forces users to perform multi-factor authentication (MFA) only when they sign in from an untrusted location. The trusted locations include the corporate office IP range. Which type of policy should they create?
medium- A.Identity Protection user risk policy
- ✓ B.Conditional Access policy
- C.MFA registration policy
- D.Authentication methods policy
Why B: Conditional Access policies in Microsoft Entra ID allow administrators to enforce MFA based on conditions like location. By configuring a policy that targets all users and cloud apps, with a condition excluding trusted IP ranges (corporate office), MFA is only triggered when sign-ins originate from untrusted locations. This is the precise mechanism for location-based MFA enforcement.
Variation 2. An organization with Microsoft Entra ID P2 licenses wants to require multi-factor authentication (MFA) for all users but allow them to register their authentication methods before being forced to use MFA. Which configuration should they implement?
medium- ✓ A.Conditional Access policy with MFA grant and a registration campaign
- B.Security defaults
- C.Per-user MFA
- D.Identity Protection user risk policy
Why A: Conditional Access policies can include a registration campaign for combined security info registration, allowing users to preregister MFA methods before the policy requiring MFA is enforced. This provides a smooth user experience. Security defaults enforce MFA immediately without a pre-registration period. Per-user MFA requires enabling MFA per user and does not include a registration campaign. Identity Protection user risk policy triggers MFA based on risk, not a blanket requirement.
Variation 3. An organization uses Microsoft Entra ID P2 licenses. They need to require multi-factor authentication (MFA) for all users accessing a critical financial application, but they must exclude a set of service accounts that are members of the 'Service Accounts' group. Which policy should they create?
medium- ✓ A.Conditional Access policy with a grant block requiring MFA and an exclude assignment for the 'Service Accounts' group.
- B.An Identity Protection user risk policy configured to require MFA for high-risk users.
- C.Per-user MFA enforced on all users, then disabled for the service accounts individually.
- D.Conditional Access sign-in risk policy requiring MFA for risky sign-ins.
Why A: Option A is correct because a Conditional Access policy allows you to grant access only when MFA is completed, and you can exclude specific groups like 'Service Accounts' from the policy. This ensures all users except the excluded service accounts are prompted for MFA when accessing the critical financial application. The grant block requiring MFA is the appropriate control for this scenario.
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.