Courseiva

CCNA Protect Devices Questions

75 of 155 questions · Page 2/3 · Protect Devices topic · Answers revealed

76
MCQhard

Your organization uses Microsoft Intune to manage Windows 10 devices. You need to enforce BitLocker encryption on all devices. Some devices are not encrypting. You check the BitLocker policy and it is assigned correctly. What is the most likely reason?

A.The device is running Windows 10 Home edition.
B.The device does not have a TPM chip.
C.The BitLocker policy is not assigned to the users.
D.The device is non-compliant and encryption is blocked.
AnswerB

TPM is required for BitLocker.

Why this answer

BitLocker requires a TPM (Trusted Platform Module) version 1.2 or later to provide hardware-based key storage and integrity verification. If a device lacks a TPM chip, the BitLocker policy will not apply, and encryption will fail silently or remain off, even if the policy is correctly assigned. This is the most common cause of encryption not starting on Windows 10 devices managed by Intune.

Exam trap

The trap here is that candidates often assume the issue is policy assignment or user targeting, but Microsoft Intune's BitLocker policy has a hard dependency on TPM hardware, making the absence of a TPM the most likely root cause when encryption fails on correctly targeted devices.

How to eliminate wrong answers

Option A is wrong because Windows 10 Home edition does not support BitLocker at all, but the question states some devices are not encrypting, implying others are—so the issue is not edition-wide. Option C is wrong because the question explicitly states the BitLocker policy is assigned correctly, so user assignment is not the problem. Option D is wrong because non-compliance does not block BitLocker encryption; Intune can enforce encryption regardless of compliance status, and non-compliance typically triggers remediation or reporting, not a block on encryption.

77
MCQeasy

Your organization wants to deploy Windows Update for Business policies using Microsoft Intune to Windows 10 devices. Which policy type should you use?

A.App protection policy
B.Device configuration profile for Windows Update for Business
C.Device compliance policy
D.Endpoint security policy for antivirus
AnswerB

This profile type configures update rings and deferrals.

Why this answer

Windows Update for Business (WUfB) policies are configured using a device configuration profile in Microsoft Intune, specifically under the 'Windows Update for Business' template. This profile type allows you to manage update settings such as deferral periods, pause updates, and feature update targeting directly from Intune without requiring on-premises WSUS or additional infrastructure.

Exam trap

The trap here is that candidates often confuse Device compliance policies (which can report update status) with the actual policy type that configures update behavior, leading them to select Option C instead of the correct Device configuration profile for Windows Update for Business.

How to eliminate wrong answers

Option A is wrong because App protection policies (APP) are designed to protect corporate data in mobile apps (e.g., Outlook, OneDrive) on iOS/iPadOS and Android devices, not to manage Windows Update settings. Option C is wrong because Device compliance policies evaluate device health (e.g., BitLocker status, antivirus state, OS version) and trigger conditional access, but they do not configure update deployment behavior or deferral policies. Option D is wrong because Endpoint security policies for antivirus manage Microsoft Defender Antivirus configurations (e.g., real-time protection, cloud-delivered protection), not Windows Update for Business settings.

78
MCQmedium

Your company uses Microsoft Intune to manage Android Enterprise devices. You need to ensure that work apps are sandboxed from personal apps. Which enrollment type should you use?

A.Fully managed
B.Work profile
C.Device administrator
D.Corporate-owned personally enabled (COPE)
AnswerB

Creates a separate work profile that sandboxes work apps on personally owned devices.

Why this answer

The Work profile enrollment type is correct because it creates a separate, managed container on Android Enterprise devices that isolates work apps and data from personal apps and data. This sandboxing is enforced by the Android Enterprise framework, ensuring that work apps cannot access personal data and vice versa, which meets the requirement for separation without requiring full device management.

Exam trap

The trap here is that candidates often confuse COPE with Work profile, assuming COPE is required for sandboxing on corporate-owned devices, but the question focuses on the enrollment type that ensures sandboxing regardless of ownership, making Work profile the correct choice.

How to eliminate wrong answers

Option A is wrong because Fully managed enrollment gives the organization complete control over the entire device, which does not provide sandboxing between work and personal apps—it manages the whole device as a corporate asset. Option C is wrong because Device administrator is a legacy Android management mode that does not support work profile sandboxing; it applies policies to the entire device and lacks the containerization capabilities of Android Enterprise. Option D is wrong because Corporate-owned personally enabled (COPE) uses a work profile for separation but is designed for corporate-owned devices that also allow personal use, whereas the question does not specify device ownership and Work profile is the standard enrollment type for sandboxing on personally owned devices.

79
MCQmedium

You manage Windows 10 devices with Microsoft Intune. A user reports that a device has a red shield icon in the Windows Security Center, indicating tamper protection is off. You need to re-enable tamper protection on the device using Intune. Which profile type should you configure?

A.Device configuration profile (settings catalog)
B.Endpoint protection profile (Microsoft Defender Antivirus)
C.Security baseline (Windows 10/11)
D.Compliance policy
AnswerB

Tamper protection is configured within the Microsoft Defender Antivirus section of endpoint protection profiles.

Why this answer

Tamper protection is a Microsoft Defender Antivirus setting that prevents unauthorized changes to security features. In Intune, this setting is configured under the 'Endpoint protection profile' using the 'Microsoft Defender Antivirus' template, specifically via the 'Enable tamper protection to prevent Microsoft Defender being disabled' toggle. This profile type directly manages Defender settings, including tamper protection, and applies them to enrolled Windows 10 devices.

Exam trap

The trap here is that candidates confuse the 'Security baseline' (which applies many security settings but not tamper protection) with the 'Endpoint protection profile' (which specifically manages Defender features like tamper protection), leading them to select Option C incorrectly.

How to eliminate wrong answers

Option A is wrong because a Device configuration profile (settings catalog) can configure many Windows settings but does not include the specific tamper protection setting for Microsoft Defender Antivirus; tamper protection is only exposed through the Endpoint protection profile. Option C is wrong because a Security baseline (Windows 10/11) applies a predefined set of security policies, but tamper protection is not a setting within the baseline; it must be configured separately via an Endpoint protection profile. Option D is wrong because a Compliance policy evaluates device compliance against rules (e.g., requiring tamper protection to be on) but cannot enforce or enable tamper protection; it only reports non-compliance and can trigger remediation actions via other profiles.

80
MCQeasy

Your organization uses Microsoft Intune to manage Windows 10 devices. You need to deploy a security baseline that enforces BitLocker encryption and Windows Defender Antivirus settings. What is the recommended approach?

A.Create a custom configuration profile using Configuration Manager.
B.Deploy a PowerShell script via Intune to configure the settings.
C.Use the built-in Windows 10 security baseline in Intune.
D.Apply Group Policy Objects from on-premises Active Directory.
AnswerC

Security baselines are pre-configured policy templates.

Why this answer

The recommended approach is to use the built-in Windows 10 security baseline in Intune (Option C). Intune provides pre-configured security baselines that include settings for BitLocker encryption and Windows Defender Antivirus, which can be customized as needed. Option A is incorrect because custom configuration profiles do not provide the pre-built baseline and are more manual.

Option B is incorrect because PowerShell scripts are not a baseline and are less manageable at scale. Option D is incorrect because Group Policy from on-premises AD is not integrated with Intune and requires hybrid infrastructure.

81
MCQeasy

An organization wants to enforce encryption on all Windows 10/11 devices using Intune. Which policy type should they use?

A.Device compliance policy
B.App protection policy
C.Device configuration profile (settings catalog)
D.Endpoint security disk encryption policy
AnswerD

This policy is designed to enforce BitLocker settings.

Why this answer

The Endpoint security disk encryption policy in Intune is specifically designed to enforce encryption (e.g., BitLocker) on Windows 10/11 devices. It provides a dedicated, streamlined interface for configuring encryption settings and monitoring compliance, unlike general device configuration profiles which require manual setup via the settings catalog. This policy type is the correct choice because it directly targets disk encryption as a security baseline, aligning with the organization's goal to enforce encryption across all managed devices.

Exam trap

The trap here is that candidates often confuse Device compliance policy (which only checks encryption status) with a policy that actually enforces encryption, or they assume the settings catalog is the only way to configure BitLocker, missing the purpose-built Endpoint security disk encryption policy.

How to eliminate wrong answers

Option A is wrong because Device compliance policy evaluates whether devices meet compliance rules (e.g., encryption status) but does not enforce or configure encryption settings; it only reports non-compliance. Option B is wrong because App protection policy applies to mobile apps and data at the app level (e.g., MAM), not to the operating system or disk encryption on Windows devices. Option C is wrong because Device configuration profile (settings catalog) can configure BitLocker settings, but it is a general-purpose tool that requires manual selection of individual settings, whereas Endpoint security disk encryption policy provides a purpose-built, policy-driven approach with built-in monitoring and reporting for encryption enforcement.

82
MCQeasy

Your organization uses Microsoft Intune to manage iOS devices. You need to ensure that corporate data in Microsoft Outlook is protected even if the device is not enrolled in MDM. Which policy should you deploy?

A.Device compliance policy
B.Device configuration profile
C.Conditional Access policy
D.App protection policy (MAM)
AnswerD

MAM policies protect app data without device enrollment.

Why this answer

App protection policies (MAM) protect corporate data in apps like Outlook without requiring device enrollment in MDM. Option A (Device compliance policy) requires MDM enrollment. Option B (Device configuration profile) is for device settings, not data protection.

Option C (Conditional Access policy) controls access but does not directly protect data within apps.

83
MCQeasy

You are deploying Windows 10 devices using Autopilot. You need to ensure that during the out-of-box experience (OOBE), users are blocked from bypassing the sign-in screen by clicking 'Skip for now'. Which setting should you configure in the Enrollment Status Page (ESP) profile?

A.Block user from signing in automatically
B.Block Windows Setup page
C.Require device compliance
D.Block device setup failure
AnswerA

This setting forces users to sign in with their Microsoft account during OOBE.

Why this answer

The correct setting is 'Block user from signing in automatically' in the Enrollment Status Page (ESP) profile. This setting prevents users from bypassing the sign-in screen by clicking 'Skip for now' during OOBE. When enabled, the device forces the user to complete authentication before proceeding, ensuring proper enrollment.

Exam trap

Candidates often confuse ESP settings with Autopilot deployment profile settings. The key is to recognize that only the 'Block user from signing in automatically' setting directly prevents skipping the sign-in screen during OOBE.

How to eliminate wrong answers

Option B is wrong because 'Block Windows Setup page' is not a valid setting in the ESP profile; Windows Setup pages are controlled by the Autopilot deployment profile, not the ESP. Option C is wrong because 'Require device compliance' is a conditional access policy or compliance setting, not an ESP configuration, and it does not block the 'Skip for now' button during OOBE. Option D is wrong because 'Block device setup failure' is not a real ESP setting; the ESP can be configured to show or skip the setup failure page, but it does not prevent users from bypassing the sign-in screen.

84
Multi-Selecthard

Which TWO actions should you take to ensure that devices are automatically enrolled in Microsoft Intune when users sign in with a work account on Windows 10/11?

Select 2 answers
A.Set the MDM user scope to 'All' or 'Some' in Azure AD.
B.In Intune, set the enrollment restriction to allow Windows devices.
C.Enable automatic Azure AD registration for Windows devices.
D.Enable co-management with Configuration Manager.
E.Configure the MDM discovery URL in Group Policy.
AnswersA, E

This determines which users get automatic enrollment.

Why this answer

Options A and E are correct. Option A: Setting the MDM user scope to 'All' or 'Some' in Azure AD enables automatic MDM enrollment for the specified users. Option E: Configuring the MDM discovery URL via Group Policy allows Windows 10/11 devices to automatically enroll in Intune by discovering the MDM service.

Option B is incorrect because enrollment restrictions in Intune control device platforms but do not directly trigger automatic enrollment. Option C is incorrect because automatic Azure AD registration is a separate process and does not automatically enroll devices into Intune. Option D is incorrect because co-management with Configuration Manager is a hybrid management approach and is not required for automatic Intune enrollment.

85
MCQeasy

A user reports that their iOS device is not receiving email on their work account. The device is enrolled in Intune. You verify that the Exchange ActiveSync profile is assigned correctly. What should you check next?

A.Ensure the MDM authority is set to Intune.
B.Check if an app protection policy is assigned to the user.
C.Verify that the device is enrolled in device enrollment manager mode.
D.Check the device's compliance status in Intune.
AnswerD

