MD-102 Manage applications Practice Question
Exhibit
Refer to the exhibit.
```json
{
"@odata.type": "#microsoft.graph.windowsMobileMSI",
"displayName": "ContosoApp",
"publisher": "Contoso",
"version": "1.0.0.0",
"productCode": "{12345678-1234-1234-1234-123456789012}",
"productVersion": "1.0.0.0",
"installExperience": "system",
"deviceRestartBehavior": "suppress",
"useDeviceContext": true
}
```Refer to the exhibit. You are deploying a line-of-business app to Windows 10 devices. The JSON shows the app configuration in Microsoft Graph. Which of the following is true about this deployment?
⚠ Common exam trap
In Microsoft Intune, the trap here is that candidates confuse the 'productCode' in detection rules with a prerequisite for installation, or assume 'system' context implies automatic reboot, when in fact it only controls the security context under which the installer runs.
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 app will install in system context.
The JSON configuration includes the 'installExperience' property set to 'system', which means the app will be installed in the system context (as SYSTEM account) rather than per-user. This is typical for line-of-business apps deployed via Microsoft Intune, ensuring the app is available to all users on the device and can perform system-level operations without user interaction.
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 device will restart automatically after installation.
Why it's wrong here
deviceRestartBehavior is 'suppress', so no restart.
- ✗
The app will only install if the product code matches.
Why it's wrong here
Product code is for detection, not installation requirement.
- ✓
The app will install in system context.
Why this is correct
useDeviceContext: true means system context installation.
- ✗
The app will be installed from the Microsoft Store for Business.
Why it's wrong here
The app is a line-of-business MSI, not from a store.
Go deeper
Related to this question
Learn chapter
Introduction to Endpoint Management in Microsoft 365
Key term
Line-of-business app
A line-of-business app is a software application that is essential for running a specific core business process, such as accounting, inventory management, or customer relationship management.
Key term
Microsoft Intune
Microsoft Intune is a cloud-based service that helps organizations manage employee devices, apps, and security policies without needing to own or control the physical hardware.
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.