This MD-102 practice question tests your understanding of manage applications. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
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?
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.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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.
Related concept
Read the scenario before looking for a memorised answer.
✗
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.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often 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.
Detailed technical explanation
How to think about this question
The `dataTransferToUnmanagedApps` setting in Microsoft Intune App Protection Policies (APP) is a Boolean that, when set to `false`, enforces a strict data leak prevention (DLP) rule by blocking all outbound data transfers to unmanaged apps, including clipboard operations, sharing, and open-in actions. Under the hood, Intune injects a policy enforcement layer into the managed app that intercepts OS-level clipboard and inter-process communication (IPC) calls, applying the configured restriction before the data leaves the app. In a real-world scenario, this setting is critical for organizations that need to prevent sensitive corporate data from being pasted into personal note-taking apps or social media, even if the user has a valid PIN.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this MD-102 question in full detail.
Manage applications — This question tests Manage applications — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: 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.
What should I do if I get this MD-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.