CompTIA A+ Core 2 (220-1102) — Question 4
A technician needs to transfer a large number of files over an unreliable connection. The technician should be able to resume the process if the connection is interrupted. Which of the following tools can be used?
Answer options
- A. sfc
- B. chkdsk
- C. git clone
- D. robocopy
Correct answer: D
Explanation
The correct answer is D, robocopy, as it is designed for reliable file transfer and includes features to resume interrupted transfers. Options A (sfc) and B (chkdsk) are tools for system file and disk checking, respectively, and do not facilitate file transfers. Option C (git clone) is used for cloning repositories but is not suitable for large file transfers over unreliable connections.