SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 69


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

Show Answer
Correct Answer: CD

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

17 comments
Sign in to comment
redsky0Options: CD
Jan 4, 2022

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

vivek_nitdOptions: CD
Feb 19, 2022

Snowpipe copy into has certain restrictions.

AGuru2020Options: CD
Mar 6, 2022

CD are correct answer

BigDataBBOptions: CD
Jan 10, 2023

CD are correct answer

Mayuri917233Options: BD
May 11, 2023

BD are correct

oscarglobOptions: CD
Oct 10, 2023

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

Alex_OvidiuOptions: CD
Apr 4, 2024

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.

PrashantGupta1616Options: CD
Jun 6, 2024

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

pranaligOptions: CD
Jun 16, 2024

Correct answer:CD since pipe is using serverless functionality

RajokkiyamOptions: CD
Feb 6, 2022

Answer C D

DK69Options: CD
May 16, 2022

CD are correct

bharathmvOptions: CD
Sep 7, 2022

C&D is right

Tapasgup007Options: CD
Dec 7, 2022

CD are correct

PrajdeoOptions: CD
Mar 4, 2023

Ans should be C & D

RajuNaikOptions: CD
Apr 24, 2023

Answer is C & D.

372110cOptions: CD
Jun 25, 2024

Correct Answer is CD

Mallikharjuna452Options: CD
Jul 18, 2024

C and D are correct