Courseiva
Manage and maintain deviceseasyMultiple ChoiceObjective-mapped

MD-102 Manage and maintain devices Practice Question

Exhibit

{
  "@odata.type": "#microsoft.graph.windows10CompliancePolicy",
  "description": "Require BitLocker and Secure Boot",
  "passwordRequired": true,
  "passwordMinimumLength": 6,
  "requireDeviceEncryption": true,
  "secureBootEnabled": true,
  "tpmRequired": true,
  "roleScopeTagIds": ["0"],
  "id": "00000000-0000-0000-0000-000000000001"
}

Refer to the exhibit. You are reviewing a JSON policy for Windows 10 compliance. Which of the following is required by this policy?

⚠ Common exam trap

Candidates often confuse TPM requirement with BitLocker encryption, assuming that requiring TPM automatically implies BitLocker is enabled, but the policy only checks for the TPM chip itself, not the encryption state.

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

A TPM chip present and enabled

The JSON policy includes the setting 'requireTPM' with a value of 'true', which mandates that a Trusted Platform Module (TPM) chip must be present and enabled on the device to be compliant. TPM provides hardware-level security for cryptographic operations and is a key requirement for features like BitLocker, but the policy itself specifically enforces TPM presence, not encryption status.

Answer analysis

Option-by-option breakdown

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

  • Secure Boot disabled

    Why it's wrong here

    Secure Boot is required to be enabled.

  • A TPM chip present and enabled

    Why this is correct

    'tpmRequired': true requires a TPM chip.

  • BitLocker drive encryption enabled

    Why it's wrong here

    'requireDeviceEncryption' does not specifically mean BitLocker.

  • A password of at least 8 characters

    Why it's wrong here

    Minimum length is 6, not 8.

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.