MD-102 Prepare infrastructure for devices Practice Question
Exhibit
Refer to the exhibit.
{
"@odata.type": "#microsoft.graph.windows10GeneralConfiguration",
"id": "dummy-id",
"passwordBlockSimple": true,
"passwordMinimumLength": 8,
"passwordRequired": true,
"passwordRequiredType": "alphanumeric",
"passwordExpirationDays": 90,
"passwordMinimumCharacterSetCount": 3
}You have the above JSON policy assigned to a Windows 10 device. A user reports that they are unable to set a password that meets the policy. Which additional setting is required for the password to be accepted?
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
✓
Ensure the password includes characters from at least 3 character sets.
PasswordMinimumCharacterSetCount of 3 requires the user to include characters from 3 different sets (e.g., uppercase, lowercase, digits). The other options are not directly related to the issue. Option A is incorrect because alphanumeric includes letters and numbers. Option B is incorrect because 8 is already set. Option D is incorrect because expiration is not about acceptance.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Increase passwordMinimumLength to 10.
Why it's wrong here
Length is not the issue.
- ✗
Set passwordExpirationDays to 0 to never expire.
Why it's wrong here
Expiration does not affect acceptance.
- ✓
Ensure the password includes characters from at least 3 character sets.
Why this is correct
The policy requires 3 character sets.
- ✗
Set passwordRequiredType to 'alphanumeric' (it is already set).
Why it's wrong here
It is already set.
Go deeper
Related to this question
Learn chapter
Managing Device Configuration Profiles
Key term
Windows 10
Windows 10 is a personal computer operating system developed by Microsoft that combines the familiarity of Windows 7 with the modern features of Windows 8, designed to run on a wide range of devices from desktops to tablets.
Key term
Policy
A policy is a set of rules or guidelines that defines how an organization manages, secures, and operates its IT systems and services.
About these practice questions
Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.