Courseiva
Prepare infrastructure for devicesmediumMultiple ChoiceObjective-mapped

MD-102 Prepare infrastructure for devices Practice Question

Exhibit

{
  "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#deviceManagement/managedDevices/$entity",
  "id": "12345678-1234-1234-1234-123456789012",
  "deviceName": "DESKTOP-ABC123",
  "managedDeviceOwnerType": "company",
  "enrolledDateTime": "2025-01-15T08:00:00Z",
  "lastSyncDateTime": "2025-02-01T10:00:00Z",
  "operatingSystem": "Windows",
  "complianceState": "noncompliant",
  "jailBroken": "Unknown",
  "managementAgent": "mdm",
  "azureADRegistered": true,
  "deviceEnrollmentType": "windowsAzureADJoin"
}

Refer to the exhibit. The JSON shows a managed device's properties retrieved from Microsoft Graph. The device's complianceState is 'noncompliant'. Which step should you take next to investigate why the device is noncompliant?

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

Query the device's compliance policy status via Graph API or Intune console.

The compliance policy details will show which specific policy is failed. Option A is incorrect because the device is already enrolled. Option C is incorrect because last sync time is recent. Option D is incorrect because jailbreak is not applicable to Windows.

Answer analysis

Option-by-option breakdown

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

  • Verify the last sync time to ensure the device is communicating.

    Why it's wrong here

    Last sync is recent (2/1/2025).

  • Query the device's compliance policy status via Graph API or Intune console.

    Why this is correct

    The compliance policy details will reveal the failing policy.

  • Check if the device is properly enrolled by verifying azureADRegistered.

    Why it's wrong here

    The device is already enrolled and registered.

  • Check if the device is jailbroken or rooted.

    Why it's wrong here

    Jailbreak is not relevant for Windows devices.

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.