Courseiva
mediumMultiple ChoiceObjective-mapped

MD-102 Practice Question: Reviewing a Windows 10 compliance policy in…

Exhibit

Refer to the exhibit.

```json
{
  "deviceCompliancePolicy": {
    "@odata.type": "#microsoft.graph.windows10CompliancePolicy",
    "description": null,
    "displayName": "Windows 10 Compliance Policy",
    "passwordRequired": true,
    "passwordMinimumLength": 6,
    "passwordRequiredType": "deviceDefault",
    "passwordMinimumCharacterSetCount": 1,
    "osMinimumVersion": "10.0.19041.0",
    "osMaximumVersion": null,
    "secureBootEnabled": true,
    "storageRequireEncryption": true,
    "activeFirewallRequired": true
  }
}
```

You are reviewing a Windows 10 compliance policy in Microsoft Intune. A user with a device running Windows 10 version 20H2 (build 19042.985) reports that the device is marked as non-compliant. The device has a password of length 8, a PIN with 4 characters, Secure Boot enabled, BitLocker enabled, and Windows Defender Firewall active. What is the most likely reason for non-compliance?

⚠ Common exam trap

Many exam-takers assume a PIN is separate from a password and not subject to the same minimum length requirement, but Intune's compliance policy treats both under the same 'password length' rule.

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

The device uses a PIN with only 4 characters, which does not meet the minimum password length of 6.

The device uses a PIN with only 4 characters, which does not meet the minimum password length of 6. In Intune compliance policies for Windows 10, the 'Minimum password length' setting applies to both passwords and PINs. A PIN of 4 characters violates this requirement, causing non-compliance even if other settings like BitLocker and Secure Boot are properly configured.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Windows Defender Firewall is not active.

    Why it's wrong here

    It is active.

  • Secure Boot is not enabled on the device.

    Why it's wrong here

    It is enabled.

  • The OS build number 19042.985 is below the required minimum version 19041.0.

    Why it's wrong here

    19042.985 is higher than 19041.0.

  • The device uses a PIN with only 4 characters, which does not meet the minimum password length of 6.

    Why this is correct

    Password minimum length is 6, but PIN length is 4.

Go deeper

Related to this question

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 →

How Courseiva writes practice questions · Editorial policy

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.