Courseiva
Manage applicationsmediumMultiple ChoiceObjective-mapped

MD-102 Manage applications Practice Question

Exhibit

Refer to the exhibit.
```json
{
  "@odata.type": "#microsoft.graph.win32LobApp",
  "displayName": "FinanceApp",
  "installExperience": "system",
  "detectionRules": [
    {
      "@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
      "path": "C:\\Program Files\\FinanceApp",
      "fileOrFolderName": "finance.exe",
      "detectionType": "exists",
      "check32BitOn64System": false
    }
  ],
  "requirementRules": [
    {
      "@odata.type": "#microsoft.graph.win32LobAppRequirement",
      "operator": "greaterThanOrEqual",
      "detectionValue": "10.0.16299",
      "requirementType": "minimumWindowsRelease"
    }
  ],
  "installCommandLine": "setup.exe /quiet",
  "uninstallCommandLine": "setup.exe /uninstall /quiet"
}
```

You are reviewing the Intune Win32 app configuration for FinanceApp. The app fails to install on a Windows 10 device running version 1809. The installation log shows no errors. What is the most likely reason?

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 detection rule finds the finance.exe file already exists.

The app fails to install because the detection rule is configured to check for the existence of finance.exe. Since the file already exists on the device from a previous installation, Intune's detection logic determines the app is already installed and does not run the installation again. No errors appear because the installation process is never initiated. Option B is incorrect because the device runs Windows 10 version 1809, which meets the minimum release requirement (10.0.16299). Option C is incorrect because the install experience can be set to system regardless of enrollment type. Option D is incorrect because the install command line includes the silent switch as required.

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 detection rule finds the finance.exe file already exists.

    Why this is correct

    The detection rule uses 'exists' and if the file is present, Intune considers the app installed.

  • The device does not meet the minimum Windows release requirement.

    Why it's wrong here

    1809 is higher than 1709, so requirement is met.

  • The install experience is set to system but the device is user enrolled.

    Why it's wrong here

    System install works for both user and device context.

  • The install command line is missing a silent switch.

    Why it's wrong here

    The /quiet switch is correct for silent installation.

Go deeper

Related to this question

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 →

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.