MD-102 Manage and maintain devices Practice Question
Exhibit
{
"@odata.type": "#microsoft.graph.windows10CompliancePolicy",
"description": "Windows 10 compliance policy requiring encryption",
"deviceThreatProtectionEnabled": true,
"deviceThreatProtectionRequiredSecurityLevel": "high",
"bitLockerEnabled": true,
"storageRequireEncryption": true,
"passwordRequired": true,
"passwordMinimumLength": 6
}Refer to the exhibit. The JSON snippet shows a device compliance policy for Windows 10. You assign this policy to a device group. Some devices report as noncompliant even though they have BitLocker enabled and meet password requirements. What is the most likely cause?
⚠ Common exam trap
Test-takers frequently assume BitLocker and storageRequireEncryption are redundant or conflicting, but the real issue is the dependency on Microsoft Defender for Endpoint enrollment for threat-based compliance policies.
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 devices are not enrolled in Microsoft Defender for Endpoint.
The deviceThreatProtectionEnabled setting requires devices to be enrolled in Microsoft Defender for Endpoint to report threat levels. Without this enrollment, the compliance policy cannot evaluate the threat status, causing devices to be marked as noncompliant even if BitLocker and password policies are satisfied.
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 deviceThreatProtectionEnabled setting should be false.
Why it's wrong here
Setting it to false would disable threat evaluation, not cause noncompliance.
- ✗
The password minimum length is too short.
Why it's wrong here
The policy requires 6 characters, which is likely met.
- ✗
The storageRequireEncryption setting conflicts with BitLocker.
Why it's wrong here
Both require encryption; they are complementary.
- ✓
The devices are not enrolled in Microsoft Defender for Endpoint.
Why this is correct
Device threat protection requires Defender for Endpoint to report a threat level.
Go deeper
Related to this question
Learn chapter
Introduction to Endpoint Management in Microsoft 365
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
BitLocker
BitLocker is a full-disk encryption feature built into Windows that protects data by encrypting the entire drive so that unauthorized users cannot access files without the correct recovery key.
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.