Courseiva
Manage applicationshardMultiple ChoiceObjective-mapped

MD-102 Manage applications Practice Question

Exhibit

Refer to the exhibit. The following is an Intune app protection policy JSON snippet:

{
  "@odata.type": "#microsoft.graph.androidManagedAppProtection",
  "displayName": "Android App Protection",
  "description": "Protects company data on Android devices",
  "appSharingFromLevel": "policyManagedApps",
  "appSharingToLevel": "policyManagedApps",
  "dataTransferToUnmanagedApps": false,
  "encryptAppData": true,
  "requirePin": true,
  "pinRequiredInsteadOfBiometricTimeout": 60,
  "minimumPinLength": 4,
  "disableAppEncryptionIfDeviceEncryptionIsEnabled": false,
  "managedBrowser": "microsoftEdge"
}

An administrator applies the app protection policy shown in the exhibit to a group of users. A user reports that they are unable to copy data from a managed app and paste it into an unmanaged app. Which setting in the policy causes this behavior?

⚠ Common exam trap

Many candidates confuse `appSharingFromLevel` with `dataTransferToUnmanagedApps`, mistakenly thinking that restricting sharing to policy-managed apps also blocks copy/paste to unmanaged apps, when in fact `dataTransferToUnmanagedApps` is the explicit setting that controls clipboard-based data transfer to any unmanaged destination.

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

dataTransferToUnmanagedApps is set to false.

The setting `dataTransferToUnmanagedApps` controls whether data can be transferred from a managed app to unmanaged apps via copy/paste, share, or other data-sharing mechanisms. When set to `false`, it blocks all such transfers, including pasting into unmanaged apps. This is the specific policy that prevents the user from copying data from a managed app and pasting it into an unmanaged app.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • requirePin is set to true.

    Why it's wrong here

    PIN requirement does not affect data transfer.

  • dataTransferToUnmanagedApps is set to false.

    Why this is correct

    This setting directly prevents data transfer to unmanaged apps.

  • appSharingFromLevel is set to 'policyManagedApps'.

    Why it's wrong here

    This setting controls sharing from managed apps, but the issue is about sharing to unmanaged apps.

  • disableAppEncryptionIfDeviceEncryptionIsEnabled is set to false.

    Why it's wrong here

    This setting does not affect data transfer.

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.