Courseiva
Manage applicationshardMultiple ChoiceObjective-mapped

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

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 →

How Courseiva writes practice questions · Editorial policy

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.