- A
The device does not meet minimum hardware requirements
Why wrong: Would produce a different error, often related to hardware check.
- B
The task sequence includes a duplicate step
Why wrong: Would cause a different error or behavior, not 0x80070002.
- C
The boot image is missing or corrupted
0x80070002 indicates file not found; boot image is essential for deployment.
- D
The distribution point is unreachable
Why wrong: Would typically result in error 0x80070035 (network path not found).
Quick Answer
The answer is that a missing or corrupted boot image is the most likely cause of Configuration Manager error 0x80070002 during a task sequence deployment. This error code directly translates to “The system cannot find the file specified,” and in the context of OS deployment, the critical file is the boot image (WIM) that loads Windows PE. If that WIM file is absent from the distribution point or has become corrupted, the task sequence cannot even start the deployment environment, causing an immediate failure. On the Microsoft 365 Endpoint Administrator MD-102 exam, this scenario tests your understanding of task sequence dependencies and distribution point content validation. A common trap is to focus on driver or application packages, but the error occurs before those even load. Remember the mnemonic: “0x80070002 means the boot is missing, not the booty.”
MD-102 Deploy Windows client Practice Question
This MD-102 practice question tests your understanding of deploy windows client. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
An organization is deploying Windows 10 using Configuration Manager task sequences. During a pilot deployment, the task sequence fails with error code 0x80070002. What is the most likely cause?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"most likely"Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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 boot image is missing or corrupted
Error code 0x80070002 translates to 'The system cannot find the file specified.' In the context of a Configuration Manager task sequence, this typically indicates that the boot image (WIM file) referenced by the task sequence is missing from the distribution point or is corrupted. The boot image is required to start Windows PE and initiate the OS deployment; if it cannot be located or loaded, the task sequence fails immediately.
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.
- ✗
The device does not meet minimum hardware requirements
Why it's wrong here
Would produce a different error, often related to hardware check.
- ✗
The task sequence includes a duplicate step
Why it's wrong here
Would cause a different error or behavior, not 0x80070002.
- ✓
The boot image is missing or corrupted
Why this is correct
0x80070002 indicates file not found; boot image is essential for deployment.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The distribution point is unreachable
Why it's wrong here
Would typically result in error 0x80070035 (network path not found).
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often associate error 0x80070002 with a network connectivity issue (Option D) or a hardware problem (Option A), but the error code specifically indicates a missing file, not a network or hardware failure.
Detailed technical explanation
How to think about this question
The boot image is stored as a WIM file on the distribution point and is referenced by the task sequence via a package ID. When the client boots into Windows PE, it downloads the boot image using BITS or SMB; if the file is missing, renamed, or the hash does not match, the error 0x80070002 is raised. In real-world scenarios, this often occurs after a distribution point upgrade or content redistribution failure, where the boot image package is not properly updated on all DPs.
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.
- →
Deploy Windows client — study guide chapter
Learn the concepts, then practise the questions
- →
Deploy Windows client practice questions
Targeted practice on this topic area only
- →
All MD-102 questions
991 questions across all exam domains
- →
Microsoft 365 Endpoint Administrator MD-102 study guide
Full concept coverage aligned to exam objectives
- →
MD-102 practice test guide
How to use practice tests most effectively before exam day
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.
Prepare infrastructure for devices practice questions
Practise MD-102 questions linked to Prepare infrastructure for devices.
Manage and maintain devices practice questions
Practise MD-102 questions linked to Manage and maintain devices.
Manage applications practice questions
Practise MD-102 questions linked to Manage applications.
Protect devices practice questions
Practise MD-102 questions linked to Protect devices.
Deploy Windows client practice questions
Practise MD-102 questions linked to Deploy Windows client.
Manage identity and compliance practice questions
Practise MD-102 questions linked to Manage identity and compliance.
Manage, maintain, and protect devices practice questions
Practise MD-102 questions linked to Manage, maintain, and protect devices.
MD-102 fundamentals practice questions
Practise MD-102 questions linked to MD-102 fundamentals.
MD-102 scenario practice questions
Practise MD-102 questions linked to MD-102 scenario.
MD-102 troubleshooting practice questions
Practise MD-102 questions linked to MD-102 troubleshooting.
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?
Deploy Windows client — This question tests Deploy Windows client — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The boot image is missing or corrupted — Error code 0x80070002 translates to 'The system cannot find the file specified.' In the context of a Configuration Manager task sequence, this typically indicates that the boot image (WIM file) referenced by the task sequence is missing from the distribution point or is corrupted. The boot image is required to start Windows PE and initiate the OS deployment; if it cannot be located or loaded, the task sequence fails immediately.
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.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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 →
Same concept, more angles
1 more ways this is tested on MD-102
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company uses Configuration Manager to deploy Windows 11. During the deployment, several devices fail with error code 0x80070002. The administrator suspects the issue is related to missing boot images or content distribution. What should the administrator do first to resolve the issue?
hard- A.Increase the client cache size on the affected devices.
- B.Check the driver packages in the task sequence.
- ✓ C.Verify that the boot image and OS image are distributed to all distribution points.
- D.Recreate the task sequence with new OS image.
Why C: Error code 0x80070002 translates to 'The system cannot find the file specified.' In a Configuration Manager task sequence deployment, this typically indicates that the boot image or OS image content is not available on the distribution point that the client is accessing. Verifying distribution ensures the required content is present and accessible, which is the most direct and common fix for this error.
Keep practising
More MD-102 practice questions
- You are deploying a custom Windows 10 image to 200 new laptops using MDT. The deployment fails on several devices at the…
- A company uses Windows Autopilot for user-driven deployments. They want to ensure that during the out-of-box experience…
- You are a Teams administrator. After running the PowerShell script shown in the exhibit, users report they cannot commun…
- Match each Co-management workload to its management authority when co-managed.
- Match each Microsoft 365 compliance feature to its description.
- Which TWO actions are supported by Microsoft Intune for managing macOS devices?
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.