220-802 · Question #742
A user states that they have noticed longer wait times when opening applications. Which of the following should the technician perform in order to BEST resolve this issue?
The correct answer is C. Defragment the hard drive. Longer application load times on a mechanical hard drive are commonly caused by file fragmentation, and running Disk Defragmenter reorganizes fragmented files so they can be read sequentially, improving access speed.
Question
A user states that they have noticed longer wait times when opening applications. Which of the following should the technician perform in order to BEST resolve this issue?
Options
- ARemove all startup entries
- BPerform a chkdsk /x command
- CDefragment the hard drive
- DConvert the drive from FAT32 to NTFS
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C92% (33)
Why each option
Longer application load times on a mechanical hard drive are commonly caused by file fragmentation, and running Disk Defragmenter reorganizes fragmented files so they can be read sequentially, improving access speed.
Removing all startup entries would reduce boot time and free RAM but does not address the disk I/O latency responsible for slow application opening after the system is running.
The chkdsk /x command forces a volume dismount and checks for file system errors and bad sectors; it addresses corruption and disk errors rather than fragmentation-related performance degradation.
On magnetic hard drives, files become fragmented over time as pieces are written to non-contiguous sectors. When an application is opened, the read head must seek to multiple physical locations to load all fragments, increasing load time. Defragmentation consolidates file fragments into contiguous sectors, reducing seek time and improving application launch performance significantly.
Converting from FAT32 to NTFS changes the file system for security and large-file support features but does not defragment existing data or directly reduce application load times.
Concept tested: Hard drive defragmentation for performance improvement
Source: https://support.microsoft.com/en-us/windows/defragment-your-windows-pc-048aefac-7f1f-4a7f-6f2b-6a4b5a8a6b7a
Topics
Community Discussion
No community discussion yet for this question.