MD-102 Prepare infrastructure for devices Practice Question
Exhibit
Refer to the exhibit.
```json
{
"@odata.type": "#microsoft.graph.windows10CompliancePolicy",
"passwordRequired": true,
"passwordMinimumLength": 6,
"passwordRequiredType": "deviceDefault",
"osMinimumVersion": "10.0.19041.0",
"osMaximumVersion": "10.0.19045.0",
"storageRequireEncryption": true
}
```Refer to the exhibit. An Intune compliance policy JSON for Windows 10 devices. A device with OS version 10.0.19041.1 and no encryption reports as noncompliant. What is the most likely reason?
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 does not have BitLocker encryption enabled.
The compliance policy specifies storageRequireEncryption: true, but the device does not have BitLocker encryption enabled, causing noncompliance. Option A is incorrect because the OS version 10.0.19041.1 is below the maximum allowed (10.0.19044.1). Option B is incorrect because 'deviceDefault' allows any valid Windows password type, including numeric PIN. Option C is incorrect because the OS version is above the minimum required (10.0.19041.0).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The OS version exceeds the maximum allowed version.
Why it's wrong here
The OS version 10.0.19041.1 is below the maximum version of 10.0.19044.1, so this is not the issue.
- ✗
The password type is set to 'deviceDefault' which does not support numeric PIN.
Why it's wrong here
The password type 'deviceDefault' permits numeric PINs; this does not prevent compliance.
- ✗
The OS version is below the minimum requirement.
Why it's wrong here
The OS version meets the minimum requirement of 10.0.19041.0, so this is not the cause.
- ✓
The device does not have BitLocker encryption enabled.
Why this is correct
The policy requires encryption (storageRequireEncryption: true), and since the device lacks encryption, it is noncompliant.
Go deeper
Related to this question
Learn chapter
Enrolling Devices with Microsoft Intune
Key term
Policy
A policy is a set of rules or guidelines that defines how an organization manages, secures, and operates its IT systems and services.
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
One of 942 original MD-102 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.