Noncompliant devices are blocked by Conditional Access from accessing corporate email.

Why this answer

If the device is noncompliant (e.g., due to a noncompliant app or OS version), Conditional Access policies in Intune will block email access even if the Exchange ActiveSync profile is correctly assigned. Option A is incorrect because the MDM authority is already verified by the fact the device is enrolled and the profile is assigned; changing it would not resolve the issue. Option B is incorrect because app protection policies (MAM) are separate from device-level email access via the native mail app—they manage data protection within apps, not connectivity.

Option C is incorrect because Device Enrollment Manager (DEM) mode is used for bulk enrollment scenarios, not for individual device email issues.

86
MCQhard

Refer to the exhibit. You apply this configuration profile to Windows 10 devices. A user reports that their device's diagnostic data level is set to 'Full' in Settings > Diagnostics & feedback. What is the most likely reason?

A.The user manually changed the setting after the policy applied.
B.Windows Defender is blocking the policy application.
C.A conflicting Group Policy object is overriding the Intune policy.
D.The policy is not assigned to the device or the device is not enrolled.
AnswerD

If the policy is not assigned, the device won't receive it.

Why this answer

The most common reason for a configuration profile not taking effect is that the policy is not assigned to the device or the device is not enrolled in Intune. Without proper enrollment, the device never receives the policy, so the default or user-chosen diagnostic data level remains. Even if the policy is assigned, if the device is not enrolled, Intune cannot manage it.

Exam trap

The trap here is that candidates assume a policy applied in Intune automatically reaches all devices, forgetting that the device must be enrolled and the policy must be assigned to a group containing that device.

How to eliminate wrong answers

Option A is wrong because if the user manually changed the setting after the policy applied, Intune would enforce the policy on the next sync (typically every 8 hours or on demand), reverting the setting back to the configured level. Option B is wrong because Windows Defender does not block Intune policy application; it operates independently and does not interfere with MDM policy enforcement. Option C is wrong because while a conflicting Group Policy object could override Intune policy, the question asks for the 'most likely reason,' and the scenario does not mention any on-premises AD or GP infrastructure; the simplest and most common cause is that the policy was never delivered due to lack of assignment or enrollment.

87
MCQeasy

Refer to the exhibit. You deploy this compliance policy to Windows 10 devices. A device running Windows 10 version 20H2 (OS build 19042.1234) reports as compliant. However, the device does not have BitLocker enabled. Why is the device compliant?

A.The storageRequireEncryption setting is evaluated but not enforced because the device doesn't support encryption.
B.The device is not actually compliant; the report is incorrect.
C.The password requirement is not enforced because passwordRequiredType is set to deviceDefault.
D.The OS version is above the minimum, so compliance is granted regardless of encryption.
AnswerA

If the device doesn't support encryption, the policy may not fail compliance.

Why this answer

The storageRequireEncryption setting in the compliance policy requires encryption, but it is only evaluated and not enforced if the device does not support encryption (e.g., lacks TPM or compatible hardware). The device is correctly reported as compliant because the setting is not applicable. Option B is incorrect because the report is accurate; the policy is not enforced due to lack of support.

Option C is incorrect because the password requirement is unrelated to the encryption compliance. Option D is incorrect because an OS version above the minimum does not override the encryption requirement; the device would be non-compliant if encryption were enforced.

88
MCQmedium

Your organization uses Windows Autopilot and Microsoft Intune. You need to ensure that during the Autopilot deployment, the device automatically installs a set of required applications (Microsoft 365 Apps, company portal, and a line-of-business app) before the user can access the desktop. Which configuration should you use?

A.Configure the Enrollment Status Page (ESP) to block device use until required apps are installed
B.Set a device compliance policy to require all apps to be installed
C.Use a PowerShell script that runs during Autopilot to install apps
D.Configure an Autopilot deployment profile with the 'Skip EULA' option
AnswerA

ESP can be configured to block device use until all required apps are installed.

Why this answer

The Enrollment Status Page (ESP) in Windows Autopilot can be configured to block device use until specified required apps are installed. This ensures that Microsoft 365 Apps, Company Portal, and line-of-business apps are fully deployed before the user reaches the desktop, meeting the requirement of a controlled, app-ready deployment.

Exam trap

The trap here is that candidates often confuse the ESP's ability to block desktop access with compliance policies or scripts, not realizing that only the ESP provides the specific 'block until installed' functionality during Autopilot.

How to eliminate wrong answers

Option B is wrong because a device compliance policy checks the state of devices after enrollment (e.g., requiring apps to be installed for compliance), but it does not block the user from accessing the desktop during Autopilot deployment; it only flags non-compliance later. Option C is wrong because a PowerShell script running during Autopilot can install apps, but it cannot reliably block the user from accessing the desktop until all apps are installed; the ESP provides that blocking mechanism. Option D is wrong because the 'Skip EULA' option in an Autopilot deployment profile only skips the End-User License Agreement pages during OOBE, which has no effect on app installation or blocking desktop access.

89
MCQhard

Your organization uses Microsoft Intune to manage Windows 11 devices. You need to configure a device compliance policy that requires devices to run Windows version 22H2 or later. When you create the policy, which option must you select for the OS version requirement?

A.Require OS version
B.Maximum OS version
C.Minimum OS version
D.Exact OS version
AnswerC

Minimum OS version ensures the device runs at least the specified version.

Why this answer

The requirement for devices to run Windows version 22H2 or later is a minimum version constraint. In Microsoft Intune compliance policies, the 'Minimum OS version' setting enforces that the device's OS version must be equal to or greater than the specified version, which directly matches the '22H2 or later' condition.

Exam trap

The trap here is that candidates confuse 'Minimum OS version' with 'Exact OS version' or 'Require OS version', mistakenly thinking Intune can enforce a single specific build rather than a minimum threshold.

How to eliminate wrong answers

Option A is wrong because 'Require OS version' is not a valid setting in Intune compliance policies; the actual settings are 'Minimum OS version' and 'Maximum OS version'. Option B is wrong because 'Maximum OS version' would restrict devices to a version no higher than the specified one, which is the opposite of the 'or later' requirement. Option D is wrong because 'Exact OS version' is not a supported option in Intune; compliance policies do not allow pinning to a single specific build, only range-based constraints.

90
MCQmedium

Your company deploys Microsoft Defender for Endpoint (Defender XDR) to all Windows devices. You need to create a custom detection rule that triggers an alert when a specific PowerShell script is executed on any device. Which action should you take in the Microsoft 365 Defender portal?

A.Create a new custom detection rule based on an Advanced hunting query.
B.Configure a Device control policy to block PowerShell.
C.Add an Indicator of compromise for the script hash.
D.Create a new attack simulation training campaign.
AnswerA

Custom detection rules allow you to define custom alerts based on advanced hunting queries.

Why this answer

A is correct because custom detection rules in Microsoft 365 Defender are built from Advanced hunting queries (Kusto Query Language) that can detect specific script execution patterns, such as a PowerShell script with a known command line or hash. This allows you to trigger an alert when the exact script runs, meeting the requirement for a custom detection rule.

Exam trap

The trap here is that candidates often confuse Indicators of compromise (IoC) with custom detection rules, thinking a hash-based IoC can create a detection rule, but IoCs are for blocking or alerting on known files, not for writing custom KQL-based detection logic.

How to eliminate wrong answers

Option B is wrong because configuring a Device control policy to block PowerShell would prevent all PowerShell execution, not create a detection rule for a specific script; it is a restrictive control, not a detection mechanism. Option C is wrong because adding an Indicator of compromise (IoC) for the script hash would block or alert on the file based on its hash, but it does not create a custom detection rule with an Advanced hunting query; IoCs are for known threats, not custom detection logic. Option D is wrong because creating an attack simulation training campaign is for phishing simulations and user awareness, not for detecting PowerShell script execution on devices.

91
MCQhard

You have an Intune-managed device that is not receiving compliance policies. You check the Intune console and see the device status is 'Pending'. The device is connected to the internet and can sync. What is the most likely cause?

A.The device's time zone is incorrect
B.The device's certificate has expired
C.The device has not checked in with Intune for more than 7 days
D.The device is not connected to the internet
AnswerC

If a device does not check in, its status becomes pending.

Why this answer

A 'Pending' status in Intune often indicates that the device has not checked in for more than 7 days, even if it can sync. Option A is incorrect because an incorrect time zone would not cause a pending status; it might cause other issues but not pending. Option B is incorrect because an expired certificate would typically show an error or conflict status, not pending.

Option D is incorrect because the device is connected to the internet and can sync, so network connectivity is not the issue.

92
MCQmedium

You manage Windows 10 devices with Intune. You need to ensure that only approved apps can run on corporate devices. You configure AppLocker via a custom OMA-URI. However, users can still run unapproved apps. What is the most likely reason?

A.The device must be running Windows 10 Pro edition.
B.AppLocker rules can only be configured via Group Policy, not OMA-URI.
C.The AppLocker policy is set to 'Audit only' mode.
D.The policy is assigned to a device group instead of a user group.
AnswerC

Correct. 'Audit only' mode logs application execution events but does not block unapproved apps, allowing them to run.

Why this answer

When AppLocker is configured via custom OMA-URI in Intune, the policy is device-based and can be assigned to device groups. However, if the policy is set to 'Audit only' mode, it only logs events without actually blocking applications. This allows users to still run unapproved apps.

Option D is incorrect because assigning the policy to a device group does enforce AppLocker rules; the issue here is mode enforcement, not assignment type.

Exam trap

The trap is that candidates may overlook the enforcement mode of AppLocker policies, assuming they block by default, when 'Audit only' mode is a common configuration that logs but does not prevent execution.

How to eliminate wrong answers

Option A is wrong because AppLocker is supported on Windows 10 Enterprise and Education editions, not Pro; Pro edition lacks the AppLocker service and rule enforcement. Option B is wrong because AppLocker rules can be configured via OMA-URI using the ./Vendor/MSFT/AppLocker CSP, which is a supported method in Intune for Windows 10/11 devices. Option C is wrong because if the policy were in 'Audit only' mode, unapproved apps would still be allowed to run but events would be logged; the question states users can run unapproved apps, which could also happen in audit mode, but the most likely reason given the scenario is the assignment target mismatch.

93
Multi-Selecthard

Which TWO of the following are valid reasons to use Windows Autopilot Reset? (Select TWO.)

Select 2 answers
A.To reassign a device to a new user without re-imaging.
B.To enroll a new device that was not purchased through an OEM.
C.To change a device from Azure AD joined to Hybrid Azure AD joined.
D.To deploy a custom Windows image to a device.
E.To quickly resolve device performance issues by resetting to a clean state.
AnswersA, E

Autopilot Reset allows repurposing a device quickly.

Why this answer

Options A and E are correct. Windows Autopilot Reset returns an already-enrolled device to a clean, ready-to-use state without re-imaging, preserving hardware identity and enrollment. Option A is correct because it allows reassigning a device to a new user quickly.

Option E is correct because it resolves performance issues by resetting to a clean state. Options B, C, and D are incorrect: Autopilot Reset does not enroll new devices (B), does not change Azure AD join type (C), and does not deploy custom images (D).

Exam trap

The trap here is that candidates often confuse Autopilot Reset with a full re-imaging or enrollment tool, leading them to select options B or D, when in fact Autopilot Reset is strictly a reset-to-clean-state mechanism for already-enrolled devices, not a deployment or enrollment method.

94
MCQmedium

Refer to the exhibit. You configure this Enrollment Status Page (ESP) policy for Windows Autopilot deployments. During a deployment, a device fails to install a required app. What happens?

A.The device will be blocked from use until the app is installed or the device is reset.
B.The user can retry the installation manually.
C.The timeout will extend by 60 minutes.
D.The device will automatically retry the installation.
AnswerA

The policy blocks use on failure.

Why this answer

The Enrollment Status Page (ESP) policy in Windows Autopilot can be configured to block device use until all required apps are installed. When a required app fails to install, the ESP enters a blocking state, preventing the user from accessing the desktop until the installation succeeds or the device is reset. This behavior is controlled by the 'Block device use until required apps are installed' setting in the ESP profile.

Exam trap

The trap here is that candidates often assume the ESP will automatically retry or extend the timeout, but the correct behavior is that the device is blocked indefinitely until the required app installs or the device is reset.

