A multi-part coding assessment centered on file system topics. Based on reports, the OA contains at least 3 progressive sub-problems related to file system design and implementation. One confirmed theme is file deduplication: given a directory (and potentially nested subdirectories), identify and remove duplicate files using hashing. The OA is…