Which TWO of the following are features of the NTFS file system that can be used to hide data? (Select TWO.)
The $Recycle.bin folder is hidden and can be used to conceal files, though it's intended for deleted items.
Why this answer
NTFS offers two key features for hiding data: Alternate Data Streams (ADS) allow attaching hidden data to files, and the USN Journal (while not primarily for hiding) can be manipulated to hide changes. However, USN Journal is more of a forensic artifact than a hiding technique. The best answers are ADS and the $Recycle.bin (which can be used to hide files).
For this question, focus on ADS and HPA (Host Protected Area) is not NTFS-specific but can be used on NTFS drives. However, HPA is a disk-level feature, not NTFS-specific. The intended correct answers are Alternate Data Streams and the $Recycle.bin (which is a hidden folder).