Which steps are recommended best practices for prioritizing cluster keys in Snowflake? (Choose two.)
Which data models can be used when modeling tables in a Snowflake environment? (Select THREE).
Which feature provides the capability to define an alternate cluster key for a table with an existing cluster key?
What is the MOST efficient way to design an environment where data retention is not considered critical, and customization needs are to be kept to a minimum?
Based on the Snowflake object hierarchy, what securable objects belong directly to a Snowflake account? (Select THREE).
The data share exists between a data provider account and a data consumer account. Five tables from the provider account are being shared with the consumer account. The consumer role has been granted the imported privileges privilege.
What will happen to the consumer account if a new table (table_6) is added to the provider schema?
Following objects can be cloned in snowflake
When loading data from stage using COPY INTO, what options can you specify for the ON_ERROR clause?
A company needs to share its product catalog data with one of its partners. The product catalog data is stored in two database tables: product_category, and product_details. Both tables can be joined by the product_id column. Data access should be governed, and only the partner should have access to the records.
The partner is not a Snowflake customer. The partner uses Amazon S3 for cloud storage.
Which design will be the MOST cost-effective and secure, while using the required Snowflake features?
An Architect needs to automate the daily Import of two files from an external stage into Snowflake. One file has Parquet-formatted data, the other has CSV-formatted data.
How should the data be joined and aggregated to produce a final result set?