Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
When unloading to a stage, which of the following is a recommended practice or approach?
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
Which command is used to unload data from a Snowflake table into a file in a stage?
Which of the following conditions must be met in order to return results from the results cache? (Select TWO).
True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.
A company's security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?
Which of the following describes how multiple Snowflake accounts in a single organization relate to various cloud providers?
Which command can be used to list all the file formats for which a user has access privileges?
Which view can be used to determine if a table has frequent row updates or deletes?
Why would a Snowflake user decide to use a materialized view instead of a regular view?
What is the only supported character set for loading and unloading data from all supported file formats?
What happens when a network policy includes values that appear in both the allowed and blocked IP address list?
If a virtual warehouse runs for 61 seconds, shut down, and then restart and runs for 30 seconds, for how many seconds is it billed?
What are valid sub-clauses to the OVER clause for a window function? (Select TWO).
Which SQL command can be used to verify the privileges that are granted to a role?
Which function is used to convert rows in a relational table to a single VARIANT column?
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
What is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
There are two Snowflake accounts in the same cloud provider region: one is production and the other is non-production. How can data be easily transferred from the production account to the non-production account?
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
A Snowflake user is writing a User-Defined Function (UDF) that includes some unqualified object names.
How will those object names be resolved during execution?
Which function should be used to insert JSON format string data inot a VARIANT field?
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
Which data formats are supported by Snowflake when unloading semi-structured data? (Select TWO).
When using the ALLOW_CLI£NT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?
Which of the following statements apply to Snowflake in terms of security? (Choose two.)
Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?
What is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?
What is the following SQL command used for?
Select * from table(validate(t1, job_id => '_last'));
Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?
Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.
What action should be taken to address this situation?
When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
Which statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.)
Which Snowflake database object can be used to track data changes made to table data?
When working with a managed access schema, who has the OWNERSHIP privilege of any tables added to the schema?
Which Snowflake command can be used to unload the result of a query to a single file?
How can performance be optimized for a query that returns a small amount of data from a very large base table?
Which statistics are displayed in a Query Profile that indicate that intermediate results do not fit in memory? (Select TWO).
Which Snowflake feature allows a user to track sensitive data for compliance, discovery, protection, and resource usage?
A Snowflake account has activated federated authentication.
What will occur when a user with a password that was defined by Snowflake attempts to log in to Snowflake?
What metadata does Snowflake store for rows in micro-partitions? (Select TWO).
Which metadata table will store the storage utilization information even for dropped tables?
Which commands are restricted in owner's rights stored procedures? (Select TWO).
A permanent table and temporary table have the same name, TBL1, in a schema.
What will happen if a user executes select * from TBL1 ;?
What objects in Snowflake are supported by Dynamic Data Masking? (Select TWO).'
Which Snowflake data types can be used to build nested hierarchical data? (Select TWO)
A column named "Data" contains VARIANT data and stores values as follows:
How will Snowflake extract the employee's name from the column data?
Which VALIDATION_MODE value will return the errors across the files specified in a COPY command, including files that were partially loaded during an earlier load?
Which data types can be used in Snowflake to store semi-structured data? (Select TWO)
In the Data Exchange, who can get or request data from the listings? (Select TWO).
Which solution improves the performance of point lookup queries that return a small number of rows from large tables using highly selective filters?
How does Snowflake handle the data retention period for a table if a stream has not been consumed?
What is a non-configurable feature that provides historical data that Snowflake may recover during a 7-day period?
Which Snowflake table type is only visible to the user who creates it, can have the same name as permanent tables in the same schema, and is dropped at the end of the session?
A Snowflake user wants to optimize performance for a query that queries only a small number of rows in a table. The rows require significant processing. The data in the table does not change frequently.
What should the user do?
Which chart type is supported in Snowsight for Snowflake users to visualize data with dashboards?
What does Snowflake attempt to do if any of the compute resources for a virtual warehouse fail to provision during start-up?
When unloading data with the COPY into
A user needs to MINIMIZE the cost of large tables that are used to store transitory data. The data does not need to be protected against failures, because the data can be reconstructed outside of Snowflake.
What table type should be used?
Which statements reflect valid commands when using secondary roles? (Select TWO).
Which table function should be used to view details on a Directed Acyclic Graphic (DAG) run that is presently scheduled or is executing?
Which Snowflake feature or tool helps troubleshoot issues in SQL query expressions that commonly cause performance bottlenecks?
The following settings are configured:
For how many days will the data be retained at the object level?
Which activities are managed by Slowflake's Cloud Services layer? (Select TWO).
Snowflake's access control framework combines which models for securing data? (Select TWO).
Based on Snowflake recommendations, when creating a hierarchy of custom roles, the top-most custom role should be assigned to which role?
Which Snowflake feature records changes mace to a table so actions can be taken using that change data capture?
Which privilege is required on a virtual warehouse to abort any existing executing queries?
Which function can be used with the copy into
Which Snowflake data governance feature can support auditing when a user query reads column data?
If file format options are specified in multiple locations, the load operation selects which option FIRST to apply in order of precedence?
What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA. Which statements will provide this access?
For the ALLOWED VALUES tag property, what is the MAXIMUM number of possible string values for a single tag?
What is the recommended compressed file size range for continuous data loads using Snowpipe?
How does Snowflake recommend handling the bulk loading of data batches from files already available in cloud storage?
A Snowflake user executed a query and received the results. Another user executed the same query 4 hours later. The data had not changed.
What will occur?
Which native data types are used for storing semi-structured data in Snowflake? (Select TWO)
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
A materialized view should be created when which of the following occurs? (Choose two.)
A data provider wants to share data with a consumer who does not have a Snowflake account. The provider creates a reader account for the consumer following these steps:
1. Created a user called "CONSUMER"
2. Created a database to hold the share and an extra-small warehouse to query the data
3. Granted the role PUBLIC the following privileges: Usage on the warehouse, database, and schema, and SELECT on all the objects in the share
Based on this configuration what is true of the reader account?
What file formats does Snowflake support for loading semi-structured data? (Choose three.)
What is the recommended way to change the existing file format type in my format from CSV to JSON?
Which user object property requires contacting Snowflake Support in order to set a value for it?
A view is defined on a permanent table. A temporary table with the same name is created in the same schema as the referenced table. What will the query from the view return?
Which type of join will list a I rows in the specified table, even if those rows have no match in the other table?
What is the difference between a stored procedure and a User-Defined Function (UDF)?
Which kind of Snowflake table stores file-level metadata for each file in a stage?
What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
Which operations are handled in the Cloud Services layer of Snowflake? (Select TWO).