How to eliminate wrong answers

Option B is wrong because the ESP blocking state does not allow the user to manually retry the installation; the device remains blocked until the app installs or is reset. Option C is wrong because the ESP timeout extension (e.g., 60 minutes) applies only to the overall ESP timeout, not to a failed app installation; the blocking state persists indefinitely until resolved. Option D is wrong because the device does not automatically retry the installation; the ESP waits for the app to be installed via Intune management, but no automatic retry mechanism is triggered by the ESP itself.

95
MCQmedium

Your company uses Microsoft Intune to manage Windows 10 devices. You have a compliance policy that requires devices to have a minimum of 4GB RAM and 64GB disk space. Several devices are marked non-compliant due to disk space. You check the devices and find they have 60GB free. The compliance policy checks total disk capacity, not free space. You need to allow these devices to be compliant. What should you do?

A.Upgrade the disk on these devices to 128GB.
B.Change the compliance policy to check free disk space instead of total capacity.
C.Modify the compliance policy to require a minimum of 60GB disk capacity.
D.Create a script to free up disk space on the devices.
AnswerC

This accommodates the existing hardware.

Why this answer

The compliance policy in Microsoft Intune checks total disk capacity, not free space. By lowering the minimum required total disk capacity to 60GB, devices with 60GB total disk space will meet the policy requirement and become compliant, without needing hardware changes or scripts.

Exam trap

The trap here is that candidates confuse 'free disk space' with 'total disk capacity,' assuming the policy can be changed to check free space, but Intune's built-in compliance policies only evaluate total capacity.

How to eliminate wrong answers

Option A is wrong because upgrading disks to 128GB is unnecessary and costly; the issue is the policy threshold, not hardware inadequacy. Option B is wrong because Intune compliance policies for Windows 10 devices do not support checking free disk space; they only evaluate total disk capacity. Option D is wrong because freeing up disk space does not change the total disk capacity, which is what the policy evaluates.

96
MCQhard

Your company uses Microsoft Intune to manage Windows 11 devices. You need to deploy a configuration that requires users to use Windows Hello for Business (WHfB) and prohibits the use of FIDO2 security keys. Which CSP and value should you configure?

A.Set 'UseFIDO2' to 0 in the PassportForWork CSP.
B.Set 'EnableWindowsHelloForBusiness' to true in the PassportForWork CSP.
C.Set 'RequireSecurityDevice' to true in the PassportForWork CSP.
D.Set 'UseFIDO2' to 1 in the PassportForWork CSP.
AnswerA

This disables FIDO2 security keys while WHfB is enabled via other policies.

Why this answer

The 'UseFIDO2' setting in the PassportForWork CSP controls whether FIDO2 security keys can be used as a credential. Setting it to 0 explicitly disables FIDO2 keys, which meets the requirement to prohibit their use. The question also requires users to use Windows Hello for Business (WHfB), but that is a separate prerequisite—the 'UseFIDO2' value directly addresses the prohibition of FIDO2 keys.

Exam trap

The trap here is that candidates confuse the 'UseFIDO2' setting with enabling WHfB or TPM requirements, assuming that prohibiting FIDO2 keys is achieved by enabling WHfB or requiring a security device, when in fact it is a separate policy that must be explicitly set to 0.

How to eliminate wrong answers

Option B is wrong because 'EnableWindowsHelloForBusiness' to true enables WHfB but does not prohibit FIDO2 security keys; it only ensures WHfB is available. Option C is wrong because 'RequireSecurityDevice' to true mandates a Trusted Platform Module (TPM) for WHfB key generation, which is unrelated to blocking FIDO2 keys. Option D is wrong because 'UseFIDO2' to 1 would enable FIDO2 security keys, which is the opposite of the requirement to prohibit them.

97
MCQmedium

A user has a Windows 11 device that is enrolled in Intune. The device is compliant, but the user cannot install apps from the Company Portal. The Company Portal shows 'This app is not available for your device'. The app is assigned to the user and the device meets the minimum requirements. What should you check?

A.Check if the device meets the minimum OS version.
B.Check app assignment to user groups.
C.Check if the app supports Windows 11.
D.Check device compliance policy.
AnswerC

The app might not be compatible with Windows 11.

Why this answer

The error 'This app is not available for your device' in Company Portal typically indicates that the app's installer or metadata does not list Windows 11 as a supported platform. Even if the device meets minimum hardware requirements, the app must be explicitly configured in Intune to support the Windows 11 platform (e.g., by selecting 'Windows 11' under Supported device types or ensuring the app package is compatible).

Exam trap

