What action will change a customized schedule for a resource monitor back to the default schedule?
What happens when a Snowflake user changes the data retention period at the schema level?
What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?
Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?
Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?
Which function will generate a URL that can be accessed by a non-Snowflake user?
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
What are valid values for the FIELD_OPTIONALLY_ENCLOSED_BYoption in the copy into < location > command used during data unloading? (Select TWO).
When working with a managed access schema, who has the OWNERSHIP privilege of any tables added to the schema?
When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?
What does an integration between Snowflake and Microsoft Private Link or AWS PrivateLink support?
Which function should be used to insert JSON format string data inot a VARIANT field?
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
Which command can be used to list all the file formats for which a user has access privileges?
When snaring data in Snowflake. what privileges does a Provider need to grant along with a share? (Select TWO).
What information is found within the Statistic output in the Query Profile Overview?
Which data types can be used in Snowflake to store semi-structured data? (Select TWO)
Which commands are restricted in owner ' s rights stored procedures? (Select TWO).
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 are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)
Why would a Snowflake user decide to use a materialized view instead of a regular view?
What should be used when creating a CSV file format where the columns are wrapped by single quotes or double quotes?
How does a Snowflake user extract the URL of a directory table on an external stage for further transformation?
When semi-structured data includes dates and timestamps as string values, what Snowflake recommendation will OPTIMIZE pruning and MINIMIZE storage consumption?
A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:
COPY INTO my__table FROM @my__stage;
The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.
If the user runs the same copy into command what will happen?
What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
Which multi-duster virtual warehouse setting will help process queued queries as quickly as possible?
A size X-Small virtual warehouse ran for 90 seconds and was shut down. The warehouse was then run for another 30 seconds before being shut down again.
How many seconds will be billed?
What MINIMUM permissions are required to create a pipe in Snowflake? (Select TWO).
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?
What languages can be used to write User-Defined Functions, or UDFs? Select TWO.
Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?
Which command is used to unload data from a Snowflake table into a file in a stage?
A developer is granted ownership of a table that has a masking policy. The developer ' s role is not able to see the masked data. Will the developer be able to modify the table to read the masked data?
How can a user get the MOST detailed information about individual table storage details in Snowflake?
What does the worksheet and database explorer feature in Snowsight allow users to do?
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
Which semi-structured data function interprets an input string as a JSON document that produces a VARIANT value?
Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
How do Snowflake data providers share data that resides in different databases?
Which operations are handled in the Cloud Services layer of Snowflake? (Select TWO).
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
Who can activate and enforce a network policy for all users in a Snowflake account? (Select TWO).
Which statements describe benefits of Snowflake ' s separation of compute and storage? (Select TWO).
Which Snowflake role can manage any object grant globally, including modifying and revoking grants?
A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).
What happens to the objects in a reader account when the DROP MANAGED ACCOUNT command is executed?
How can a Snowflake administrator determine which user has accessed a database object that contains sensitive information?
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 object can be shared from a database in an account with other Snowflake accounts using Secure Data Sharing?
A company stores Personal Identifiable Information (PII) in Snowflake across multiple countries, including the United States, Canada, and the United Kingdom.
How can Snowflake be used to automatically identify data, in order to support data governance requirements for each country?
A Snowflake table that is loaded using a Kafka connector has a schema consisting of which two variant columns? (Select TWO).
Which Snowflake feature supports the use of natural language queries to analyze unstructured data?
Which view will show the MOST recent information about table-level storage utilization?
Network policies can be applied to which of the following Snowflake objects? (Choose two.)
A running virtual warehouse is suspended.
What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?
In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?
What is the maximum Time Travel retention period for a temporary Snowflake table?
What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?
Which Snowflake architectural layer is responsible for a query execution plan?
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
Which of the following significantly improves the performance of selective point lookup queries on a table?
What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?
Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?
When using the ALLOW_CLI£NT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?
What is the default value in the Snowflake Web Interface (Ul) for auto suspending a Virtual Warehouse?
Which function is used to convert rows in a relational table to a single VARIANT column?
The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

