220-802 · Question #812
220-802 Question #812: Real Exam Question with Answer & Explanation
The correct answer is A: ROBOCOPY. ROBOCOPY (Robust File Copy) is a Windows command-line utility specifically engineered for reliable file copying over unreliable or intermittent network connections. It supports automatic retry on failure, resume capability for interrupted transfers, and detailed logging - making
Question
Options
- AROBOCOPY
- BXCOPY
- CFDISK
- DFTP
Explanation
ROBOCOPY (Robust File Copy) is a Windows command-line utility specifically engineered for reliable file copying over unreliable or intermittent network connections. It supports automatic retry on failure, resume capability for interrupted transfers, and detailed logging - making it ideal when the connection may drop mid-transfer. XCOPY (B) can copy files and directories but lacks retry logic and resume capability for failed network transfers. FDISK (C) is a disk partitioning tool with no file-copying functionality at all. FTP (D) is a file transfer protocol that can move files but offers no built-in retry or resume for unreliable connections and lacks ROBOCOPY's robustness features. ROBOCOPY is the industry-standard answer for resilient file copying on Windows.
Community Discussion
No community discussion yet for this question.