Exam SOL-C01 Topic 1 Question 32 Discussion
Actual exam question for Snowflake's SOL-C01 exam
Question #: 32
Topic #: 1
Question #: 32
Topic #: 1
A data team is designing a data pipeline that loads data from S3 into Snowflake. The raw data in S3 is compressed using gzip and stored in multiple files. They want to use a Snowflake virtual warehouse to perform the data loading. Which of the following COPY INTO command options would be MOST appropriate to optimize the data loading process?
Suggested Answer: D Vote an answer
ERROR = CONTINUE (A) skips errors but doesn't address decompression. 'VALIDATION MODE' (B) is helpful for debugging but doesn't directly optimize the loading process. (C) can ease development but has nothing to do with compression. Specifying = (TYPE = CSV COMPRESSION = GZIP)' (D) allows Snowflake to handle gzip decompression automatically.
'MAX FILE_SIZE (E) can be useful in certain scenarios but is not related to compressed files directly. Splitting the warehouse is not a COPY INTO option, but rather a high-level architecture decision.
'MAX FILE_SIZE (E) can be useful in certain scenarios but is not related to compressed files directly. Splitting the warehouse is not a COPY INTO option, but rather a high-level architecture decision.
by Dale at Jul 05, 2026, 11:53 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).