MD-102 App protection policy Practice Question
Exhibit
Refer to the exhibit.
Intune app protection policy JSON:
```json
{
"AppProtectionPolicy": {
"@odata.type": "#microsoft.graph.androidManagedAppProtection",
"displayName": "Android Policy",
"description": "Policy for Android devices",
"periodOfflineBeforeAccessCheck": "PT12H",
"periodOnlineBeforeAccessCheck": "PT30M",
"allowedDataStorageLocations": ["sharePoint", "oneDriveForBusiness"],
"exemptedAppPackages": [],
"minimumRequiredAppVersion": "1.0.0",
"minimumRequiredOSVersion": "9.0",
"minimumWarningAppVersion": "2.0.0",
"minimumWarningOSVersion": "10.0",
"appDataEncryptionType": "whenDeviceLocked",
"managedBrowser": "microsoftEdge",
"deployedAppCount": 2
}
}
```An Android device running OS version 9.0 with app version 1.5.0 is targeted by the app protection policy in the exhibit. What is the expected behavior when the user tries to access work data?
⚠ Common exam trap
Candidates may confuse the warning level with the block level or assume that meeting minimums always results in no warning, but here the warning level is higher than the device's versions.
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
✓
Access is allowed without any warning because minimum requirements are met
The device meets the minimum OS and app version requirements, and the versions are not at the warning threshold configured in the policy. Therefore, access is allowed without any warning.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Access is blocked because the OS version is below the warning level
Why it's wrong here
Access is not blocked because the OS version meets the minimum requirement.
- ✗
Access is allowed with a warning to update the app and OS
Why it's wrong here
A warning is not issued because the device's versions are below the warning level, not at or above it.
- ✓
Access is allowed without any warning because minimum requirements are met
Why this is correct
Correct. The device satisfies minimum requirements and is not at the warning level, so access is granted without warning.
- ✗
Access is blocked because the app version is below the warning level
Why it's wrong here
Access is not blocked because the app version meets the minimum requirement.
Go deeper
Related to this question
Learn chapter
Managing Device Configuration Profiles
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
App protection policy
An app protection policy is a set of rules that controls how data is handled and secured within mobile applications, ensuring corporate information stays safe even on personal devices.
About these practice questions
This MD-102 question is part of Courseiva's 942-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.