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

Which of the following is true of Snowpipe via REST API? (Choose two.)

    Correct Answer: C, D

    Snowpipe via REST API allows Snowflake to automatically manage the compute resources required to execute the Pipe's COPY INTO commands, ensuring that the process is efficient and seamless. Additionally, Snowpipe keeps track of which files have already been loaded, preventing duplicate data loads. These features simplify and automate the data loading process considerably.

Discussion
redsky0Options: CD

Answer is C & D. Not B as: https://docs.snowflake.com/en/sql-reference/sql/create-pipe.html#usage-notes All COPY INTO <table> copy options are supported except for the following: FILES = ( 'file_name1' [ , 'file_name2', ... ] ) ON_ERROR = ABORT_STATEMENT SIZE_LIMIT = num PURGE = TRUE | FALSE (i.e. automatic purging while loading) FORCE = TRUE | FALSE

pranaligOptions: CD

Correct answer:CD since pipe is using serverless functionality

PrashantGupta1616Options: CD

The correct options for what is true of Snowpipe via REST API are: C. Snowflake automatically manages the compute required to execute the Pipe's COPY INTO commands D. Snowpipe keeps track of which files it has loaded

Alex_OvidiuOptions: CD

Here's why the other options are not accurate: A. You can only use it on Internal Stages: You can use Snowpipe via REST API with both Internal Stages (located within Snowflake storage) and External Stages (referencing data in external cloud storage providers like S3 or Azure Blob Storage). B. All COPY INTO options are available during pipe creation: Not all COPY INTO options are available through the Snowpipe REST API for pipe creation. While the core functionality is supported, some advanced options might be limited through the API compared to directly using the COPY INTO command within Snowflake.

oscarglobOptions: CD

C & D: Snowpipe uses Snowflake-provided compute resources: https://docs.snowflake.com/user-guide/data-load-snowpipe-intro#calling-snowpipe-rest-endpoints

Mayuri917233Options: BD

BD are correct

BigDataBBOptions: CD

CD are correct answer

AGuru2020Options: CD

CD are correct answer

vivek_nitdOptions: CD

Snowpipe copy into has certain restrictions.

Mallikharjuna452Options: CD

C and D are correct

372110cOptions: CD

Correct Answer is CD

RajuNaikOptions: CD

Answer is C & D.

PrajdeoOptions: CD

Ans should be C & D

Tapasgup007Options: CD

CD are correct

bharathmvOptions: CD

C&D is right

DK69Options: CD

CD are correct

RajokkiyamOptions: CD

Answer C D