Courseiva
Manage applicationsmediumMultiple ChoiceObjective-mapped

MD-102 Manage applications Practice Question

Exhibit

Refer to the exhibit.
```json
{
  "@odata.type": "#microsoft.graph.iosLobApp",
  "displayName": "SalesApp",
  "bundleId": "com.contoso.sales",
  "appVersion": "1.0.0",
  "buildNumber": "1",
  "applicableDeviceType": {
    "iPad": true,
    "iPhoneAndIPod": false
  }
}
```

You are reviewing an iOS LOB app configuration in Intune. The app is assigned to a user group that includes both iPhone and iPad users. Users with iPhones report that the app does not appear in Company Portal. What is the most likely reason?

⚠ Common exam trap

Test-takers frequently assume the issue is a configuration error like an incorrect bundle ID or missing version, but they overlook the device-type restriction setting, which is a common but subtle cause of app visibility differences between iPhone and iPad users.

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 is configured to deploy only to iPads.

Intune allows administrators to configure iOS LOB apps with device-type restrictions, including a setting that limits deployment to iPads only. If this setting is enabled, the app will not appear in Company Portal for iPhone users, even though they are in the assigned user group. The app's assignment is based on user group membership, but device-level filtering prevents it from being visible on unsupported device types.

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 bundle ID is incorrect for the app.

    Why it's wrong here

    Bundle ID is set correctly.

  • The build number is missing.

    Why it's wrong here

    Build number is present.

  • The app version is not specified.

    Why it's wrong here

    Version is specified as 1.0.0.

  • The app is configured to deploy only to iPads.

    Why this is correct

    The JSON shows 'iPhoneAndIPod: false', so iPhones are excluded.

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 →

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.