MD-102 · topic practice

Manage applications practice questions

Practise Microsoft 365 Endpoint Administrator MD-102 Manage applications practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Manage applications

What the exam tests

What to know about Manage applications

Manage applications questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Manage applications exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Manage applications questions

20 questions · select your answer, then reveal the explanation

A company uses Microsoft Intune to manage iOS and Android devices. Users report that some line-of-business (LOB) apps fail to install with error '0x87D1041C'. The apps are signed and deployed as device-required installs. What is the most likely cause?

An organization uses Microsoft Intune for Windows 10 device management. They need to deploy a custom Windows app (.exe) to kiosk devices. The app requires admin privileges to install, and the devices are shared. Which deployment method should be used?

You manage a fleet of Android Enterprise devices. You need to ensure that only approved apps from the managed Play Store can be installed. What configuration should you enable?

A company uses Microsoft Intune to manage Windows 10 devices. They deployed a Win32 app as 'required' but some devices show 'pending install'. The app is configured with a detection rule that checks for a registry key. What should you check first?

You need to deploy a Microsoft 365 Apps for enterprise suite to Windows 10 devices using Intune. Users are unlicensed. How should you proceed?

Which TWO methods can you use to deploy a custom Windows app that is not available in the Microsoft Store to multiple devices managed by Intune?

Which THREE conditions must be met for an iOS line-of-business app to be successfully installed via Intune?

A Win32 app 'AdobeReader' is configured as 'required' but users report the app is not installed. The above log excerpt is from a device that shows 'Installed' in Intune. What is the most likely cause?

Exhibit

Refer to the exhibit.

Intune Management Extension log:
[Win32App][Detection] Running detection script for app 'AdobeReader' with script path: C:\Program Files (x86)\Microsoft Intune Management Extension\Scripts\detect_AdobeReader.ps1
[Win32App][Detection] Detection script returned exit code 0.
[Win32App][Detection] Detection script wrote to stdout: 'Installed'
[Win32App][Detection] App 'AdobeReader' is detected as installed.
[Win32App][Enforcement] App 'AdobeReader' is already installed. Skipping enforcement.

You configured the above app protection policy for a Microsoft 365 app. Users report that they cannot paste text from the managed app into another app. What is the most likely reason?

Exhibit

Refer to the exhibit.

Intune app protection policy JSON:
{
  "enforcementLevel": "block",
  "appSharingPolicy": "allowNone",
  "dataTransferPolicy": "allowNone",
  "allowSaveAs": false,
  "allowCutCopy": false,
  "allowCamera": false,
  "allowContactsSync": false,
  "allowPrint": false,
  "allowScreenshots": false,
  "requireBiometric": true,
  "requirePin": true,
  "pinLength": 4
}

A company uses Microsoft Intune to manage Windows 10 devices. Users report that a LOB app deployed as a required install fails to install on some devices. The app is configured with a dependency on another app. What should the administrator verify first?

An organization is moving from on-premises SCCM to Microsoft Intune for Windows app management. They need to ensure that users can self-install company portal apps without administrator intervention. Which configuration is required?

An administrator deploys a Win32 app via Intune with detection rule 'File exists: C:\Program Files\MyApp\app.exe'. The app is reported as installed, but users cannot launch it. The file exists but is corrupted. How should the administrator modify the detection rule to ensure the app is correctly detected and re-installed if corrupted?

A company wants to deploy Microsoft 365 Apps for enterprise to Windows 10 devices using Intune. They need to ensure that the apps are updated automatically from the Office Content Delivery Network (CDN). Which update channel should they select in the Office app deployment configuration?

An administrator deploys an iOS app as 'Required' to a group of devices using Intune. The app fails to install on some devices with error '0x87D13B9F'. What is the most likely cause?

A company is planning to deploy a custom Win32 app to Windows 10 devices using Intune. The app requires a .NET Framework 4.8 prerequisite. Which TWO methods can the administrator use to ensure the prerequisite is installed?

An administrator uses Intune to deploy a line-of-business (LOB) app for Android. The app is failing to install on some devices. The administrator reviews the Intune management extension logs and sees error 'Device not compliant with app configuration policy'. Which THREE conditions could cause this error?

An administrator is troubleshooting why a Win32 app is repeatedly installed on a device. The exhibit shows a log snippet. What is the most likely cause of the repeated installation?

Exhibit

Refer to the exhibit.

Intune Management Extension log snippet:
```
[Win32AppDetection] App 'MyApp' detection failed. Detection rule: File exists C:\Program Files\MyApp\app.exe. File not found.
[Win32AppInstall] Installing app 'MyApp'...
[Win32AppInstall] Installation completed with exit code 0.
[Win32AppDetection] App 'MyApp' detection succeeded.
```

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?

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
  }
}
```

A company uses Microsoft Intune to manage Windows 10 devices. Users report that some required line-of-business (LOB) apps are not being installed on their devices. The apps are assigned as 'Required' to a device group that includes the affected devices. Which two actions should the administrator take to troubleshoot the issue? (Choose two.)

An organization uses Microsoft Intune to manage iOS/iPadOS devices. They have a custom line-of-business (LOB) iOS app that must be deployed to 50 devices. The app is signed with an enterprise certificate. The administrator uploads the .ipa file to Intune and assigns it as 'Required' to a device group containing the 50 devices. After 24 hours, only 30 devices have the app installed. The remaining 20 devices show 'pending install' status. What is the most likely cause?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Manage applications sessions

Start a Manage applications only practice session

Every question in these sessions is drawn from the Manage applications domain — nothing else.

Related practice questions

Related MD-102 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the MD-102 exam test about Manage applications?
Manage applications questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Manage applications questions in a focused session?
Yes — the session launcher on this page draws every question from the Manage applications domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other MD-102 topics?
Use the topic links above to move to related areas, or go back to the MD-102 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the MD-102 exam covers. They are not copied from any real exam or dump site.