SnowPro Core Certification — Question 544

Floating point values are truncated when unloaded to which file format?

Answer options

Correct answer: B

Explanation

CSV files do not retain precision for floating point values, leading to truncation during the unload process. In contrast, formats like ORC, Avro, and Parquet are designed to maintain the integrity of data types, including floating points, ensuring accurate representation.