When a Snowflake user loads CSV data from a stage, which copy into <table> command guideline should they follow?
The CSV field delimiter must be a comma character (*,"),
The number of columns in each row should be consistent.
The data file in the stage must be in a compressed format.
The data file must have the same number of columns as the target table.
A user is loading JSON documents composed of a huge array containing multiple records into Snowflake. The user enables the strip__outer_array file format option What does the STRIP_OUTER_ARRAY file format do?
It removes the last element of the outer array.
It removes the outer array structure and loads the records into separate table rows,
It removes the trailing spaces in the last element of the outer array and loads the records into separate table columns
It removes the NULL elements from the JSON object eliminating invalid data and enables the ability to load the records
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
A single executable statement can call only two stored procedures. In contrast, a single SQL statement can call multiple UDFs.
A single executable statement can call only one stored procedure. In contrast, a single SQL statement can call multiple UDFs.
A single executable statement can call multiple stored procedures. In contrast, multiple SQL statements can call the same UDFs.
Multiple executable statements can call more than one stored procedure. In contrast, a single SQL statement can call multiple UDFs.
What do temporary and transient tables have m common in Snowflake? (Select TWO).
Both tables have no Fail-safe period.
Both tables have data retention period maximums of one day.
Both tables are visible only to a single user session.
For both tables the retention period ends when the tables are dropped.
For both tables, the retention period does not end when the session ends
Which parameter can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel?
DATA_RETENTION_TIME_IN_DAYS
MAX_DATA_EXTENSION_TIME_IN_DAYS
MIN_DATA_RETENTION_TIME_IN_DAYS
MAX CONCURRENCY LEVEL
What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?
Standard
Enterprise
Business Critical
Virtual Private Snowflake
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
Use the DROP <file> command after the load completes.
Specify the TEMPORARY option when creating the file format.
Specify the PURGE copy option in the COPY INTO <table> command.
Use the REMOVE command after the load completes.
Use the DELETE LOAD HISTORY command after the load completes.
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
Customer-managed encryption keys through Tri-Secret Secure
Automatic encryption of all data
Up to 90 days of data recovery through Time Travel
Object-level access control
Column-level security to apply data masking policies to tables and views
Which Snowflake object contains all the information required to share a database?
Private listing
Secure view
Sequence
Share
What metadata does Snowflake store for rows in micro-partitions? (Select TWO).
Range of values
Distinct values
Index values
Sorted values
Null values