nerdexam
Snowflake

ADA-C01 · Question #7

A company has implemented Snowflake replication between two Snowflake accounts, both of which are running on a Snowflake Enterprise edition. The replication is for the database APP_DB containing…

The correct answer is A. Set the data retention policy on the secondary database to 60 days. According to the Replication considerations documentation, the Time Travel retention period for a secondary database can be different from the primary database. The retention period can be set at the database, schema, or table level using the DATA_RETENTION_TIME_IN_DAYS…

Disaster Recovery and Business Continuity

Question

A company has implemented Snowflake replication between two Snowflake accounts, both of which are running on a Snowflake Enterprise edition. The replication is for the database APP_DB containing only one schema, APP_SCHEMA. The company's Time Travel retention policy is currently set for 30 days for both accounts. An Administrator has been asked to extend the Time Travel retention policy to 60 days on the secondary database only. How can this requirement be met?

Options

  • ASet the data retention policy on the secondary database to 60 days.
  • BSet the data retention policy on the schemas in the secondary database to 60 days.
  • CSet the data retention policy on the primary database to 30 days and the schemas to 60 days.
  • DSet the data retention policy on the primary database to 60 days.

How the community answered

(28 responses)
  • A
    79% (22)
  • B
    7% (2)
  • C
    4% (1)
  • D
    11% (3)

Explanation

According to the Replication considerations documentation, the Time Travel retention period for a secondary database can be different from the primary database. The retention period can be set at the database, schema, or table level using the DATA_RETENTION_TIME_IN_DAYS parameter. Therefore, to extend the Time Travel retention policy to 60 days on the secondary database only, the best option is to set the data retention policy on the secondary database to 60 days using the ALTER DATABASE command.

Topics

#Time Travel#data replication#retention policy#secondary database

Community Discussion

No community discussion yet for this question.

Full ADA-C01 Practice