exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1052 discussion

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

According to best practices, which table type should be used if the data can be recreated outside of Snowflake?

  • A. Permanent table
  • B. Temporary table
  • C. Transient table
  • D. Volatile table
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
bogdan_R
5 months ago
Can someone explain why Temporary tables cannot be the answer in this case? They can both be used and I haven't found any docs stating otherwise.
upvoted 1 times
azprepd
1 week, 1 day ago
Temporary tables's lifespan is session. The workload type was not specified, so I assume the expected lifespan is longer than a session. Transient tables exist until deleted, but they are not protected by Failsafe and max Time Travel is 1 day. If the data is lost, it can be recreated externally, so no need in Failsafe or Time Travel.Therefore, potentially significant savings on storage costs.
upvoted 1 times
...
...
MatthieuDN
5 months, 3 weeks ago
Selected Answer: C
Agree with C
upvoted 1 times
...
Jacobr5000
8 months ago
Selected Answer: C
https://docs.snowflake.com/en/sql-reference/sql/create-table
upvoted 2 times
...
Alex_Ovidiu
9 months, 1 week ago
C As such, transient tables should only be used for data that can be recreated externally to Snowflake. Default: No value. If a table is not declared as TRANSIENT or TEMPORARY , the table is permanent. Transient tables have some storage considerations.
upvoted 1 times
...
663f98f
9 months, 3 weeks ago
B is the correct answer
upvoted 1 times
...
nexerSnow
10 months, 1 week ago
Selected Answer: C
https://hevodata.com/learn/snowflake-temporary-table/
upvoted 1 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 ...