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

What are supported file formats for unloading data from Snowflake? (Choose three.)

    Correct Answer: B, C, F

    The supported file formats for unloading data from Snowflake are JSON, Parquet, and CSV. Snowflake documentation confirms that these formats are suitable for exporting data. XML is supported for loading data, but not for unloading. ORC and AVRO are not listed as supported formats for unloading data in the official documentation. Thus, JSON, Parquet, and CSV are the correct answers.

Discussion
c0d3gOptions: BCF

JSON Parquet CSV https://docs.snowflake.com/en/user-guide/data-unload-prepare

mayank

even snowflake supports XML. Why this is not the correct answer.

VisionBI

XML is only supported for loading, not unloading

iamPhDOptions: BCF

B,C,F are correct

greenleverOptions: BCF

correct

gunasekarantjk1996Options: BCF

File formats Delimited files (CSV, TSV, etc.) Any valid delimiter is supported; default is comma (i.e. CSV). JSON Parquet

AnireddySaikiranReddyOptions: BCF

Correct Answer: BCF

_yyuktaOptions: BCF

BCF are correct

PoornaChandraInOptions: BCD

XML for loading data, ORC, AVRO for un loading semi structed data. CSV, JSON, Parquet for unloading structed data . So BCD are the correct answer.

mayank

I think JSON,CSV and XML should be the right answer

baig123Options: BCF

BC and F is correct answer.