Courseiva
easyMultiple ChoiceObjective-mapped

220-1102 Practice Question: A customer complains that their Windows 10 PC…

A customer complains that their Windows 10 PC fails to boot and displays a 'Bootmgr is missing' error. You suspect the Boot Configuration Data (BCD) is corrupted. Which tool should you use to repair the BCD from the Windows Recovery Environment?

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 /rebuildbcd

The bootrec tool is specifically designed to repair BCD and boot sector issues. Running bootrec /rebuildbcd scans for Windows installations and rebuilds the BCD store.

Answer analysis

Option-by-option breakdown

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

  • chkdsk /f

    Why it's wrong here

    The chkdsk /f command is primarily used to scan and repair logical file system errors on a specified volume, such as corrupted entries in the Master File Table (MFT) or lost clusters. While crucial for maintaining data integrity and resolving issues like bad sectors, it operates at the file system level and does not address problems with the Boot Configuration Data (BCD) store itself, which is a separate component of the boot process.

  • sfc /scannow

    Why it's wrong here

    The System File Checker (sfc /scannow) command is designed to scan all protected operating system files for corruption and replace any incorrect versions with correct Microsoft versions from the Windows Component Store. This utility is vital for resolving issues with core Windows system files, DLLs, and executables. However, it does not specifically target or repair corruption within the Boot Configuration Data (BCD), which manages boot options and parameters.

  • bootrec /rebuildbcd

    Why this is correct

    The bootrec /rebuildbcd command is specifically designed to scan all hard drives for compatible Windows installations and then reconstruct the Boot Configuration Data (BCD) store. This process effectively creates a new BCD store, incorporating any found Windows operating systems, which is critical for resolving boot failures caused by a corrupted or missing BCD. It directly addresses the boot configuration, enabling the Windows Boot Manager to locate and load the operating system.

  • diskpart

    Why it's wrong here

    The diskpart utility is a command-line tool for managing disk partitions, volumes, and virtual hard disks, allowing users to create, delete, format, and assign drive letters. It operates at a fundamental level of disk organization, manipulating the physical and logical structure of storage devices. While essential for preparing disks for use or troubleshooting storage issues, diskpart does not possess the functionality to repair or rebuild the Boot Configuration Data (BCD) store.

About these practice questions

One of 495 original 220-1202 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 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.