Courseiva
Prepare infrastructure for devicesmediumMultiple ChoiceObjective-mapped

MD-102 Prepare infrastructure for devices Practice Question

Exhibit

Refer to the exhibit.

{
  "resources": [
    {
      "type": "Microsoft.Intune/deviceConfigurations",
      "properties": {
        "@odata.type": "#microsoft.graph.windows10GeneralConfiguration",
        "appsAllowTrustedAppsSideloading": "blocked",
        "developerUnlockSetting": "blocked",
        "enableAutomaticUpdate": false
      }
    }
  ]
}

You are reviewing an ARM template for Intune device configuration. The exhibit shows a snippet. What will be the effect on Windows 10 devices?

⚠ Common exam trap

Candidates may mistakenly think that 'UpdateNotificationLevel' to 1 disables automatic updates, but it only affects notifications. The actual effect is directing updates to WSUS.

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

Devices will receive updates from WSUS.

The ARM template sets 'UpdateNotificationLevel' to 1, which configures Windows Update to suppress notifications and directs devices to receive updates from a local WSUS server.

Answer analysis

Option-by-option breakdown

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

  • Automatic updates will be disabled.

    Why it's wrong here

    Setting 'UpdateNotificationLevel' to 1 does not disable automatic updates; it only suppresses notifications. Therefore, automatic updates remain enabled.

  • Users can sideload trusted apps.

    Why it's wrong here

    This setting does not affect sideloading of trusted apps. Sideloading is controlled by separate policy settings.

  • Devices will receive updates from WSUS.

    Why this is correct

    Correct. The 'UpdateNotificationLevel' setting to 1, combined with other WSUS configuration, causes devices to receive updates from the configured WSUS server.

  • Developer unlock is allowed.

    Why it's wrong here

    Developer unlock is unrelated to update notification levels and is governed by different policies.

Go deeper

Related to this question

About these practice questions

One of 942 original MD-102 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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