exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 750 discussion

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

The use of which Snowflake table type will reduce costs when working with ETL workflows?

  • A. External
  • B. Permanent
  • C. Temporary
  • D. Transient
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
tardigradum
3 weeks, 4 days ago
Selected Answer: D
When working with ETL processes, you need to use distributed paradigms very often, so can't use Temporary tables. Transient tables are specifically design for ETL processes. Additionaly, ETL processes can take a lot of time, and you often need to split the processes into smaller processes, so Temporary tables, which only lives during the session, are impractible.
upvoted 1 times
...
dinubecse
4 months, 4 weeks ago
Selected Answer: C
Snowflake supports creating temporary tables for storing non-permanent, transitory data (e.g. ETL data, session-specific data). Temporary tables only exist within the session in which they were created and persist only for the remainder of the session. As such, they are not visible to other users or sessions. Once the session ends, data stored in the table is purged completely from the system and, therefore, is not recoverable, either by the user who created the table or Snowflake.
upvoted 1 times
...
Mitchdu
6 months ago
Selected Answer: C
Direct quote on using temp tables for ETL on this link: https://docs.snowflake.com/en/user-guide/tables-temp-transient
upvoted 1 times
...
nsyilmazer
8 months, 2 weeks ago
Selected Answer: C
actually reading Snowflake documentation they recommend temporary tables for ETL jobs. If you could please remove my comment dear moderator that says D.
upvoted 1 times
...
nsyilmazer
8 months, 2 weeks ago
Selected Answer: D
Definitely Transient as ETL jobs may require you to NOT lose any data after a session.
upvoted 1 times
...
Selected Answer: D
My understanding is Transient will be the more suitable answer as this table will be used during the ETL operations on the contrary Temp tables are session-oriented and used for temporary purposes although Transient tables reside and are available after ETL ops and as they are not fail-safe and 0-1 day of time-travel so quite economical then Permamanet
upvoted 1 times
...
ahadh7621
1 year, 1 month ago
Selected Answer: C
Answer is C: https://docs.snowflake.com/en/user-guide/tables-temp-transient Snowflake supports creating temporary tables for storing non-permanent, transitory data (e.g. ETL data, session-specific data).
upvoted 3 times
Mitchdu
6 months ago
This is the correct quote from the docs. Thank you
upvoted 1 times
...
...
Lematthew31
1 year, 2 months ago
Selected Answer: D
It's D, not C. The question tells us about ETL. You are using Transient with ETL not Temporary, and the cost will be be also reduce with Transient
upvoted 2 times
converteo_certif
1 year, 1 month ago
Also Think it's D
upvoted 1 times
...
...
MultiCloudIronMan
1 year, 11 months ago
Selected Answer: C
correct
upvoted 3 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 ...