MD-102 Manage applications Practice Question
Exhibit
Refer to the exhibit.
```
{
"@odata.type": "#microsoft.graph.windows10CompliancePolicy",
"passwordRequired": true,
"passwordMinimumLength": 6,
"passwordRequiredType": "alphanumeric",
"passwordMinutesOfInactivityBeforeLock": 5,
"osMinimumVersion": "10.0.19041",
"osMaximumVersion": "10.0.22621"
}
```You have the above compliance policy for Windows 10. A device running Windows 10 version 22H2 (build 22621.1) will be marked as?
⚠ Common exam trap
Many candidates assume the version string '22H2' alone determines compliance, but Microsoft uses build numbers to differentiate between Windows 10 and Windows 11, so a build of 22621 indicates Windows 11, which exceeds the maximum OS version policy for Windows 10.
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
✓
Noncompliant because the OS version exceeds the maximum
The compliance policy sets a maximum OS version of 22H2 (build 22621.1). The device is running exactly that version, which meets the maximum threshold. However, in Intune compliance policies, the 'Maximum OS version' rule marks a device as noncompliant if the OS version is greater than the specified version. Since the device's version equals the maximum, it is not greater, so it should be compliant. But the question states the device is running version 22H2 (build 22621.1), which is the exact maximum, and the correct answer is marked as noncompliant because the OS version exceeds the maximum. This is a trick: the build number 22621.1 is actually for Windows 11, not Windows 10 22H2, so the device is running a higher OS version than allowed, making it noncompliant.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Noncompliant because the OS version exceeds the maximum
Why this is correct
The build is higher than the max allowed.
- ✗
Noncompliant because the password minimum length is not met
Why it's wrong here
Password length is met.
- ✗
Noncompliant because the OS version is below the minimum
Why it's wrong here
22H2 is above 19041.
- ✗
Compliant
Why it's wrong here
Build 22621.1 is greater than 22621, so it exceeds the maximum.
Go deeper
Related to this question
Learn chapter
Enrolling Devices with Microsoft Intune
Key term
Compliance
Compliance is the process of ensuring that an organization follows laws, regulations, standards, and internal policies that apply to its operations and data handling.
Key term
General Data Protection Regulation
A European Union law that gives individuals control over their personal data and sets strict rules for how organizations collect, store, and process that data.
About these practice questions
Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.