GCFA · Question #194
Which of the following statements about the compression feature of the NTFS file system are true? Each correct answer represents a complete solution. Choose two.
The correct answer is A. Users can work with NTFS-compressed files without decompressing them. D. It supports compression on volumes, folders, and files. NTFS compression is transparent to users and applications, and can be applied at the volume, folder, or individual file level.
Question
Which of the following statements about the compression feature of the NTFS file system are true? Each correct answer represents a complete solution. Choose two.
Options
- AUsers can work with NTFS-compressed files without decompressing them.
- BIt supports compression only on volumes.
- CCompressed files on an NTFS volume can be read and written by any Windows-based application
- DIt supports compression on volumes, folders, and files.
How the community answered
(18 responses)- A83% (15)
- B6% (1)
- C11% (2)
Why each option
NTFS compression is transparent to users and applications, and can be applied at the volume, folder, or individual file level.
NTFS handles compression and decompression transparently at the file system driver level, so users can open, edit, and save compressed files without any manual decompression step.
This is incorrect because NTFS compression is not limited to volumes - it also applies at the folder and individual file level.
This statement is too absolute - applications that use low-level raw disk I/O or bypass the standard Windows I/O manager may not transparently handle NTFS-compressed files, unlike the correct answer A which accurately describes normal user interaction.
NTFS compression is granular and can be enabled independently on an entire volume, a specific folder, or a single file, giving administrators and users flexible control over which data is compressed.
Concept tested: NTFS file system transparent compression behavior
Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/ntfs-overview
Topics
Community Discussion
No community discussion yet for this question.