- (Topic 4)A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.Which CREATE object statement will automatically assign the TABLE_A tag to a target object?
Correct Answer: C When a tag object is assigned to a table, using the statement CREATE TABLE <table_name> AS SELECT * FROM TABLE_A will automatically assign the TABLE_A tag to the newly created table2.
- (Topic 3)Which parameter prevents streams on tables from becoming stale?
Correct Answer: A The parameter that prevents streams on tables from becoming stale is MAXDATAEXTENSIONTIMEINDAYS. This parameter specifies the maximum number of days for which Snowflake can extend the data retention period for the table to prevent streams on the table from becoming stale4.
- (Topic 1)The fail-safe retention period is how many days?
Correct Answer: B Fail-safe is a feature in Snowflake that provides an additional layer of data protection. After the Time Travel retention period ends, Fail-safe offers a non-configurable 7-day period during which historical data may be recoverable by Snowflake. This period is designed to protect against accidental data loss and is not intended for customer access. References: Understanding and viewing Fail-safe | Snowflake Documentation
- (Topic 6)Which DDL/DML operation is allowed on an inbound data share?
Correct Answer: D In Snowflake, an inbound data share refers to the data shared with an account by another account. The only DDL/DML operation allowed on an inbound data share is SELECT. This restriction ensures that the shared data remains read-only for the consuming account, maintaining the integrity and ownership of the data by the sharing account.References:✑ Snowflake Documentation: Using Data Shares
- (Topic 3)How can a data provider ensure that a data consumer is going to have access to the required objects?
Correct Answer: A To ensure a data consumer has access to the required objects, a data provider can enable the data sharing feature and validate that the consumer can access the views or tables shared with them. References: Based on general data sharing practices in cloud services as of 2021.
Use this for 1year and renew if you’re satisfied.