Term
What is the MAXIMUM number of days that Snowflake resets the 24-
hour retention period for a query result every time the result is used?
Give this one a try later!
, 31 days Enterprise
Fail-safe
Time Travel
Filters.
Both Time Travel and Fail-safe
require additional data storage,
which has associated fees
Don't know?
2 of 104
Term
Which Snowflake role can set up a Snowflake Share by default?
Give this one a try later!
, ACCOUNTADMIN
Only the ACCOUNTADMIN role has the "CREATE SHARE" privilege by
default. The privilege can be granted to additional roles as needed.
A tag can have only one masking policy for each data type.
The tag can support one masking policy for each data type that Snowflake
supports.
Schema and Table
Account Objects:
UNDROP DATABASE
Database Objects:
UNDROP SCHEMA
UNDROP TABLE
UNDROP TAG
A task can execute a call to a Stored Procedure.
A task can execute a single SQL Statement.
Only one SQL statement is allowed to be executed through a task. If you need to
execute multiple statements, build a procedure.
Don't know?
, 3 of 104
Term
Which Query Profile results indicates that a warehouse is sized too
small?
Give this one a try later!
LS @~;
LIST (normal form)
LS (abbrev form)
Snowflake leverages a Role-Based Access Control (RBAC) model.
All data in Snowflake is encrypted.
Snowflake is a native 100% public cloud solution, you CANNOT host it on your
OWN VPC. All data micro partitions are encrypted.
Bytes are spilling to external storage.
Columns are frequently used in join predicates.
Columns that are typically used in selective filters.
A column with very low cardinality (e.g., a column indicating only whether a
person is male or female) might yield minimal pruning. On the other hand, a
column with very high cardinality (e.g., a column containing UUID or nanosecond
timestamp values) is also typically not a good candidate to use directly as a
clustering key.
Don't know?