Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 200 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 200
Topic #: 1
[All SnowPro Core Questions]

How many days is load history for Snowpipe retained?

  • A. 1 day
  • B. 7 days
  • C. 14 days
  • D. 64 days
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
shyemko
Highly Voted 1 year, 7 months ago
Selected Answer: C
Bulk data load Stored in the metadata of the target table for 64 days. Available upon completion of the COPY statement as the statement output. Snowpipe Stored in the metadata of the pipe for 14 days. Must be requested from Snowflake via a REST endpoint, SQL table function, or ACCOUNT_USAGE view. source : https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro
upvoted 7 times
...
dongwenlong3
Most Recent 6 days, 13 hours ago
Selected Answer: C
C.14 days
upvoted 1 times
...
Mallikharjuna452
4 months ago
C.14 days
upvoted 1 times
...
_yyukta
8 months, 3 weeks ago
Selected Answer: C
C. 14 days
upvoted 2 times
...
Colourseun
1 year ago
Load history for Snowpipe is retained for 14 days:C Snowflake stores load history for Snowpipe in the metadata of the pipe object. This history includes information such as the date and time of the load, the number of files loaded, and the size of the data loaded. SELECT * FROM INFORMATION_SCHEMA.PIPE_LOAD_HISTORY WHERE PIPE_NAME = '<pipe_name>' ORDER BY START_TIME DESC;
upvoted 1 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: C
Correct
upvoted 1 times
...
EmiB
1 year, 8 months ago
Selected Answer: C
COPY INTO - Stored in the metadata of the target table for 64 days SNOWPIPE - Stored in the metadata of the pipe for 14 days
upvoted 4 times
...
muks86
1 year, 9 months ago
Correct ans 14 days
upvoted 1 times
...
Naah
1 year, 10 months ago
C https://docs.snowflake.com/en/sql-reference/functions/copy_history.html
upvoted 2 times
...
Rob__C
1 year, 11 months ago
https://docs.snowflake.com/en/sql-reference/info-schema/load_history.html
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...