MD-102 Manage and maintain devices Practice Question
Exhibit
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/managedDevices/$entity",
"id": "12345678-1234-1234-1234-123456789012",
"deviceName": "LAPTOP01",
"operatingSystem": "Windows",
"complianceState": "compliant",
"lastSyncDateTime": "2025-12-01T10:30:00Z",
"userPrincipalName": "user@contoso.com",
"enrolledDateTime": "2025-11-15T08:00:00Z",
"managementAgent": "mdm"
}Refer to the exhibit. The JSON shows a device queried from Microsoft Graph. The device shows as compliant, but the user reports that they are unable to access corporate resources. The conditional access policy requires device compliance. What is a likely reason for the access issue?
⚠ Common exam trap
Many exam-takers assume the compliance state in Graph is always current, but Microsoft intentionally tests the concept that compliance is evaluated at sync time and can become stale, leading to a mismatch between the reported state and actual device posture.
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
✓
The device has not synced recently, so the compliance state may be outdated.
The device's compliance state is determined at the time of the last check-in with Microsoft Intune. If the device has not synced recently, the compliance state shown in Microsoft Graph may be stale, and the Conditional Access policy will evaluate the last known state. Even though the device was compliant at last check-in, changes in device health, configuration, or user context since then could cause access to be denied until a fresh compliance evaluation occurs.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The device has not synced recently, so the compliance state may be outdated.
Why this is correct
Last sync is at 10:30, which might be too old for conditional access.
- ✗
The device compliance state is actually non-compliant.
Why it's wrong here
The JSON shows compliant.
- ✗
The device is managed by MAM instead of MDM.
Why it's wrong here
The managementAgent is mdm.
- ✗
The device enrollment date is too recent.
Why it's wrong here
Enrollment date does not affect access.
Go deeper
Related to this question
Learn chapter
Introduction to Endpoint Management in Microsoft 365
Key term
Conditional access
Conditional access is a security framework that evaluates signals like user location, device health, and risk level to grant or block access to resources in real time.
Key term
General Data Protection Regulation
A European Union law that gives individuals control over their personal data and sets strict rules for how organizations collect, store, and process that data.
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 →
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.