Courseiva
Protect devicesmediumMultiple ChoiceObjective-mapped

MD-102 Protect devices Practice Question

Exhibit

Refer to the exhibit.

{
  "@odata.type": "#microsoft.graph.windows10EndpointProtectionConfiguration",
  "defenderDetectedMalwareActions": {
    "highSeverity": "clean",
    "moderateSeverity": "quarantine",
    "lowSeverity": "block"
  },
  "defenderScanType": "quick",
  "defenderScheduleScanDay": 4,
  "defenderScheduleScanTime": "02:00:00"
}

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?

⚠ Common exam trap

It's easy for candidates to 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`.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

defenderDetectedMalwareActions for moderateSeverity

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.

Answer analysis

Option-by-option breakdown

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

  • defenderScheduleScanDay and defenderScheduleScanTime

    Why it's wrong here

    Schedule settings do not affect the action taken.

  • A global setting to override all actions

    Why it's wrong here

    No such global setting exists.

  • defenderScanType

    Why it's wrong here

    Scan type does not determine actions on detection.

  • defenderDetectedMalwareActions for moderateSeverity

    Why this is correct

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

About these practice questions

Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MD-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MD-102 exam.