Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 161

Which semi-structured file formats are supported when unloading data from a table? (Choose two.)

    Correct Answer: D, E

    Parquet and JSON are considered semi-structured file formats that are supported when unloading data from a table. Parquet is a columnar storage file format which provides efficient data compression and encoding schemes. JSON (JavaScript Object Notation) is a lightweight data-interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs. Both are commonly used for semi-structured data handling and storage.

Discussion
SV1122Options: DE

Structured: Delimited (CSV, TSV, etc.) Semi-structured: JSON, Parquet https://docs.snowflake.com/en/user-guide/data-unload-prepare.html

_yyuktaOptions: DE

D and E

kd_286

D:JSON

MultiCloudIronManOptions: DE

Correct

EmiBOptions: DE

D. Parquet E. JSON