exam questions

Exam 70-685 All Questions

View all questions & answers for the 70-685 exam

Exam 70-685 topic 1 question 39 discussion

Actual exam question from Microsoft's 70-685
Question #: 39
Topic #: 1
[All 70-685 Questions]

The help desk reports that several computers that run Windows 7 Enterprise have bad sectors on their hard drives.
You need to minimize the loss of data on the computers caused by storing data on the bad sectors.
What should you instruct the help desk to do?

  • A. Run chkdsk.exe /r.
  • B. Run defrag.exe c: /a.
  • C. Modify the System Protection settings.
  • D. Modify the Write Caching Policy for the disk.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
chkdsk.exe
Check Disk - check and repair disk problems
Syntax: CHKDSK [drive:] [[path] filename] [/F] [/V] [/R] [/L [: size]]

Key -
[drive:] The drive to check.
Filename File(s) to check for fragmentation (FAT only).
/F Automatically Fix file system errors on the disk.
/X Fix file system errors on the disk, (Win2003 and above) dismounts the volume first, closing all open file handles.
/R Scan for and attempt Recovery of bad sectors.
/V Display the full path and name of every file on the disk.
/L: size NTFS only: change the log file size to the specified number of kilobytes.
If size is not specified, displays the current log size and the drive type (FAT or NTFS).
/C Skip directory corruption checks.
/I Skip corruption checks that compare directory entries to the file record segment (FRS) in the volume's master file table (MFT)

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...