220-802 · Question #620
220-802 Question #620: Real Exam Question with Answer & Explanation
The correct answer is B: SFC. If an application such as a web browser fails to launch, corrupted Windows system files (DLLs, runtime libraries) that the browser depends on are a common cause. Running 'sfc /scannow' scans and restores those damaged files, making it the most targeted fix. FIXMBR and BOOTREC are
Question
Options
- AFIXMBR
- BSFC
- CBOOTREC
- DRD
Explanation
If an application such as a web browser fails to launch, corrupted Windows system files (DLLs, runtime libraries) that the browser depends on are a common cause. Running 'sfc /scannow' scans and restores those damaged files, making it the most targeted fix. FIXMBR and BOOTREC are used to repair the Master Boot Record or boot configuration - they address boot failures, not application launch issues. RD (Remove Directory) is a command-line tool for deleting directories and is completely unrelated to this problem.
Community Discussion
No community discussion yet for this question.