A user needs to extract the dealership information from the JSON.
How can this be accomplished?
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?
What is the Fail-safe period for a transient table in the Snowflake Enterprise edition and higher?
A user has semi-structured data to load into Snowflake but is not sure what types of operations will need to be performed on the data. Based on this situation, what type of column does Snowflake recommend be used?
When unloading data, which file format preserves the data values for floating-point number columns?
Which metadata table will store the storage utilization information even for dropped tables?
When using the ALLOW CLIENT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?
A user wants to access files stored in a stage without authenticating into Snowflake. Which type of URL should be used?
While working with unstructured data, which file function generates a Snowflake-hosted file URL to a staged file using the stage name and relative file path as inputs?
Which Snowflake feature provides increased login security for users connecting to Snowflake that is powered by Duo Security service?
Which Snowflake database object can be used to track data changes made to table data?
What will prevent unauthorized access to a Snowflake account from an unknown source?
What feature of Snowflake Continuous Data Protection can be used for maintenance of historical data?
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
When reviewing the load for a warehouse using the load monitoring chart, the chart indicates that a high volume of Queries are always queuing in the warehouse
According to recommended best practice, what should be done to reduce the Queue volume? (Select TWO).
Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
A user needs to create a materialized view in the schema MYDB.MYSCHEMA.
Which statements will provide this access?
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
In the query profiler view for a query, which components represent areas that can be used to help optimize query performance? (Select TWO)
A virtual warehouse ' s auto-suspend and auto-resume settings apply to which of the following?
Which Snowflake table is an implicit object layered on a stage, where the stage can be either internal or external?
Which view in SNOWFLAKE.ACCOUNT_USAGE shows from which IP address a user connected to Snowflak?
Which data types can be used in a Snowflake table that holds semi-structured data? (Select TWO).
How can a user work with multiple assigned roles without the need to frequently switch roles?
What AUTHENTICATION_METHODS value should be selected for the Single Sign-On, or SSO, login option to appear when creating a Snowflake authentication policy?
When cloning tables, which INFORMATION_SCHEMA view will show different columns for owned storage and referenced storage?
What privileges are required to allow role RL_CUST_WH to start warehouse CUST_WH?
Which service is designed to process unstructured data and put it into tables?
How can a user optimize the performance of a COPY INTO < table > query that is being run on a very large file?
Use of what parameter will allow files to be loaded even if the file metadata has expired?
Which function should be used to find the query ID of the second query executed in a current session?
What is the MINIMUM Snowflake edition required to use the query acceleration service?
What will be the retention period for an object if the parameter MIN_DATA_RETENTION_TIME_IN_DAYS is set at the account level and the DATA_RETENTION_TIME_IN_DAYS is set at the object level?
What object or service uses Change Data Capture (CDC) to record Data Manipulation Language (DML) changes made to tables?
Which automatic Snowpipe feature ensures that the same data file is not loaded multiple times into a table?
In which Snowflake layer does Snowflake reorganize data into its internal optimized, compressed, columnar format?
What MINIMUM privilege is required on the external stage for any role in the GET REST API to access unstructured data files using a file URL?
Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?
What happens to the shared objects for users in a consumer account from a share, once a database has been created in that account?
What type of columns does Snowflake recommend to be used as clustering keys? (Select TWO).
Which task privilege does a Snowflake role need in order to suspend or resume a task?
Which Snowflake URL type allows users or applications to download or access files directly from Snowflake stage without authentication?
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
If a Snowflake user decides a table should be clustered, what should be used as the cluster key?
Which command is used to start configuring Snowflake for Single Sign-On (SSO)?
Which statistics can be used to identify queries that have inefficient pruning? (Select TWO).
What are the least privileges needed to view and modify resource monitors? (Select TWO).
What function can be used with the recursive argument to return a list of distinct key names in all nested elements in an object?
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?
Which system_defined, read-only view display information on column lineage that specifies how data flows from source to target in a SQL write operation?
Which statements reflect key functionalities of a Snowflake Data Exchange? (Choose two.)
Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?
Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
Which security feature supports the replacement of active keys to enhance key-pair authentication?
Which function can be used to convert semi-structured data into a relational representation?
What is the MINIMUM size requirement when creating a Snowpark-optimized virtual warehouse?
Which Snowflake feature allows administrators to identify unused data that may be archived or deleted?
What tasks can an account administrator perform in the Data Exchange? (Select TWO).
A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.
Which CREATE object statement will automatically assign the TABLE_A tag to a target object?
What are key characteristics of virtual warehouses in Snowflake? (Select TWO).
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?
A JSON file, that contains lots of dates and arrays, needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.
How can this be achieved?
Which Snowflake feature allows a user to track sensitive data for compliance, discovery, protection, and resource usage?
Where would a Snowflake user find information about query activity from 90 days ago?
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?
A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes. The warehouse is currently suspended and the user performs the following actions:
1. Runs a query that takes 3 minutes to complete
2. Leaves for 15 minutes
3. Returns and runs a query that takes 10 seconds to complete
4. Manually suspends the warehouse as soon as the last query was completed
When the user returns, how much billable compute time will have been consumed?
What are the correct parameters for time travel and fail-safe in the Snowflake Enterprise Edition?
Which SQL command can be used to verify the privileges that are granted to a role?
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
Which data types does Snowflake support when querying semi-structured data? (Select TWO)
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
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?
What feature can be used to reorganize a very large table on one or more columns?
A company strongly encourages all Snowflake users to self-enroll in Snowflake ' s default Multi-Factor Authentication (MFA) service to provide increased login security for users connecting to Snowflake.
Which application will the Snowflake users need to install on their devices in order to connect with MFA?
True or False: Snowpipe via REST API can only reference External Stages as source.
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?
What are valid sub-clauses to the OVER clause for a window function? (Select TWO).
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
Which statements are true concerning Snowflake ' s underlying cloud infrastructure? (Select THREE),
Which file formats are supported for unloading data from Snowflake? (Choose two.)
What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
Which Snowflake layer is always leveraged when accessing a query from the result cache?
Which of the following Snowflake objects can be shared using a secure share? (Select TWO).
Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).
What will happen if a Snowflake user increases the size of a suspended virtual warehouse?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
A user wants to add additional privileges to the system-defined roles for their virtual warehouse. How does Snowflake recommend they accomplish this?
What is the MINIMUM permission needed to access a file URL from an external stage?
When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?
Which view can be used to determine if a table has frequent row updates or deletes?
User1, who has the SYSADMIN role, executed a query on Snowsight. User2, who is in the same Snowflake account, wants to view the result set of the query executed by User1 using the Snowsight query history.
What will happen if User2 tries to access the query history?
Which role has the ability to create a share from a shared database by default?
What is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?
Which service or feature in Snowflake is used to improve the performance of certain types of lookup and analytical queries that use an extensive set of WHERE conditions?
The effects of query pruning can be observed by evaluating which statistics? (Select TWO).
What SnowFlake database object is derived from a query specification, stored for later use, and can speed up expensive aggregation on large data sets?
Which data formats are supported by Snowflake when unloading semi-structured data? (Select TWO).
A user is preparing to load data from an external stage
Which practice will provide the MOST efficient loading performance?
What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?
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?
A user created a transient table and made several changes to it over the course of several days. Three days after the table was created, the user would like to go back to the first version of the table.
How can this be accomplished?
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
What are supported file formats for unloading data from Snowflake? (Choose three.)
When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?
Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
What happens when a network policy includes values that appear in both the allowed and blocked IP address list?
Which kind of Snowflake table stores file-level metadata for each file in a stage?
Which Snowflake feature will allow small volumes of data to continuously load into Snowflake and will incrementally make the data available for analysis?
Which query contains a Snowflake hosted file URL in a directory table for a stage named bronzestage?
Which TABLE function helps to convert semi-structured data to a relational representation?
A Snowflake user has two tables that contain numeric values and is trying to find out which values are present in both tables. Which set operator should be used?
If a multi-cluster warehouse is using an economy scaling policy, how long will queries wait in the queue before another cluster is started?
A user has a standard multi-cluster warehouse auto-scaling policy in place.
Which condition will trigger a cluster to shut-down?
What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?
When should a user consider disabling auto-suspend for a virtual warehouse? (Select TWO).
What is the difference between a stored procedure and a User-Defined Function (UDF)?
How does Snowflake allow a data provider with an Azure account in central Canada to share data with a data consumer on AWS in Australia?
Which command is used to unload files from an internal or external stage to a local file system?
If queries start to queue in a multi-cluster virtual warehouse, an additional compute cluster starts immediately under what setting?
What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
What does Snowflake recommend regarding database object ownership? (Select TWO).
What is the MINIMUM Snowflake edition required to use the periodic rekeying of micro-partitions?
A large JSON file contains a single array with many 10 MB JSON objects that include NULLs. The NULLs are meaningful and do not indicate any missing values.
What file format parameters will ensure that all of the data is loaded into Snowflake?