The trap here is that candidates confuse 'minimum requirements' (hardware/OS version) with 'platform support' (the app's declared compatibility list in Intune), leading them to incorrectly check OS version or compliance instead of the app's platform configuration.

How to eliminate wrong answers

Option A is wrong because the question states the device meets minimum requirements, and the error is not about OS version but about platform support; checking OS version would be redundant. Option B is wrong because the app is already assigned to the user (as stated), and the error is not about group membership but about device platform compatibility. Option D is wrong because the device is already compliant, and compliance policy does not control per-app platform support; the error is unrelated to compliance status.

98
MCQhard

Your organization uses Microsoft Defender for Endpoint (now part of Defender XDR) and Intune. You need to create a device compliance policy that triggers automatic remediation when a device has a 'Medium' severity alert from Defender. Which setting should you configure?

A.Configure 'Device threat level' to 'Medium' and mark as noncompliant
B.Set 'Noncompliance action' to 'Mark device noncompliant'
C.Create a Conditional Access policy to block devices with medium alerts
D.Enable 'Require the device to be at or under the Machine Risk Score'
AnswerA

This uses Defender's threat level to enforce compliance.

Why this answer

The 'Device threat level' compliance policy setting in Intune uses the Defender for Endpoint (Defender XDR) alert severity to mark devices as noncompliant. Setting it to 'Medium' means devices with a medium or higher alert will be flagged. Additional actions can then be triggered via noncompliance actions.

Option B is a generic noncompliance action that does not specifically target medium alerts. Option C is a Conditional Access policy, which is separate from compliance policies and would not trigger automatic remediation via Intune compliance. Option D refers to a different, deprecated setting (Machine Risk Score) not used in current Intune compliance policies.

99
MCQhard

You are implementing Microsoft Defender for Endpoint on Windows Server devices managed by Microsoft Intune. After onboarding, the devices show as 'Inactive' in the Microsoft Defender XDR portal. Which action should you take?

A.Modify the Windows Security app configuration policy to enable real-time protection.
B.Restart the Microsoft Defender for Endpoint service on the devices.
C.Re-run the onboarding script on the devices.
D.Uninstall and reinstall the Microsoft Defender for Endpoint agent.
AnswerB

Restarting the service can re-establish communication.

Why this answer

When devices show as 'Inactive' in the Microsoft Defender XDR portal after onboarding, it typically indicates that the Microsoft Defender for Endpoint service (Sense) is not running or has stalled. Restarting the service forces the sensor to reinitialize and re-establish communication with the cloud backend, resolving the inactive state without requiring a full re-onboarding.

Exam trap

The trap here is that candidates assume an 'Inactive' status always means onboarding failed, leading them to re-run the onboarding script or reinstall the agent, when in fact the most common cause is a stopped sensor service that simply needs a restart.

How to eliminate wrong answers

Option A is wrong because the Windows Security app configuration policy controls client-side UI settings and real-time protection for Microsoft Defender Antivirus, not the sensor service that reports device status to the cloud. Option C is wrong because re-running the onboarding script would re-register the device unnecessarily; the device is already onboarded (it appears in the portal), and the issue is a service-level communication failure. Option D is wrong because uninstalling and reinstalling the agent is an extreme measure that disrupts protection and requires re-onboarding; it should only be used if the service cannot be recovered or the agent is corrupted.

100
Multi-Selecthard

Your company uses Microsoft Defender for Cloud Apps (Microsoft 365 Defender). You need to create a session policy that monitors and controls access to a specific cloud app. Which three components must you configure? (Select THREE.)

Select 3 answers
A.Policy template (e.g., block download)
B.Conditional Access policy assignment
C.Device group assignment
D.App filter (e.g., specific app)
E.Session control type (e.g., monitor only)
AnswersA, D, E

The template defines the action to take.

Why this answer

Session policies in Microsoft Defender for Cloud Apps require a policy template to define the action to enforce, such as 'block download' or 'monitor only'. The template provides the pre-configured settings for controlling data exfiltration or access behavior during a session, which is essential for the policy to function.

Exam trap

The trap here is that candidates often confuse the prerequisite Conditional Access policy (which is set in Azure AD to route traffic) with the session policy components themselves, leading them to incorrectly select 'Conditional Access policy assignment' as a component of the session policy.

101
MCQhard

Refer to the exhibit. You run this KQL query in Microsoft Defender XDR to investigate a device. The result shows RiskScore = 0. What does this indicate about the device?

A.The risk score cannot be calculated for this device
B.The device is not enrolled in Defender for Endpoint
C.The device is highly vulnerable
D.The device has no detected threats
AnswerD

RiskScore 0 means no risk.

Why this answer

In Microsoft Defender XDR, the RiskScore property (0–100) reflects the device's vulnerability level based on active threats and exposures. A RiskScore of 0 indicates that no threats or vulnerabilities have been detected on the device, meaning it is currently clean. This aligns with option D being correct because the absence of detected threats results in the lowest possible risk score.

Exam trap

The trap here is that candidates often misinterpret a RiskScore of 0 as an error or lack of enrollment, when in fact it is a valid state indicating no detected threats, and Microsoft uses this value to distinguish clean devices from those with unresolved risks.

How to eliminate wrong answers

Option A is wrong because the risk score can be calculated for any device that is onboarded and reporting to Defender for Endpoint; a score of 0 is a valid calculated value, not an error or inability to calculate. Option B is wrong because if the device were not enrolled in Defender for Endpoint, the KQL query would return no results or an error, not a RiskScore of 0; enrollment is required for any risk score to appear. Option C is wrong because a high vulnerability level would correspond to a high RiskScore (e.g., 80–100), not 0; a score of 0 indicates no detected threats, not high vulnerability.

102
Multi-Selecteasy

Which TWO methods can you use to deploy Microsoft Defender for Endpoint on Windows Server 2019? (Choose two.)

Select 2 answers
A.Install from Microsoft Store
B.Enable via Windows Update
C.Use Group Policy to configure and enable the service
D.Install manually from Microsoft 365 admin center
E.Deploy via Microsoft Intune endpoint security
AnswersC, E

Group Policy can deploy Defender for Endpoint on servers.

Why this answer

Microsoft Defender for Endpoint on Windows Server 2019 can be enabled and configured using Group Policy. Specifically, you deploy the 'Windows Defender Antivirus' and 'Windows Defender Advanced Threat Protection' administrative templates, then configure the 'Turn on Windows Defender Antivirus' policy and the 'Configure Windows Defender Advanced Threat Protection' policy to point to your onboarding blob. This method is supported for servers that are domain-joined and managed via Active Directory Group Policy.

Exam trap

The trap here is that candidates often assume Microsoft Defender for Endpoint can be installed like a typical application from the Microsoft Store or the admin center, but in reality it is a built-in Windows component that must be enabled and onboarded via management tools like Group Policy or Intune, not installed as a separate package.

103
MCQeasy

A user reports that their Windows 11 device cannot install a required line-of-business (LOB) app from Company Portal. The app is assigned to the user and shows as 'Available' in Intune. The device is compliant and managed. What is the most likely cause?

A.The Company Portal app on the device is outdated.
B.The app is not assigned to the user.
C.The app is not assigned to the device group.
D.The device is non-compliant with security policies.
AnswerA

An outdated Company Portal can cause display issues.

Why this answer

The most likely cause is that the Company Portal app on the device is outdated. When Company Portal is outdated, it may fail to properly communicate with Intune to initiate app installation, even though the app assignment is correct. Option B is incorrect because the app is assigned to the user and shows as 'Available'.

Option C is incorrect because the app is assigned to the user, not the device group, but that does not prevent installation; the issue is with Company Portal. Option D is incorrect because the device is compliant.

104
MCQeasy

Refer to the exhibit. You have assigned the above compliance policy to a Windows 10 device group. A user reports that their device is non-compliant even though BitLocker is enabled on the system drive. Which of the following is the most likely reason?

A.BitLocker recovery password rotation is not enabled.
B.The device does not have a TPM 2.0 chip.
C.The system drive is not encrypted with BitLocker.
D.A removable USB drive is not encrypted with BitLocker.
AnswerD

The policy requires encryption of removable drives.

Why this answer

The compliance policy in the exhibit requires encryption of all drives, not just the system drive. Option D is correct because the policy explicitly includes a setting for 'Encryption of removable drives,' and if a USB drive is not encrypted with BitLocker, the device will be marked non-compliant even if the system drive is fully encrypted.

Exam trap

The trap here is that candidates assume 'BitLocker is enabled on the system drive' means full compliance, overlooking that the policy also requires encryption of all removable drives, which is a separate and often forgotten setting.

How to eliminate wrong answers

Option A is wrong because BitLocker recovery password rotation is a separate security feature for managing recovery keys and is not a compliance policy requirement for drive encryption. Option B is wrong because TPM 2.0 is not required for BitLocker on Windows 10; TPM 1.2 or even a software-based TPM can suffice, and the policy does not mandate a specific TPM version. Option C is wrong because the user explicitly states that BitLocker is enabled on the system drive, so the system drive is encrypted; the non-compliance stems from a different drive.

105
MCQeasy

A company wants to prevent corporate data from being copied from managed apps to personal apps on iOS devices. Which Intune policy should the administrator configure?

A.Device configuration profile
B.Device compliance policy
C.App protection policy
D.Enrollment restrictions
AnswerC

App protection policies control data transfer between managed and unmanaged apps.

Why this answer

App Protection Policies (APP) in Microsoft Intune are specifically designed to manage and protect corporate data within applications, regardless of the device enrollment state. On iOS, you can configure data transfer settings such as 'Allow app to transfer data to other apps' to restrict copying corporate data from managed apps to personal apps, using the iOS native inter-app control mechanisms like the Open-In management feature.

Exam trap

The trap here is that candidates often confuse App Protection Policies (which control data at the app layer) with Device Compliance Policies (which control device access), leading them to select the wrong option when the question focuses on data leakage prevention between apps.

How to eliminate wrong answers

Option A is wrong because Device Configuration Profiles are used to configure device settings (e.g., Wi-Fi, VPN, email) and enforce device-level restrictions, not to control data flow between apps at the application layer. Option B is wrong because Device Compliance Policies evaluate device health and security posture (e.g., jailbreak detection, minimum OS version) but do not govern inter-app data transfer policies. Option D is wrong because Enrollment Restrictions control which devices or users can enroll in Intune (e.g., platform allow/block, device type limits) and have no impact on data sharing behavior between apps after enrollment.

106
Multi-Selecthard

Which TWO settings must be configured to enable Windows Hello for Business in an Intune policy?

Select 2 answers
A.Enable Windows Hello for Business provisioning.
B.Use Windows Hello for Business.
C.Configure biometrics (facial recognition or fingerprint).
D.Certificate enrollment policy.
E.Minimum PIN length.
AnswersB, E

Correct. This is the primary setting that enables WHfB in an Intune device configuration profile. Without it enabled, no other WHfB settings take effect.

Why this answer

To enable Windows Hello for Business in an Intune policy, you must configure two settings: 'Use Windows Hello for Business' acts as the master toggle to enable WHfB, and 'Minimum PIN length' establishes a mandatory PIN security baseline. Biometrics (facial recognition or fingerprint) is optional and not required to enable Windows Hello for Business.

Exam trap

The trap is that candidates often think biometrics is required, but in Intune, enabling WHfB only requires the master toggle and a minimum PIN length. Biometrics configuration is optional. Additionally, 'Enable Windows Hello for Business provisioning' is not a valid setting; the correct setting is 'Use Windows Hello for Business'.

107
MCQeasy

You are investigating a malware incident on a Windows 10 device managed by Microsoft Intune and protected by Microsoft Defender for Endpoint. Which log should you analyze to determine the initial infection vector?

A.Microsoft Sysinternals Process Monitor logs.
B.Microsoft Intune compliance reports.
C.Windows Event Viewer logs on the device.
D.Microsoft Defender XDR incident investigation timeline.
AnswerD

The timeline shows the initial infection vector and related events.

Why this answer

The Microsoft Defender XDR incident investigation timeline aggregates alerts, events, and forensic data from all Defender for Endpoint sensors across devices, providing a unified view of the attack chain. This timeline specifically surfaces the initial infection vector (e.g., malicious file, phishing link, or exploit) by correlating process creation, network connections, and file events at the moment of compromise, which is exactly what you need for malware incident analysis.

Exam trap

The trap here is that candidates often choose Windows Event Viewer (Option C) because they associate it with security auditing, but they fail to realize that the Defender XDR incident timeline is the centralized, cloud-native tool designed specifically for cross-device attack chain analysis in a managed environment.

How to eliminate wrong answers

Option A is wrong because Sysinternals Process Monitor logs are a local, real-time monitoring tool that captures file system, registry, and process/thread activity, but they are not centrally collected or retained by Intune or Defender for Endpoint for historical incident investigation; they require manual setup and are not part of the managed security solution. Option B is wrong because Intune compliance reports focus on device configuration compliance (e.g., OS version, encryption status, required apps) and do not contain security event logs or forensic data needed to trace an infection vector. Option C is wrong because Windows Event Viewer logs on the device (e.g., Security, System, or Microsoft-Windows-Windows Defender/Operational) are local and can be useful, but they lack the cross-device correlation, cloud-based retention, and automated attack chain reconstruction that the Defender XDR incident timeline provides; relying solely on Event Viewer would miss telemetry from other endpoints and cloud signals.

108
MCQmedium

A hospital uses Intune to manage Windows 10 devices used by doctors. The devices should automatically install critical updates from Windows Update for Business. Which type of policy should the administrator create?

A.Device compliance policy
B.App protection policy
C.Update rings for Windows 10
D.Device configuration profile (Update settings)
AnswerC

Update rings configure Windows Update for Business settings, including automatic installation.

Why this answer

Update rings for Windows 10 are the correct policy type in Intune to manage when and how Windows 10 devices receive updates from Windows Update for Business. This policy allows you to configure deferral periods, pause updates, and set the update behavior (e.g., automatic installation of critical updates) without requiring on-premises WSUS or manual approval.

Exam trap

The trap here is that candidates confuse 'Device configuration profile (Update settings)' with the correct answer, because both can manage update behavior, but Update rings are the modern, recommended method in Intune for Windows 10 update management, while the legacy Update settings profile is deprecated and lacks features like pause and deferral granularity.

How to eliminate wrong answers

Option A is wrong because device compliance policies evaluate whether devices meet security requirements (e.g., encryption, antivirus) and trigger conditional access, but they do not control the installation of Windows updates. Option B is wrong because app protection policies manage how data is accessed and shared within mobile applications (e.g., Outlook, OneDrive) and do not affect operating system updates. Option D is wrong because while Device configuration profiles include update settings (e.g., 'Update settings' category), these are legacy settings that are less flexible and are superseded by Update rings for Windows 10, which provide granular control over Windows Update for Business policies.

109
Multi-Selecthard

Which TWO of the following are required to configure Windows Hello for Business using Microsoft Intune?

Select 2 answers
A.Company Portal app installed
B.A Trusted Platform Module (TPM) chip on the device
C.Azure AD Premium P1 licenses
D.Certificate-based authentication
E.A key trust model configured in Intune
AnswersB, E

TPM is required for hardware key protection.

Why this answer

A Trusted Platform Module (TPM) chip is required to provide hardware-based key protection for Windows Hello for Business. Additionally, a key trust model must be configured in Intune to manage the public keys. The Company Portal app is not required; it is used for enrollment but not specifically for Windows Hello configuration.

Azure AD Premium P1 licenses are not required for Windows Hello for Business; they are needed for other features like Conditional Access. Certificate-based authentication is optional and not a requirement.

110
MCQmedium

A user has a Windows 10 device that is managed by Intune. The device is compliant but the user reports that they cannot access corporate email on their device. The email profile is deployed via Intune. Other users can access email successfully. What should you check first?

A.Check if the email profile is assigned to the user.
B.Re-create the email profile for all users.
C.Verify device compliance status.
D.Check if the user's certificate is valid and assigned.
AnswerD

Certificate issues are a common cause.

Why this answer

When an email profile is deployed via Intune and the device is compliant, the most likely cause of a single user's failure to access corporate email is an issue with certificate-based authentication. Intune often uses SCEP or PKCS certificates to authenticate email access, and if the user's certificate is missing, expired, or not properly assigned, the email profile will fail to connect even though the device is compliant and the profile is assigned.

Exam trap

The trap here is that candidates assume a compliant device guarantees email access, overlooking that certificate-based authentication is a separate layer that must be validated independently, and that a single user's failure often points to a user-specific certificate issue rather than a global policy or profile problem.

How to eliminate wrong answers

Option A is wrong because the email profile is deployed via Intune and other users can access email, so the profile is likely assigned correctly; checking assignment again would not resolve a certificate issue. Option B is wrong because re-creating the email profile for all users is an unnecessary and disruptive action that does not address the root cause of a single user's certificate problem. Option C is wrong because the question explicitly states the device is compliant, so verifying compliance status again would not identify the certificate-related failure.

111
MCQeasy

You have devices enrolled in Microsoft Intune. You need to configure a policy that requires a PIN of at least 6 characters for accessing Microsoft Entra ID resources. Which policy type should you configure?

A.Device compliance policy
B.Conditional Access policy
C.App protection policy
D.Device configuration policy
AnswerB

Conditional Access policies can require a PIN or other authentication methods for accessing Microsoft Entra ID resources.

Why this answer

Conditional Access policies (Option B) can require a PIN for accessing Microsoft Entra ID resources. Option A is incorrect because device compliance policies evaluate device health but do not enforce PIN requirements for resource access. Option C is incorrect because app protection policies manage app-level data protection, not PIN requirements for Entra ID access.

Option D is incorrect because device configuration policies manage device settings like email profiles, not access policies.

112
MCQmedium

Refer to the exhibit. An administrator runs this PowerShell command using the Microsoft Graph PowerShell SDK. The output returns no devices. However, the administrator knows that there are non-compliant Windows devices in Intune. What is the most likely reason?

A.The filter string is case-sensitive and should be 'windows' in lowercase.
B.The cmdlet requires the -All parameter to return all devices.
C.The -Filter parameter is not supported for this cmdlet.
D.The admin does not have the required permissions to read device compliance.
AnswerB

Without -All, the cmdlet may only return a subset.

Why this answer

The Get-MgDeviceManagementManagedDevice cmdlet from the Microsoft Graph PowerShell SDK, by default, returns only the first 100 devices. When a filter is applied and no devices are returned despite known non-compliant devices existing, the most common cause is that the result set is truncated. Adding the -All parameter forces the cmdlet to page through all results and return the complete set of devices, including those that match the filter.

Exam trap

The trap here is that candidates assume a filter returning no results means the filter syntax is wrong or permissions are missing, when in fact the default page size truncation silently hides matching devices that exist on subsequent pages.

How to eliminate wrong answers

Option A is wrong because the filter string for the 'operatingSystem' property in Microsoft Graph is case-insensitive; 'Windows' and 'windows' would match the same devices. Option C is wrong because the -Filter parameter is fully supported for Get-MgDeviceManagementManagedDevice and is used to query device properties like operatingSystem. Option D is wrong because if the administrator lacked permissions, the cmdlet would return an access denied error, not an empty result set with no error.

113
Multi-Selecteasy

An organization uses Microsoft Defender for Endpoint to detect threats on Windows devices. The security team wants Intune to automatically increase the device's risk score when a threat is detected. Which TWO components are required?

Select 2 answers
A.Device compliance policy with 'Require device threat level' set to 'Low'
B.Microsoft Defender for Endpoint connector in Intune
C.Device configuration profile
D.App protection policy
E.Conditional Access policy
AnswersA, B

Compliance policy uses Defender for Endpoint risk score.

Why this answer

A device compliance policy with 'Require device threat level' set to 'Low' forces Intune to evaluate the threat level reported by Microsoft Defender for Endpoint. When a threat is detected that exceeds the 'Low' threshold, the device is marked as noncompliant, which effectively increases the device's risk score in Intune and can trigger subsequent actions like Conditional Access blocks.

Exam trap

The trap here is that candidates often confuse a device configuration profile with a compliance policy, thinking that a configuration profile can enforce threat-based risk scoring, but only the compliance policy evaluates the threat level from the Defender connector.

114
MCQeasy

Your organization uses Microsoft Intune to manage iOS/iPadOS devices. You need to ensure that users cannot remove the Company Portal app from their devices. Which configuration should you apply?

A.Assign the Company Portal app as 'Available for enrolled devices' with 'Removable' set to Yes.
B.Assign the Company Portal app as 'Uninstall' for all devices.
C.Assign the Company Portal app as 'Required' with 'Removable' set to No.
D.Create a device restriction policy that blocks removal of the Company Portal app.
AnswerC

This prevents users from removing the app.

Why this answer

When you assign the Company Portal app as 'Required' for iOS/iPadOS devices in Microsoft Intune, you can set the 'Removable' option to 'No'. This configuration prevents users from uninstalling the Company Portal app, ensuring it remains on the device for management and compliance purposes.

Exam trap

The trap here is that candidates often confuse device restriction policies with app assignment settings, assuming that a general policy can block app removal, when in fact the control is specific to the app's assignment properties in Intune.

How to eliminate wrong answers

Option A is wrong because setting the app as 'Available for enrolled devices' with 'Removable' set to Yes allows users to install the app from the Company Portal but also permits them to remove it, which does not meet the requirement to prevent removal. Option B is wrong because assigning the app as 'Uninstall' would remove the Company Portal app from devices, which is the opposite of ensuring it cannot be removed. Option D is wrong because iOS/iPadOS device restriction policies in Intune do not include a setting to block removal of the Company Portal app; the ability to prevent removal is controlled through the app assignment settings, not through device restrictions.

115
MCQeasy

Your organization uses Microsoft Entra ID joined devices with Windows 10. You need to ensure that only compliant devices can access corporate email in Microsoft Outlook for Windows. Which integration should you enable?

A.Create a Conditional Access policy in Microsoft Entra ID requiring compliant devices for Exchange Online.
B.Enable App Protection Policies for Outlook for Windows.
C.Require all devices to be enrolled in Intune before accessing email.
D.Configure a compliance policy in Intune to mark devices as non-compliant if not updated.
AnswerA

Conditional Access integrates with Intune compliance to block non-compliant devices.

Why this answer

Creating a Conditional Access policy in Microsoft Entra ID that requires compliant devices for Exchange Online is the correct integration because it directly enforces device compliance as a condition for accessing corporate email. This policy evaluates the device's compliance status reported by Intune before granting access to Exchange Online, ensuring only compliant devices can use Outlook for Windows.

Exam trap

The trap here is that candidates confuse App Protection Policies (which protect data at the app level) with device compliance enforcement, or assume that Intune compliance policies alone block access without a Conditional Access policy to enforce them.

How to eliminate wrong answers

Option B is wrong because App Protection Policies (APP) for Outlook for Windows manage data protection at the app level (e.g., preventing copy/paste) but do not enforce device compliance; they are designed for unmanaged or BYOD scenarios. Option C is wrong because requiring all devices to be enrolled in Intune before accessing email is a prerequisite, not an integration that enforces compliance; it does not block non-compliant enrolled devices. Option D is wrong because configuring a compliance policy in Intune to mark devices as non-compliant if not updated is a compliance rule, but it does not integrate with access control; it requires a Conditional Access policy to enforce the block.

116
MCQmedium

Your company uses Microsoft Intune to manage Windows 10 devices. You need to deploy a custom Windows 10 update ring that delays feature updates by 60 days and quality updates by 14 days. You create the update ring and assign it to a device group. After a week, you notice that devices are not receiving the quality updates as expected. What should you verify first?

A.Ensure the deferral period for quality updates is set to 14 days.
B.Check that the update ring is assigned to the correct group.
C.Verify that Windows Update for Business is enabled on the devices.
D.Review the device compliance status.
AnswerC

If disabled, devices won't receive updates from Intune.

Why this answer

Windows Update for Business must be enabled on Windows 10 devices for Intune update rings to apply. If it is disabled, devices ignore the update ring policy. Verifying this setting is the first troubleshooting step.

Option A is incorrect because the deferral period is set correctly according to the requirement. Option B is incorrect because the update ring is already assigned; if the assignment were wrong, no updates would apply at all, but the issue is specific to quality updates. Option D is incorrect because device compliance status does not directly affect update ring application.

117
MCQhard

Your organization uses Microsoft Intune to manage iOS/iPadOS devices. You need to enforce that all devices use a 6-digit passcode and that the device automatically wipes after 10 failed attempts. Which profile type should you configure?

A.Device compliance policy
B.Device restrictions profile (iOS)
C.Device configuration profile (custom)
D.App protection policy
AnswerB

Device restrictions include passcode policies and wipe after failed attempts.

Why this answer

A Device restrictions profile (iOS) in Microsoft Intune includes the 'Password' category where you can set minimum passcode length (e.g., 6 digits) and the number of failed attempts before the device wipes. This profile type directly manages device-level security settings on iOS/iPadOS, making it the correct choice for enforcing passcode complexity and auto-wipe behavior.

Exam trap

The trap here is that candidates often confuse Device compliance policy (which only reports compliance) with Device restrictions profile (which actually enforces the settings), leading them to incorrectly select Option A.

How to eliminate wrong answers

Option A is wrong because Device compliance policy evaluates whether a device meets security requirements (e.g., passcode length) but does not enforce or configure the passcode settings; it only marks devices as compliant or non-compliant. Option C is wrong because a custom configuration profile (using Apple Configurator or custom XML) is used for settings not available in the built-in UI, but passcode length and wipe after failed attempts are standard settings in the Device restrictions profile, so a custom profile is unnecessary and overly complex. Option D is wrong because App protection policy applies to app-level data protection (e.g., PIN for opening a managed app, data encryption) and cannot enforce device-level passcode length or device wipe after failed attempts.

118
Multi-Selecteasy

You need to configure Microsoft Defender for Endpoint on macOS devices. Which THREE components must be installed?

Select 3 answers
A.Microsoft Defender for Endpoint daemon
B.Microsoft Intune management extension
C.Configuration Manager client
D.Microsoft Defender for Endpoint kernel extension (or system extension)
E.Microsoft Defender for Endpoint user interface agent
AnswersA, D, E

Core service for protection.

Why this answer

The Microsoft Defender for Endpoint daemon (mdatp) is the core service that runs in the background on macOS, handling threat detection, real-time protection, and communication with the cloud backend. Without this daemon, the product cannot perform its primary security functions, making it a mandatory component for any installation.

Exam trap

The trap here is that candidates often confuse the macOS Defender components with Windows Defender components, mistakenly including Intune or ConfigMgr agents that are irrelevant to macOS deployments.

119
MCQeasy

Your organization uses Microsoft Intune to manage Android devices. You need to ensure that corporate data on these devices is protected in case the device is lost or stolen. You configure a compliance policy that requires device encryption and a device lock screen. However, you also want to be able to selectively wipe corporate data without wiping personal data. What should you do?

A.Enable remote lock on the device.
B.Configure a device compliance policy to wipe the device if non-compliant.
C.Use a device configuration profile to enable selective wipe.
D.Assign an app protection policy to the user for the corporate apps.
AnswerD

MAM policies enable selective wipe.

Why this answer

App protection policies (APP) in Microsoft Intune provide the ability to selectively wipe corporate data from managed apps without affecting personal data on Android devices. This is achieved through the selective wipe action, which removes only the organization's data from apps that have the policy applied, leaving personal data intact. Compliance policies, as described in the scenario, enforce device-level settings like encryption and lock screen but do not offer granular data separation for selective wipe.

Exam trap

The trap here is that candidates often confuse device compliance policies (which enforce device-level security and can trigger full wipe) with app protection policies (which enable selective wipe of corporate data), leading them to choose option B or C instead of D.

How to eliminate wrong answers

Option A is wrong because remote lock only locks the device remotely, preventing unauthorized access but does not wipe any data, corporate or personal. Option B is wrong because configuring a device compliance policy to wipe the device if non-compliant performs a full device wipe, removing all data including personal data, which contradicts the requirement to selectively wipe only corporate data. Option C is wrong because device configuration profiles in Intune manage device settings (e.g., Wi-Fi, VPN, restrictions) and do not include a selective wipe capability; selective wipe is a feature of app protection policies, not configuration profiles.

120
MCQmedium

You are reviewing an Intune endpoint protection profile for Windows 10. The exhibit shows a JSON snippet of the configuration. A user reports that a device detected malware with moderate severity, but the action taken was 'quarantine'. However, the desired action is 'clean'. Which setting should you modify?

A.defenderScheduleScanDay and defenderScheduleScanTime
B.A global setting to override all actions
C.defenderScanType
D.defenderDetectedMalwareActions for moderateSeverity
AnswerD

Change the value from 'quarantine' to 'clean'.

Why this answer

The `defenderDetectedMalwareActions` setting in Intune endpoint protection profiles allows you to specify the remediation action for each threat severity level, including moderate. Since the user wants 'clean' instead of 'quarantine' for moderate severity threats, you must modify the `moderateSeverity` value within this setting. This is the only setting that controls per-severity remediation actions for Microsoft Defender Antivirus.

Exam trap

The trap here is that candidates confuse scan scheduling or scan type settings with remediation actions, or assume a single global action exists, when Microsoft Intune requires per-severity configuration via `defenderDetectedMalwareActions`.

How to eliminate wrong answers

Option A is wrong because `defenderScheduleScanDay` and `defenderScheduleScanTime` control when scheduled scans run, not the action taken on detected malware. Option B is wrong because there is no global override setting in Intune endpoint protection profiles that applies a single action to all threat severities; remediation actions are configured per severity level. Option C is wrong because `defenderScanType` defines the type of scan (e.g., quick, full) to perform, not the remediation action after detection.

121
MCQhard

You have enabled Microsoft Defender for Endpoint on macOS devices. Some macOS devices show a status of 'Sensor disconnected' in the Microsoft Defender XDR portal. The devices are online and can communicate with the internet. Which troubleshooting step should you take first?

A.Check the Windows Security app for any alerts.
B.Run a full scan using Microsoft Defender for Endpoint on the affected devices.
C.Re-enroll the devices in Microsoft Intune.
D.Uninstall and reinstall the Microsoft Defender for Endpoint agent.
AnswerB

Malware can cause sensor disconnection; scanning may resolve it.

Why this answer

Running a full scan is the first recommended troubleshooting step when macOS devices show a 'Sensor disconnected' status in Microsoft Defender XDR. This status often indicates that the sensor process (e.g., mdatp) is not running or has crashed, and a full scan can trigger the sensor to restart and re-establish communication with the cloud backend. It is a non-disruptive, quick check that validates the agent's core functionality before escalating to more invasive steps.

Exam trap

The trap here is that candidates may assume a connectivity issue requires re-enrollment or reinstallation, but Microsoft's official troubleshooting guidance prioritizes a full scan first because it restarts the sensor process without disrupting the device's security posture.

How to eliminate wrong answers

Option A is wrong because the Windows Security app is a Windows-only component and does not exist on macOS; checking it would be irrelevant. Option C is wrong because re-enrolling in Microsoft Intune addresses management enrollment issues, not sensor connectivity; the devices are already enrolled and online. Option D is wrong because uninstalling and reinstalling the agent is a last-resort step that should only be taken after verifying that a full scan and other less disruptive troubleshooting steps have failed.

122
Multi-Selectmedium

Which TWO actions should you take to ensure that only healthy Windows 10/11 devices can access Microsoft 365 services? (Choose two.)

Select 2 answers
A.Create a device compliance policy that includes health attestation checks
B.Configure Intune enrollment
C.Use Windows Autopilot to pre-provision devices
D.Deploy an app protection policy to M365 apps
E.Create a Conditional Access policy that requires compliant device
AnswersA, E

Compliance policy defines health criteria.

Why this answer

A device compliance policy with health attestation checks uses Windows Health Attestation Service (WHAS) to verify that devices have secure boot, BitLocker enabled, and no kernel-level tampering. This ensures only devices meeting hardware-level security baselines can be marked as compliant, which is a prerequisite for Conditional Access policies that gate access to Microsoft 365 services.

Exam trap

The trap here is that candidates confuse device enrollment (Option B) or provisioning (Option C) with ongoing health verification, but neither ensures the device remains healthy at the time of access; only the combination of a compliance policy with attestation checks and a Conditional Access policy that requires compliant device enforces this at authentication time.

123
MCQhard

Your organization uses Microsoft Defender for Endpoint (MDE) and Microsoft Intune. You want to automatically remediate devices that are found to be missing critical security updates during a vulnerability assessment. What should you configure?

A.Assign a Windows Update for Business policy to all devices.
B.Create a compliance policy that marks devices as non-compliant if missing updates.
C.Configure automated investigation and remediation in Microsoft Defender for Endpoint.
D.Configure an endpoint security policy for Windows Defender Antivirus.
AnswerC

Automated remediation can trigger Intune to apply updates.

Why this answer

Microsoft Defender for Endpoint's automated investigation and remediation capabilities can be configured to automatically respond to vulnerabilities detected during assessments, including missing critical security updates. This leverages the built-in threat and vulnerability management (TVM) module to trigger remediation actions without manual intervention, aligning with the requirement for automatic remediation.

Exam trap

The trap here is that candidates often confuse compliance policies (which only detect and block non-compliant devices) with automated remediation (which actively fixes the issue), leading them to choose Option B instead of recognizing that MDE's automated investigation and remediation is the correct mechanism for automatic update installation.

How to eliminate wrong answers

Option A is wrong because a Windows Update for Business policy manages update deployment and deferral settings but does not automatically remediate devices based on vulnerability assessment results; it lacks the detection and response integration needed for automated remediation. Option B is wrong because a compliance policy marks devices as non-compliant and can trigger conditional access blocks, but it does not automatically install missing updates; remediation requires additional configuration like a remediation script or integration with update rings. Option D is wrong because an endpoint security policy for Windows Defender Antivirus focuses on antivirus configuration and threat protection, not on managing or remediating missing operating system security updates.

124
MCQmedium

A user reports that their Windows 11 device cannot access corporate resources after a recent update. The device is enrolled in Intune. You check the device compliance status and find it is marked as non-compliant. Which two actions should you take?

A.Perform a 'Retire' action on the device
B.Request the user to run the 'Sync' action from the Company Portal
C.Use the 'Reset' action to re-enroll the device
D.Run a compliance check from the Intune console
AnswerB, D

Sync applies pending policies and updates compliance status.

Why this answer

The correct actions are B and D. When a device is marked non-compliant after an update, the user can trigger a manual sync from the Company Portal (option B) to force a compliance check and policy refresh. Additionally, an administrator can run an on-demand compliance check from the Intune console (option D) to immediately re-evaluate the device's status.

Option A (Retire) would remove the device from management, and option C (Reset) would wipe the device, both of which are overly drastic for this scenario.

125
Multi-Selecthard

You have a Microsoft Intune environment with devices running Windows 10 and 11. You need to configure a policy that enforces BitLocker drive encryption with a TPM protector and stores recovery key in Microsoft Entra ID. Which three settings must you configure in the endpoint protection profile? (Choose three.)

Select 3 answers
A.Store recovery key in Microsoft Entra ID
B.Require encryption of OS drive
C.Choose encryption method (XTS-AES 128-bit)
D.Enable BitLocker
E.Configure TPM as a protector
AnswersA, D, E

Recovery key storage must be set to Microsoft Entra ID.

Why this answer

The 'Store recovery key in Microsoft Entra ID' setting ensures that the BitLocker recovery key is automatically backed up to the user's Microsoft Entra ID object. This is essential for recovery scenarios and is a key requirement for managing BitLocker via Intune, as it allows administrators to retrieve the key from the Entra admin center.

Exam trap

The trap here is that candidates often confuse the 'Require encryption of OS drive' as a separate mandatory setting, when in fact it is automatically enforced by the 'Enable BitLocker' setting, making it redundant to select both.

126
MCQhard

You manage a fleet of iOS devices enrolled in Microsoft Intune. You need to ensure that only approved corporate devices can access Exchange Online. You configure a Conditional Access policy that requires devices to be compliant with Intune compliance policies. However, some users report that they are still able to access email from personal iOS devices that are not enrolled. What should you check first?

A.The policy does not include iOS as a device platform.
B.The policy is not applied to Exchange Online as a cloud app.
C.The Grant control is set to 'Require one of the selected controls' instead of 'Require all'.
D.The policy is not scoped to all users.
AnswerB

The policy must include Exchange Online in the cloud apps list.

Why this answer

The Conditional Access policy must explicitly include Exchange Online as a cloud app to govern access to it. If the policy is not applied to Exchange Online, it will not enforce compliance requirements for that service, allowing unenrolled devices to connect. Intune's Conditional Access policies are app-specific; omitting the target cloud app renders the policy ineffective for that workload.

Exam trap

The trap here is that candidates often focus on device platform or user scoping, overlooking that Conditional Access policies must explicitly list the target cloud application (e.g., Exchange Online) to enforce controls for that service.

How to eliminate wrong answers

Option A is wrong because the issue is that personal iOS devices are accessing email, which implies the policy is not blocking them; if iOS were missing as a device platform, the policy would not apply to any iOS device at all, but the problem is specific to Exchange Online access, not platform targeting. Option C is wrong because the Grant control setting 'Require one of the selected controls' versus 'Require all' affects how multiple conditions are combined (e.g., MFA and compliance), but it does not cause the policy to be bypassed entirely; the core issue is that the policy is not applied to the correct cloud app. Option D is wrong because scoping to all users is not the primary issue; even if the policy is scoped to all users, it will not enforce compliance for Exchange Online if that app is not selected in the policy.

127
MCQhard

Your organization has 5,000 Windows 10 devices managed by Microsoft Intune. You are implementing a new security policy that requires all devices to have BitLocker enabled with TPM validation. You create a device configuration profile for BitLocker and assign it to all devices. After two days, you notice that only 3,200 devices are compliant with the BitLocker policy. The remaining devices show 'Not applicable' for the setting. You verify that all devices are Windows 10 Pro or Enterprise and have TPM 2.0. What is the most likely cause of the 'Not applicable' status?

A.Some devices have TPM 1.2 instead of TPM 2.0
B.The system partition is not configured correctly
C.Secure Boot is disabled on some devices
D.The devices are not enrolled in Intune
AnswerB

BitLocker requires a properly configured system partition; otherwise, the policy shows 'Not applicable'.

Why this answer

BitLocker requires a system partition (active partition) that is of sufficient size (typically at least 100 MB) and properly configured. If the system partition is missing or misconfigured, the BitLocker setting will appear as 'Not applicable' even if the device meets other requirements like TPM 2.0. Option A is incorrect because all devices have TPM 2.0 as stated.

Option C is incorrect because Secure Boot is not a prerequisite for BitLocker. Option D is incorrect because the devices are already enrolled in Intune.

128
MCQhard

You are the endpoint administrator for Contoso, a company with 5,000 Windows 11 devices managed by Microsoft Intune. The company uses Microsoft Defender for Endpoint (MDE) for endpoint detection and response. You need to implement a solution that ensures all devices have the latest Windows security updates installed within 7 days of release. Additionally, you must ensure that if a device misses two consecutive update cycles, it is automatically blocked from accessing corporate resources until it is updated. You have the following requirements: 1. Use Intune update rings to control update deployment. 2. Use MDE vulnerability management to identify missing updates. 3. Device compliance policies should check for missing updates and mark devices noncompliant. 4. Conditional Access should block noncompliant devices. Which combination of actions should you take?

A.Configure an update ring with a 7-day deferral. Create an app protection policy that requires minimum OS version. Assign the app protection policy to all users.
B.Configure an update ring with no deferral (deferral 0). Create a device compliance policy that checks for missing updates. Configure Conditional Access to require compliant devices.
C.Configure an update ring with a 7-day deferral. Create a device compliance policy that checks for missing updates. Configure Conditional Access to require compliant devices.
D.Configure an update ring with a 7-day deferral. Create a device compliance policy that checks for missing updates. Assign the compliance policy to all devices. Do not configure Conditional Access.
AnswerC

Correct: updates are deferred 7 days; compliance checks missing updates; Conditional Access blocks noncompliant devices. The policy will mark devices noncompliant if they miss updates, and after two cycles (14 days) they will be blocked.

Why this answer

Configure an update ring with a 7-day deferral to ensure updates are installed within 7 days. Create a device compliance policy that checks for missing updates to mark devices as noncompliant. Configure Conditional Access to require compliant devices, blocking those that are noncompliant.

Option A is incorrect because it uses an app protection policy instead of a device compliance policy. Option B is incorrect because it sets no deferral (deferral 0), which would apply updates immediately, not within 7 days as required. Option D is incorrect because it does not configure Conditional Access, so noncompliant devices would not be blocked.

129
Multi-Selectmedium

Which THREE actions can you perform from the Microsoft Intune admin center to remediate a non-compliant Windows device?

Select 3 answers
A.Retire the device
B.Remote lock
C.Wipe the device
D.Assign a compliance policy
E.Sync the device
AnswersA, C, E

Retire removes managed data and enrollment.

Why this answer

The Retire action removes the device from Intune management and revokes corporate data access, which is a valid remediation for non-compliant Windows devices when the device cannot be brought back into compliance. This action is performed from the Microsoft Intune admin center under the device's compliance status.

Exam trap

The trap here is that candidates may confuse 'Assign a compliance policy' with a remediation action, but it is a configuration step that does not directly fix a non-compliant device; only enforcement actions like retire, wipe, or sync can remediate non-compliance.

130
MCQeasy

Your organization uses Microsoft Intune to manage devices. You need to configure a policy that prevents users from disabling the camera on their corporate iOS devices. You create a device restrictions profile and set the 'Enable camera' setting to 'No'. You assign the profile to a group containing all iOS devices. After 24 hours, users report that the camera is still functional. What should you check first?

A.Verify that the devices are members of the assigned group.
B.Ensure the setting 'Enable camera' is set to 'Not configured' instead of 'No'.
C.Review the device compliance status.
D.Check if the profile is applied to users instead of devices.
AnswerA

Group membership is the most common cause of policy not applying.

Why this answer

The profile must be assigned to the correct group; if the devices are not in the group, the policy won't apply. Option B is wrong because the setting is correct. Option C is wrong because iOS restrictions are applied at the device level, not user.

Option D is wrong because device compliance is not relevant here.

131
MCQmedium

A company uses Intune to manage Android Enterprise devices. The administrator deployed a compliance policy that requires encryption and a minimum OS version. Some devices are not showing as compliant even though they meet the requirements. The administrator suspects a time delay. What is the default compliance check interval for Android Enterprise devices in Intune?

A.Every 1 hour
B.Every 8 hours
C.Every 30 minutes
D.Every 24 hours
AnswerB

Default compliance check interval for Android Enterprise is every 8 hours.

Why this answer

The default compliance check interval for Android Enterprise devices in Intune is every 8 hours. This interval determines how often devices re-evaluate their compliance status against assigned policies, and it is not configurable for Android Enterprise devices. The administrator's suspicion of a time delay is valid because even if a device meets the requirements, it will not report as compliant until the next scheduled check occurs.

Exam trap

The trap here is that candidates often confuse the default compliance check interval for Android Enterprise with the shorter intervals used by other platforms (like iOS/iPadOS at 1 hour) or with the legacy Android device administrator interval (24 hours), leading them to select an incorrect option.

How to eliminate wrong answers

Option A is wrong because 1 hour is not the default interval; it is the minimum check-in frequency for some other platforms like iOS/iPadOS, but not for Android Enterprise. Option C is wrong because 30 minutes is the default check-in frequency for Windows 10/11 devices using the Microsoft Intune agent, not for Android Enterprise. Option D is wrong because 24 hours is the default compliance check interval for Android device administrator (legacy) management, not for Android Enterprise (work profile or fully managed) devices.

132
MCQmedium

You are configuring a Windows 10 device compliance policy in Microsoft Intune. The policy requires that devices have BitLocker enabled and a minimum OS build version. However, some devices are showing as 'Not compliant' even though they meet the requirements. What is the most likely cause?

A.The OS build version is not reported correctly.
B.The devices have not checked in with Intune recently.
C.BitLocker is not enabled on the system drive.
D.The devices need to be rebooted for the policy to apply.
AnswerB

Outdated check-in can cause incorrect non-compliance status.

Why this answer

The most likely cause is that the devices have not checked in with Intune recently. Intune compliance policies are evaluated only when devices check in via the Intune Management Extension or the MDM agent. If a device hasn't synced within the configured check-in frequency (default every 8 hours), its compliance status becomes stale and may show as 'Not compliant' even if it meets the requirements locally.

This is a common scenario where the policy is correctly configured, but the device's last sync timestamp is too old.

Exam trap

The trap here is that candidates often assume a local configuration mismatch (like BitLocker or OS build) is the cause, but the real issue is the device's failure to communicate its compliance state to Intune, which is a common scenario in hybrid or offline environments.

How to eliminate wrong answers

Option A is wrong because the OS build version is reported correctly by the device's MDM client via the DeviceInventory CSP; if the device meets the build requirement, the reported value will match the policy. Option C is wrong because the question states the devices meet the requirements, meaning BitLocker is enabled on the system drive; the issue is not a local configuration failure. Option D is wrong because rebooting does not trigger a compliance evaluation or policy application; Intune policies are applied during MDM sync, not on boot, and compliance status is updated only after a successful check-in.

133
Multi-Selectmedium

You are planning a Windows 10 deployment using Windows Autopilot. You need to ensure that devices are automatically enrolled in Intune during the out-of-box experience. Which two prerequisites must be met? (Choose two.)

Select 2 answers
A.Tenant must have Microsoft Entra ID P1 or P2
B.Devices must have a valid Windows 10/11 Pro or Enterprise license
C.Devices must be registered in Microsoft Entra ID as Autopilot devices
D.On-premises Active Directory synchronization must be configured
E.Users must have a Microsoft 365 E3 license
AnswersB, C

Windows Pro or Enterprise is required for Autopilot.

Why this answer

Windows Autopilot requires that devices have a valid Windows 10/11 Pro, Enterprise, or Education license to enable the automatic enrollment into Intune during the out-of-box experience (OOBE). Without a qualifying license, the device cannot be properly provisioned with Intune management policies. Option C is correct because devices must be registered in Microsoft Entra ID (formerly Azure AD) as Autopilot devices, which is typically done by uploading a hardware hash CSV file to the Autopilot deployment portal, allowing the device to be recognized and automatically enrolled during OOBE.

Exam trap

The trap here is that candidates often confuse the licensing requirements for Autopilot enrollment with those for Intune management features, incorrectly selecting Microsoft Entra ID P1/P2 or Microsoft 365 E3 as prerequisites when only a valid Windows Pro/Enterprise license and device registration in Microsoft Entra ID are needed.

134
MCQhard

An organization uses Microsoft Defender for Endpoint (MDE) with Microsoft Intune for device management. The security team wants to automatically remediate risks detected by MDE on Windows devices. Which Intune feature should be used to trigger remediation actions based on MDE alerts?

A.Device configuration profile
B.Conditional Launch policy for MDE
C.Device compliance policy
D.Windows Update rings
AnswerB

Conditional Launch allows blocking access until device risk is remediated.

Why this answer

The Conditional Launch policy in Microsoft Defender for Endpoint (MDE) allows you to define automatic remediation actions (e.g., running a scan, isolating a device) triggered by specific MDE threat alerts. This policy is configured within the MDE security settings managed by Intune, enabling a direct, automated response to risks without manual intervention.

Exam trap

The trap here is that candidates often confuse Device compliance policies with automated remediation, but compliance policies only evaluate and report status—they do not execute remediation actions like scans or isolation, which is the specific function of the Conditional Launch policy.

How to eliminate wrong answers

Option A is wrong because Device configuration profiles are used to enforce settings and configurations on devices (e.g., security policies, app settings), not to trigger automated remediation actions based on real-time MDE alerts. Option C is wrong because Device compliance policies evaluate device health and compliance status (e.g., requiring a minimum OS version or antivirus state) and can mark devices as non-compliant, but they do not directly trigger remediation actions from MDE alerts; they rely on conditional access to block resources. Option D is wrong because Windows Update rings control the deployment and scheduling of Windows updates, not the automated response to security threats detected by MDE.

135
MCQeasy

Refer to the exhibit. You deploy this custom OMA-URI policy to Windows 10 devices. What is the expected outcome?

A.Telemetry is set to 1 - Basic
B.The policy applies to users, not devices
C.The policy fails because value 0 is not allowed
D.Telemetry is set to 0 - Security (Enterprise only)
AnswerD

Value 0 disables telemetry.

Why this answer

The OMA-URI policy sets the 'AllowTelemetry' value to 0, which in Windows 10 corresponds to the 'Security (Enterprise only)' telemetry level. This level sends only essential security data, such as the Malicious Software Removal Tool (MSRT) and Windows Defender information, and is only available in Enterprise editions. Therefore, the expected outcome is that telemetry is set to 0 - Security (Enterprise only).

Exam trap

A common misconception is that setting telemetry to 0 causes policy failure on non-Enterprise editions. However, the policy applies successfully; the setting is simply ignored on editions that do not support it.

How to eliminate wrong answers

Option A is wrong because the policy explicitly sets the value to 0, not 1; value 1 corresponds to 'Basic' telemetry, which includes limited diagnostic data. Option B is wrong because OMA-URI policies for Windows 10 device configuration are applied at the device level via MDM, not per user; the policy targets the device CSP (Policy/Config/System/AllowTelemetry). Option C is wrong because value 0 is a valid and allowed integer for the AllowTelemetry policy in Windows 10 Enterprise editions; it is not a failure condition, though it may be ignored on non-Enterprise editions.

136
MCQmedium

Your organization uses Microsoft Defender for Endpoint (now part of Microsoft Defender XDR). You need to ensure that when a device is offboarding, all collected forensic data is deleted from Microsoft 365. What should you do?

A.Disable the device's onboarding policy in Intune.
B.Use the 'Remove device from organization' action in Microsoft Defender XDR console.
C.Run a PowerShell script to execute 'Remove-MpPreference -DisableRealtimeMonitoring $true'.
D.Uninstall the Microsoft Defender for Endpoint sensor from the device.
AnswerB

This action offboards the device and deletes its data from the service.

Why this answer

The 'Remove device from organization' action in the Microsoft Defender XDR console triggers a full offboarding workflow that deletes all collected forensic data (including machine-level telemetry, alerts, and investigation packages) from the Microsoft 365 backend. This action also revokes the device's access to the Defender for Endpoint service and removes its sensor registration, ensuring compliance with data retention policies.

Exam trap

The trap here is that candidates often confuse local sensor removal (Option D) with cloud-side data deletion, not realizing that uninstalling the sensor only stops future data collection while leaving historical forensic data intact in Microsoft 365.

How to eliminate wrong answers

Option A is wrong because disabling an onboarding policy in Intune only stops new configuration profiles from being applied; it does not remove the device from Defender for Endpoint or delete any previously collected forensic data. Option C is wrong because 'Remove-MpPreference -DisableRealtimeMonitoring $true' is a PowerShell cmdlet that disables real-time monitoring on the local device but has no effect on cloud-stored forensic data or the device's registration in Microsoft Defender XDR. Option D is wrong because uninstalling the sensor from the device only stops local data collection and communication with the cloud; it does not trigger deletion of historical forensic data already stored in Microsoft 365, and the device may still appear as 'inactive' in the console.

137
Multi-Selecteasy

Which TWO of the following are valid enrollment methods for Windows 10 devices in Microsoft Intune?

Select 2 answers
A.Windows Autopilot
B.Azure AD Join
C.Device enrollment manager (DEM)
D.Bulk enrollment with provisioning package
E.Apple Business Manager
AnswersA, B

Windows Autopilot is a zero-touch enrollment method for Windows 10 devices.

Why this answer

Windows Autopilot (Option A) is a valid enrollment method that enables zero-touch deployment and automatic enrollment of Windows 10 devices into Intune. Azure AD Join (Option B) is also a valid method, where devices are joined directly to Azure AD and automatically enrolled in Intune for management. Option C is incorrect: Device Enrollment Manager (DEM) is an administrative role used for bulk enrollment, not an enrollment method itself.

Option D is incorrect: Bulk enrollment using a provisioning package is a method for enrolling many devices at once, but it is not listed as a distinct enrollment method like Autopilot or Azure AD Join in this context. Option E is incorrect because Apple Business Manager is designed for enrolling Apple devices (iOS, iPadOS, macOS), not Windows 10 devices.

138
Multi-Selecthard

A company uses Intune to manage Android Enterprise devices. The administrator wants to deploy a set of required apps silently to fully managed devices. Which THREE steps are necessary?

Select 3 answers
A.Configure a user enrollment profile
B.Create a managed Google Play account
C.Assign the apps as 'Required' in Intune
D.Enable 'App Auto Update' in managed Google Play
E.Create an app protection policy for the apps
AnswersB, C, D

Required to manage Android Enterprise apps.

Why this answer

A managed Google Play account is required to bind the Intune tenant to Google's Android Enterprise ecosystem. Without this binding, Intune cannot deploy or manage apps on fully managed Android Enterprise devices. This account enables the administrator to approve, license, and silently push apps from the managed Google Play store to devices.

Exam trap

The trap here is that candidates often confuse app protection policies (MAM) with app deployment, thinking they are required for silent installs, when in fact MAM is irrelevant for fully managed devices and the key steps are the managed Google Play account, required assignment, and auto-update configuration.

139
MCQeasy

An administrator needs to ensure that only devices with a specific manufacturer are allowed to enroll in Intune. Which setting should the administrator configure?

A.Enrollment restrictions
B.Conditional Access policy
C.Device category
D.Device compliance policy
AnswerA

Enrollment restrictions can block devices by platform, manufacturer, etc.

Why this answer

Nrollment restrictions. Enrollment restrictions allow administrators to block devices based on manufacturer, OS version, or device platform. Conditional Access policies work after enrollment.

Device categories are for organizational grouping, not blocking enrollment. Device compliance policies evaluate device health after enrollment.

140
MCQhard

A company uses Microsoft Defender for Endpoint. They want to automatically remediate threats on endpoints using automated investigation and response. They also need to ensure that the remediation actions are approved by the security team before execution. Which configuration should they use?

A.Disable automated investigation and use manual response only.
B.Enable automated investigation and allow all actions automatically.
C.Enable automated investigation and set remediation level to 'Full - remediate threats automatically'.
D.Enable automated investigation and set 'Approval mode' for remediation actions.
AnswerD

Approval mode requires security team approval before executing remediation.

Why this answer

Microsoft Defender for Endpoint's automated investigation and response (AIR) capabilities include an 'Approval mode' setting that requires security team approval before any remediation action (e.g., isolating a device, removing a file) is executed. This satisfies the requirement for automatic threat detection and investigation while maintaining human oversight over remediation actions.

Exam trap

The trap here is that candidates confuse 'Full - remediate threats automatically' (which implies automatic execution) with the ability to require approval, not realizing that 'Approval mode' is a separate toggle that overrides automatic execution even when the remediation level is set to 'Full.'

How to eliminate wrong answers

Option A is wrong because disabling automated investigation prevents the system from automatically detecting and investigating threats, which contradicts the requirement to 'automatically remediate threats.' Option B is wrong because allowing all actions automatically removes the security team's approval step, violating the requirement that remediation actions be approved before execution. Option C is wrong because setting the remediation level to 'Full - remediate threats automatically' also bypasses the approval requirement, as it automatically executes all remediation actions without waiting for human approval.

141
MCQeasy

Your organization uses Microsoft Intune to manage Windows 10 devices. You need to ensure that all devices have Windows Defender Antivirus enabled and up to date. You create a security baseline that includes antivirus settings and assign it to all devices. After a week, you find that some devices still have outdated antivirus definitions. What should you check first?

A.Verify that the security baseline is assigned to the devices.
B.Check the device compliance status.
C.Ensure that Windows Update for Business is configured to update definitions.
D.Review the device's network firewall settings.
AnswerC

Definitions are updated via Windows Update.

Why this answer

The security baseline assigns configuration settings, but it does not automatically trigger definition updates. Windows Defender Antivirus definitions are updated via Windows Update, so Windows Update for Business must be configured to deliver those updates. Without this, devices may have the correct baseline policies but still run outdated definitions.

Exam trap

The trap here is that candidates assume a security baseline automatically handles all aspects of antivirus management, including definition updates, when in reality the baseline only configures settings and relies on a separate update channel (Windows Update) to deliver the definitions.

How to eliminate wrong answers

Option A is wrong because the security baseline is already assigned to all devices; the issue is not assignment but the mechanism for updating definitions. Option B is wrong because compliance status reflects whether devices meet the baseline policies, not whether definitions are current; a device can be compliant with outdated definitions if the baseline doesn't enforce update frequency. Option D is wrong because network firewall settings control traffic flow, not the update process for antivirus definitions; firewalls do not block or allow Windows Update definition downloads unless specifically configured to do so.

142
Multi-Selectmedium

Which THREE of the following are features of Microsoft Defender for Endpoint that help protect devices?

Select 3 answers
A.Attack surface reduction rules
B.Endpoint detection and response
C.Next-generation protection
D.Data loss prevention
E.Conditional access policies
AnswersA, B, C

These rules reduce the attack surface.

Why this answer

Attack surface reduction rules (A) are a feature of Microsoft Defender for Endpoint that help protect devices by applying configurable rules to block behaviors commonly used by malware, such as Office macro execution, script obfuscation, and credential theft. These rules reduce the attack surface by preventing malicious actions at the process level, leveraging Windows Defender Antivirus and the Microsoft Defender for Endpoint cloud service.

Exam trap

The trap here is that candidates often confuse Data loss prevention (a compliance feature) with device protection features in Defender for Endpoint, or mistakenly think Conditional Access policies are part of Defender for Endpoint when they are actually an identity and access management feature in Microsoft Entra ID.

143
Multi-Selecthard

You deploy a Windows Update for Business policy in Intune. You need to ensure that devices install quality updates within 2 days of release and feature updates within 30 days. Which THREE settings should you configure?

Select 3 answers
A.Quality update deferral period (days): 2
B.Feature update uninstall period (2-60 days): 30
C.Quality update pause start date
D.Feature update deferral period (days): 30
E.Quality update deadline (days): 2
AnswersA, D, E

Defers quality updates by 2 days, meaning they are offered 2 days after release.

Why this answer

The Quality update deferral period (days) setting controls how many days after Microsoft releases a quality update that devices will install it. Setting this to 2 ensures that quality updates are installed within 2 days of release, meeting the requirement.

Exam trap

The trap here is confusing the deferral period (which delays updates) with the deadline period (which forces installation), leading candidates to select only deferral settings and miss the critical deadline setting.

144
MCQeasy

Your company has 500 Windows 10 devices that are Hybrid Azure AD joined and managed by Microsoft Intune. You need to deploy a new line-of-business (LOB) app to all devices. The app is packaged as a .msi file. You create a new app in Intune and assign it to a device group containing all devices. After 24 hours, some devices report the app as 'Installed' but others show 'Failed'. You verify that the devices are online and have network connectivity. What should you do next to resolve the installation failures?

A.Use a PowerShell script to install the app on failed devices.
B.Check the Intune management extension logs on a failed device.
C.Create a new device group and assign the app again.
D.Re-assign the app to the device group.
AnswerB

Logs will show the specific error code or dependency issue.

Why this answer

The most common cause of .msi installation failures is missing prerequisites or dependencies. Checking the Intune management extension logs on the device will reveal the specific error. Option A is wrong because the app is already assigned; re-assigning won't fix underlying issues.

Option C is wrong because the app is already targeted to all devices. Option D is wrong because scripts are not needed; the issue is likely with the app itself.

145
MCQmedium

Refer to the exhibit. The Intune device compliance policy shown is assigned to a group of Windows 10 devices. A user reports that their device is marked as noncompliant. The device has a password set, BitLocker enabled, Secure Boot on, and code integrity (HVCI) enabled. What is the most likely reason?

A.Secure Boot is not properly configured in UEFI
B.The device uses a biometric sign-in method instead of a password
C.Code integrity (HVCI) is not enabled
D.Device encryption is using a software-based method
AnswerB

"deviceDefault" may require a password; biometrics alone may not satisfy.

Why this answer

The device has a password set, but the compliance policy likely requires a 'password' type credential, not a biometric one. In Intune, the 'Require a password to unlock mobile devices' setting specifically checks for a numeric or alphanumeric password, not biometric methods like Windows Hello face or fingerprint. If the user relies solely on biometric sign-in without a fallback password, the device is marked noncompliant.

Exam trap

The trap here is that candidates assume any sign-in method (including biometrics) satisfies the 'password' requirement, but Intune strictly distinguishes between password/PIN and biometric credentials for compliance evaluation.

How to eliminate wrong answers

Option A is wrong because Secure Boot is reported as enabled, and the policy does not check for UEFI configuration details beyond the enabled state. Option C is wrong because the user states code integrity (HVCI) is enabled, so this cannot be the reason for noncompliance. Option D is wrong because the policy checks for 'Require encryption of data storage on device,' which is satisfied by BitLocker regardless of whether it uses hardware-based or software-based encryption; software-based encryption still meets the compliance requirement.

146
MCQhard

Refer to the exhibit. You deploy this endpoint protection configuration to a Windows 10 device. A user reports that they cannot connect to the device via RDP. What is the most likely cause?

A.The firewall rule 'Allow RDP' is configured to block traffic.
B.The firewall rule is for outbound traffic, not inbound.
C.The malware actions are blocking RDP traffic.
D.The firewall rule 'Allow RDP' is configured to allow traffic.
AnswerA

The action is 'block', preventing RDP connections.

Why this answer

The exhibit shows that the 'Allow RDP' firewall rule has its 'Action' set to 'Block', which overrides any other configuration. Windows Defender Firewall processes rules in order of priority, and a block action explicitly denies inbound RDP traffic (TCP port 3389), preventing any RDP connection to the device. This is the most direct cause of the user's inability to connect via RDP.

Exam trap

The trap here is that candidates assume a rule named 'Allow RDP' must permit traffic, overlooking the 'Action: Block' setting, which is the critical detail that reverses the rule's effect.

How to eliminate wrong answers

Option B is wrong because the firewall rule 'Allow RDP' is configured for inbound traffic (as indicated by the 'Direction: In' setting), not outbound; RDP connections to the device require inbound rules. Option C is wrong because malware actions (e.g., from Windows Defender Antivirus or Attack Surface Reduction) do not block RDP traffic unless specifically configured to do so, and the exhibit shows no such configuration; they focus on malicious behavior, not network connectivity. Option D is wrong because the rule is explicitly set to 'Block', not 'Allow', so stating it allows traffic contradicts the exhibited configuration.

147
MCQmedium

Your organization uses Microsoft Intune to manage Windows 11 devices. You need to deploy a custom PowerShell script that runs during enrollment to configure network settings. What should you use?

A.Device compliance policy
B.Device configuration profile with custom OMA-URI
C.PowerShell scripts in Microsoft Intune
D.Endpoint security policy
AnswerC

Intune has a dedicated 'PowerShell scripts' section for running scripts.

Why this answer

Microsoft Intune's built-in PowerShell scripts feature allows you to upload and run PowerShell scripts during device enrollment or on a schedule, which is exactly what is needed to configure network settings on Windows 11 devices. This feature executes scripts in the system context, making it suitable for network configuration tasks that require administrative privileges.

Exam trap

The trap here is that candidates often confuse the ability to run custom scripts with device configuration profiles (Option B), mistakenly thinking OMA-URI can execute arbitrary code, when in reality OMA-URI only sets specific policy values and cannot run scripts.

How to eliminate wrong answers

Option A is wrong because device compliance policies are used to evaluate and enforce security and configuration requirements (e.g., requiring BitLocker or a minimum OS version), not to run custom scripts or configure network settings. Option B is wrong because a device configuration profile with a custom OMA-URI is used to set specific registry or policy values via the OMA-DM protocol, but it cannot execute a full PowerShell script; it only sets discrete settings. Option D is wrong because endpoint security policies focus on security baselines, antivirus, firewall, and other security-related configurations, not on running custom scripts for network settings.

148
MCQhard

Your company uses Microsoft Intune for device management. You need to configure a Windows 10 device restriction policy that blocks the use of the camera and microphone on all devices. Which settings should you configure?

A.Camera and Microphone
B.Bluetooth and Nearby Share
C.Copy and paste and Clipboard
D.Location and Messaging
AnswerA

These settings block the camera and microphone hardware.

Why this answer

To block the camera and microphone on Windows 10 devices managed by Microsoft Intune, you configure the 'Camera' and 'Microphone' settings within a device restrictions policy (under the 'General' category). These settings directly disable the corresponding hardware devices at the OS level by modifying the relevant registry keys (e.g., HKLM\SOFTWARE\Policies\Microsoft\Camera\AllowCamera and HKLM\SOFTWARE\Policies\Microsoft\Sound\AllowMicrophone). This ensures that no application can access the camera or microphone, meeting the compliance requirement.

Exam trap

The trap here is that candidates may confuse 'Camera and Microphone' with broader categories like 'Bluetooth' or 'Location', assuming those peripherals are grouped under connectivity or privacy settings, when in fact they are explicitly listed under device restrictions in Intune.

How to eliminate wrong answers

Option B is wrong because 'Bluetooth and Nearby Share' controls wireless connectivity and file sharing, not audio/video capture devices. Option C is wrong because 'Copy and paste and Clipboard' manages data transfer restrictions, not hardware peripherals like cameras or microphones. Option D is wrong because 'Location and Messaging' governs geolocation services and text/chat functionality, not camera or microphone access.

149
MCQeasy

A company uses Microsoft Intune to manage Windows 11 devices. They want to ensure that only devices with a TPM 2.0 and Secure Boot enabled can access corporate resources in Microsoft Entra ID. What should they configure?

A.Configure Windows Hello for Business in Intune
B.Deploy an attack surface reduction rule in Microsoft Defender XDR
C.Use Windows Autopilot to enforce TPM and Secure Boot during provisioning
D.Create a Conditional Access policy that requires device compliance and a device compliance policy that checks TPM 2.0 and Secure Boot
AnswerD

Conditional Access with compliance policy enforces health requirements before access.

Why this answer

Conditional Access policies in Microsoft Entra ID can require devices to be marked as compliant before granting access to corporate resources. A device compliance policy in Intune can be configured to check for TPM 2.0 and Secure Boot status on Windows 11 devices. Only when both conditions are met will the device be considered compliant, and the Conditional Access policy will enforce that compliance requirement, effectively blocking non-compliant devices from accessing corporate resources.

Exam trap

The trap here is that candidates often confuse provisioning-time enforcement (Autopilot) with runtime compliance enforcement (Conditional Access + compliance policy), mistakenly thinking Autopilot can block access after the device is in use.

How to eliminate wrong answers

Option A is wrong because Windows Hello for Business is an authentication method that uses biometrics or PINs, not a mechanism to enforce TPM 2.0 or Secure Boot as a compliance check for resource access. Option B is wrong because attack surface reduction rules in Microsoft Defender XDR are designed to block malicious behaviors (e.g., script execution, Office macro abuse), not to enforce hardware security features like TPM or Secure Boot for device compliance. Option C is wrong because Windows Autopilot is a provisioning tool that can apply settings during initial setup, but it does not enforce ongoing compliance checks or block access to corporate resources after provisioning; it cannot replace a Conditional Access policy that dynamically evaluates device compliance.

150
Multi-Selecteasy

Which TWO methods can be used to enroll Android devices in Microsoft Intune?

Select 2 answers
A.Apple Device Enrollment Program (DEP).
B.Android device administrator.
C.Android Enterprise corporate-owned work profile.
D.Android Enterprise fully managed.
E.Windows Autopilot.
AnswersC, D

Correct. Corporate-owned work profile is a supported Android Enterprise enrollment method.

Why this answer

Android device administrator (DA) is a legacy enrollment method that is deprecated and not recommended for new enrollments. Option B is incorrect because it is a legacy method and not one of the intended two modern methods. Option C is correct because Android Enterprise corporate-owned work profile is a valid enrollment method that enables management of organization-owned devices with a work profile.

Option D is correct because Android Enterprise fully managed is a separate, fully managed enrollment method for corporate-owned devices. Both C and D are distinct Android Enterprise enrollment methods in Intune.

Exam trap

Candidates may mistakenly think that device administrator (B) is a correct answer because it is a valid enrollment method, but it is legacy and deprecated. The two modern Android enrollment methods are Android Enterprise corporate-owned work profile and Android Enterprise fully managed. Fully managed is a separate enrollment method, not just a configuration under Android Enterprise.

← PreviousPage 2 of 3 · 155 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Protect Devices questions.