SPC Missed Flashcards
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
- CURRENT_STATEMENT
- JOB_ID
- UUID_STRING
- LAST_QUERY_ID
JOB_ID
Ownership of any objects owned by the dropped role is transferred to
the role that executes the DROP ROLE command
Which clients does Snowflake support Multi-Factor Authentication (MFA) token caching for?
POJ
ODBC, JDBC, Python
What is the purpose of the Snowflake SPLIT_TO_TABLE function?
To split a string and flatten the results into ROWS (not columns)
Which of the below APIs are NOT Snowpipe REST APIs? (Choose two.)
loadHistoryScan
insertHistoryScan
loadFiles
insertFiles
insertReport
insertHistoryScan
loadFiles
Which Snowflake object helps evaluate virtual warehouse performance impacted by query queuing?
IFO_SCHEMA.WAREHOUSE_LOAD_HISTORY
IFO_SCHEMA.WAREHOUSE_METERING_HISTORY
ACCOUNT_USAGE.QUERY_HISTORY
Account_usage.query_history
How does a scoped URL expire?
The URL expires when the persisted query result period ends (i.e. the results cache expires), which is currently 24 hours.
What consideration should be made when loading data into Snowflake?
The number of data files that are processed in parallel is determined by the virtual warehouse.
Which Snowflake object can be created to be temporary?
- Storage Integration
- User
- Stage
- Role
Stage
Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.
Which SQL command should be used to delete the files?
REMOVE
How is table data compressed in Snowflake?
Each column is compressed as it is stored in a micro-partition.
What is the MINIMUM role required to set the value for the parameter ENABLE_ACCOUNT_DATABASE_REPLICATION
ACCOUNTADMIN
ORGADMIN
ORGADMIN
What are the types of data consumer accounts available in Snowflake? (Choose two.)
. Full Account
. Subscriber account
. Public account
. Shared Account
. Reader Account
Full and Reader accounts
Which [friendly] columns are available in the output of a Snowflake directory table?
FRELMS
File_URL
Relative Path
ETag
Last Modified
MD5
Size
A Snowflake user wants to temporarily bypass a network policy by configuring the user object property MINS_TO_BYPASS_NETWORK_POLICY.
Who can do?
orgadmin
accountadmin
support
Snowflake Support
What are the available Snowflake SCALING MODES for configuring multi-cluster virtual warehouses?
[1 : 10] is a scale
Auto-Scale
Maximized
What are the available Snowflake SCALING POLICIES for multi-cluster virtual warehouses?
Economy
Standard
Which completes: Snowflake tables are…
…logical representations of underlying physical data
…owned by a user
…physical instantiation of data loaded into Snowflake
logical representations of underlying physical data
What is the Snowflake recommended Parquet file size when querying from external tables to optimize the number of parallel scanning operations?
256-512 MB
What is the file size recommendation for COPY operations in Snowflake
100-200 MB
Which function should be used to authorize users to access rows in a base table when using secure views with Secure Data Sharing?
CURRENT_ROLE
CURRENT_ACCOUNT
CURRENT_SESSION
CURRENT_ACCOUNT
Note Secure Data Sharing
What is the purpose of using the OBJECT_CONSTRUCT function with the COPY INTO command?
Convert the rows in a relational table to a single VARIANT column and then unload the rows into a file.
What columns are returned when performing a FLATTEN command on semi-structured data? (Choose two.)
Key, Value
The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
USERADMIN
All remaining users should be created by the user(s) with the USERADMIN role
Which of the following commands are not blocking operations? (Choose two.)
- delete
- update
- copy
- merge
- insert
Insert & Copy
These are creating new rows, which would not have locks on them
What is the MOST performant file format for loading data in Snowflake?
CSV (Gzipped)
15TB/hr.
Loading data into fully structured (columnarized) schema is ~10-20%
[FASTER OR SLOWER]
than landing it into a VARIANT.
Faster
What is a feature of column-level security in Snowflake?
- internal tokenization
- external tokenization
- network policies
- row access policies
External Tokenization