Courseiva
mediumMultiple ChoiceObjective-mapped

220-1202 Practice Question: A technician is troubleshooting a Windows 11…

A technician is troubleshooting a Windows 11 computer that fails to boot with a 'Bootmgr is missing' error. They have a Windows installation USB. Which tool from the Windows Recovery Environment should they use to repair the boot configuration data (BCD)?

⚠ Common exam trap

It's easy for candidates to confuse `bootrec /rebuildbcd` with `sfc /scannow` or `DISM`, thinking any 'repair' tool can fix boot issues, but only `bootrec` specifically targets the BCD store required for the boot manager to locate the Windows loader.

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

Bootrec (bootrec /rebuildbcd)

The 'Bootmgr is missing' error indicates that the Boot Configuration Data (BCD) store is corrupted or missing. The `bootrec /rebuildbcd` command scans all disks for Windows installations and rebuilds the BCD store from scratch, directly addressing the missing or corrupted boot configuration. This is the correct tool in the Windows Recovery Environment for repairing BCD issues.

Answer analysis

Option-by-option breakdown

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

  • System File Checker (sfc /scannow)

    Why it's wrong here

    System File Checker (SFC) is designed to scan for and repair corrupted or missing protected Windows system files, replacing them with correct versions from the component store. While vital for maintaining the integrity of the operating system's core files, SFC does not interact with or repair the Boot Configuration Data (BCD) store, which is a distinct boot-time database. Therefore, it cannot resolve issues related to a missing or corrupted BCD that prevents the system from booting.

  • Bootrec (bootrec /rebuildbcd)

    Why this is correct

    The `bootrec` command-line utility, specifically with the `/rebuildbcd` switch, is the dedicated tool for diagnosing and repairing boot environment problems in Windows. This command scans all disks for compatible Windows installations and allows the user to add them to a newly created or repaired Boot Configuration Data (BCD) store. It directly addresses scenarios where the BCD is missing or corrupted, preventing the system from locating and loading the operating system.

  • DISM (DISM /Online /Cleanup-Image /RestoreHealth)

    Why it's wrong here

    Deployment Image Servicing and Management (DISM) is primarily used to prepare, modify, and repair Windows images, including the component store that stores files for Windows features and updates. The `/RestoreHealth` command attempts to fix corruption within the Windows image itself, often by leveraging Windows Update. However, DISM's scope is the integrity of the *installed operating system files* and the component store, not the boot sector or the Boot Configuration Data (BCD) store, which are distinct boot-time components.

  • Diskpart (diskpart /s script.txt)

    Why it's wrong here

    Diskpart is a powerful command-line utility used for managing disk partitions, volumes, and drives, enabling actions such as creating, deleting, formatting, and assigning drive letters. While it is crucial for preparing storage media for an operating system installation or resolving partition-related issues, Diskpart lacks the functionality to repair or rebuild boot-specific files or the Boot Configuration Data (BCD) store. Its purpose is structural disk management, not the logical repair of boot components.

About these practice questions

This 220-1202 question is part of Courseiva's 495-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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 220-1202 practice question is part of Courseiva's free CompTIA 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 220-1202 exam.