Multiple choice technology

Which two statements describe both File Sets and Data Sets? (Choose two.)

  1. File and Data Sets preserve partitioning.

  2. File and Data Sets are stored in internal format.

  3. File and Data Sets contain header file and data files.

  4. File and Data Sets are readable by external applications.

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

File Sets and Data Sets both preserve partitioning metadata and consist of header files plus data files. They maintain how data is partitioned across nodes, which is crucial for parallel processing. Neither is stored in human-readable format (they use internal formats), and neither is directly readable by external applications without proper interfaces. Options A and C correctly describe these shared characteristics.