mediumMultiple ChoiceObjective-mapped
MD-102 Practice Question: You have the following JSON compliance policy for…
Exhibit
Refer to the exhibit.
```
{
"compliance": {
"deviceHealth": {
"windows": {
"minimumOsVersion": "10.0.19041.0",
"maximumOsVersion": "10.0.19045.0",
"minimumOsBuild": "19041",
"maximumOsBuild": "19045",
"requireDeviceEncryption": true,
"requireSecureBoot": true,
"requireCodeIntegrity": true
}
}
}
}
```You have the following JSON compliance policy for Windows 10 devices in Intune. A device with OS version 10.0.19042.0, build 19042, with BitLocker enabled, Secure Boot enabled, but Code Integrity disabled reports as non-compliant. Which setting is causing the non-compliance?
⚠ Common exam trap
Many exam-takers assume Secure Boot or BitLocker alone satisfy all security requirements, but Intune's `requireCodeIntegrity` is a separate, independent check that specifically enforces runtime code validation, and failing to enable it causes non-compliance even when other security features are active.
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
✓
requireCodeIntegrity
The device reports as non-compliant because the compliance policy requires `requireCodeIntegrity` to be enabled, but the device has Code Integrity disabled. Even though BitLocker and Secure Boot are enabled, and the OS version meets the minimum requirement, the absence of Code Integrity enforcement triggers non-compliance. In Intune, Windows 10 compliance policies evaluate each setting independently, and a failure on any required setting results in overall non-compliance.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
requireCodeIntegrity
Why this is correct
Code Integrity is disabled, causing non-compliance.
- ✗
minimumOsVersion
Why it's wrong here
The OS version 10.0.19042.0 is above the minimum.
- ✗
requireSecureBoot
Why it's wrong here
Secure Boot is enabled.
- ✗
requireDeviceEncryption
Why it's wrong here
BitLocker is enabled, so this is compliant.
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
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.
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.