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

Exam SnowPro Advanced Data Engineer All Questions

View all questions & answers for the SnowPro Advanced Data Engineer exam

Exam SnowPro Advanced Data Engineer topic 1 question 8 discussion

Actual exam question from Snowflake's SnowPro Advanced Data Engineer
Question #: 8
Topic #: 1
[All SnowPro Advanced Data Engineer Questions]

A Data Engineer wants to create a new development database (DEV) as a clone of the permanent production database (PROD). There is a requirement to disable Fail-safe for all tables.
Which command will meet these requirements?

  • A. CREATE DATABASE DEV -

    CLONE PROD -
    FAIL_SAFE = FALSE;
  • B. CREATE DATABASE DEV -
    CLONE PROD;
  • C. CREATE TRANSIENT DATABASE DEV -
    CLONE PROD;
  • D. CREATE DATABASE DEV -

    CLONE PROD -
    DATA_RETENTION_TIME_IN DAYS = 0;
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
joseph0117
3 weeks, 5 days ago
you can create transient database and schema.
upvoted 1 times
...
aba2s
2 months, 1 week ago
Selected Answer: C
Transient and temporary tables have no Fail-safe period. So C is True
upvoted 1 times
...
67422cb
5 months, 4 weeks ago
Transient doesn't mean it disappears. It just means it doesn't have fail-safe.
upvoted 2 times
...
TC007
6 months, 3 weeks ago
Selected Answer: D
all the answers in this thread are wrong. There is a requirement to disable fail-safe, but nowhere does it mention the Dev DB is not permanent. Usually Development databases are not a short term thing as all current and future dev work should be done there. Answer is D. FAIL_SAFE argument does not exist for A to be correct.
upvoted 1 times
...
apace92
9 months, 3 weeks ago
Selected Answer: C
Transient and Temp tables have 0 day Fail-Safe
upvoted 1 times
...
stopthisnow
1 year ago
Selected Answer: C
Both Transient and Temporary tables have 0 day Fail-safe and 0/1 day time travel. https://docs.snowflake.com/en/user-guide/tables-temp-transient
upvoted 3 times
...
stopthisnow
1 year ago
Selected Answer: C
Because transient tables do not have a Fail-safe period, they provide a good option for managing the cost of very large tables used to store transitory data; however, the data in these tables cannot be recovered after the Time Travel retention period passes.
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 ...