Question 407 of 991
Prepare infrastructure for devicesmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that automatic updates will be disabled. This occurs because the ARM template sets the UpdateNotificationLevel policy to a value of 1, which corresponds to "Disable all notifications" under the Update policy CSP. While this setting primarily suppresses update-related notifications, it also effectively disables automatic update checks and background downloads, preventing Windows 10 devices from automatically installing updates without explicit user interaction. On the MD-102 exam, this scenario tests your understanding of how different CSP policies can achieve the same outcome—a common trap is assuming only AllowAutoUpdate set to 0 disables updates, but UpdateNotificationLevel of 1 accomplishes the same result by cutting off the update process entirely. Remember the memory tip: "Level 1 locks updates—no notifications, no downloads."

MD-102 Prepare infrastructure for devices Practice Question

This MD-102 practice question tests your understanding of prepare infrastructure for devices. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Refer to the exhibit.

{
  "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?

Question 1mediummultiple choice
Full question →

Exhibit

Refer to the exhibit.

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

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

Automatic updates will be disabled.

The ARM template snippet configures the 'UpdateNotificationLevel' setting to '1' (Disable all notifications), which is part of the 'Update' policy CSP. This setting disables automatic update checks and notifications, effectively preventing Windows 10 devices from automatically downloading and installing updates. The 'AllowAutoUpdate' setting is not present or set to '0', which would explicitly disable automatic updates, but the 'UpdateNotificationLevel' of '1' achieves the same outcome by suppressing all update-related notifications and background checks.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Automatic updates will be disabled.

    Why this is correct

    EnableAutomaticUpdate is false.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Users can sideload trusted apps.

    Why it's wrong here

    Sideloading is blocked.

  • Devices will receive updates from WSUS.

    Why it's wrong here

    Updates are disabled.

  • Developer unlock is allowed.

    Why it's wrong here

    DeveloperUnlockSetting is blocked.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse 'UpdateNotificationLevel' with 'AllowAutoUpdate' or think it only affects notifications, not the actual update behavior, but setting it to '1' effectively disables automatic updates by suppressing the trigger for background scans.

Detailed technical explanation

How to think about this question

The 'UpdateNotificationLevel' setting is part of the 'Policy CSP - Update' node, and a value of '1' corresponds to 'Disable all notifications including restart warnings'. This effectively disables the Windows Update client from checking for updates in the background, as the notification level controls the user-facing prompts that trigger update scans. In a real-world scenario, this setting is often used in kiosk or dedicated devices where updates must be manually controlled via a separate management tool like WSUS or Windows Update for Business, but without those additional policies, devices will simply stop updating automatically.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related MD-102 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free MD-102 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this MD-102 question test?

Prepare infrastructure for devices — This question tests Prepare infrastructure for devices — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Automatic updates will be disabled. — The ARM template snippet configures the 'UpdateNotificationLevel' setting to '1' (Disable all notifications), which is part of the 'Update' policy CSP. This setting disables automatic update checks and notifications, effectively preventing Windows 10 devices from automatically downloading and installing updates. The 'AllowAutoUpdate' setting is not present or set to '0', which would explicitly disable automatic updates, but the 'UpdateNotificationLevel' of '1' achieves the same outcome by suppressing all update-related notifications and background checks.

What should I do if I get this MD-102 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.