SnowPro Core Certification — Question 882
Which file formats support unloading semi-structured data? (Choose two.)
Answer options
- A. Avro
- B. JSON
- C. ORC
- D. Parquet
- E. XML
Correct answer: B, D
Explanation
JSON and Parquet are both designed to handle semi-structured data effectively, making them suitable for unloading such data. Avro, ORC, and XML do not support this functionality to the same extent as JSON and Parquet.