exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 481 discussion

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

Which parameter prevents streams on tables from becoming stale?

  • A. MAX_DATA_EXTENSION_TIME_IN_DAYS
  • B. MIN_DATA_RETENSION_TIME_IN_DAYS
  • C. LOCK_TIMEOUT
  • D. STALE_AFTER
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
PrasantSadangi
3 months, 2 weeks ago
Selected Answer: A
https://docs.snowflake.com/en/user-guide/streams-intro#label-streams-staleness To prevent a stream from becoming stale, consume the stream records within a DML statement during the table’s retention period and regularly consume its change data before its STALE_AFTER timestamp (that is, within the extended data retention period for the source object).
upvoted 1 times
...
NachoPrendes
9 months, 3 weeks ago
Selected Answer: A
The question is not well formed, but i think is A STALE_AFTER is the date when a stream is predicted to become stale, and that value is determined as the larger of DATA_RETENTION_TIME_IN DAYS or MAX_DATA_EXTENSION_TIME_IN_DAYS added to the current timestamp
upvoted 1 times
...
_yyukta
10 months, 1 week ago
Selected Answer: A
A. MAX_DATA_EXTENSION_TIME_IN_DAYS
upvoted 1 times
...
Vijay2605
10 months, 3 weeks ago
The correct ans is D The STALE_AFTER Parameter prevent stream become a stale, it predict timestamp when the stream was become a stale, we need to consume its change data before its STALE_AFTER timestamp.
upvoted 1 times
...
MultiCloudIronMan
1 year, 6 months ago
Selected Answer: A
https://docs.snowflake.com/en/user-guide/streams-intro#label-streams-staleness
upvoted 2 times
...
isolated_sniper
1 year, 8 months ago
D. STALE_AFTER is a parameter for streams in Snowflake that determines when a stream is considered stale and should be refreshed. It specifies the number of seconds before a stream becomes stale, and can be set to any value between 60 seconds and 14,400 seconds (4 hours). When a stream becomes stale, it is no longer guaranteed to contain a complete record of changes to the underlying table, and should be refreshed to ensure consistency.
upvoted 3 times
...
KarBiswa
1 year, 10 months ago
Selected Answer: A
https://docs.snowflake.com/en/user-guide/streams-intro#label-streams-staleness
upvoted 3 times
...
sjndds
1 year, 11 months ago
Selected Answer: A
The answer is correct. https://docs.snowflake.com/en/user-guide/streams-manage
upvoted 4 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 ...