Which feature allows a user the ability to control the organization of data in a micro-partition?
Which query contains a Snowflake hosted file URL in a directory table for a stage named bronzestage?
How many network policies can be assigned to an account or specific user at a time?
Which statistics can be used to identify queries that have inefficient pruning? (Select TWO).
What privilege should a user be granted to change permissions for new objects in a managed access schema?
What can a Snowflake user do with the information included in the details section of a Query Profile?
Which type of join will list a I rows in the specified table, even if those rows have no match in the other table?
Which Snowflake feature will allow small volumes of data to continuously load into Snowflake and will incrementally make the data available for analysis?
Which Snowflake object can be accessed in he FROM clause of a query, returning a set of rows having one or more columns?
A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).
Which commands should be used to grant the privilege allowing a role to select data from all current tables and any tables that will be created later in a schema? (Choose two.)
A user has a standard multi-cluster warehouse auto-scaling policy in place.
Which condition will trigger a cluster to shut-down?
If queries start to queue in a multi-cluster virtual warehouse, an additional compute cluster starts immediately under what setting?
What are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)
A company needs to read multiple terabytes of data for an initial load as part of a Snowflake migration. The company can control the number and size of CSV extract files.
How does Snowflake recommend maximizing the load performance?
What is the name of the SnowSQLfile that can store connection information?
What statistical information in a Query Profile indicates that the query is too large to fit in memory? (Select TWO).
What technique does Snowflake use to limit the number of micro-partitions scanned by each query?
Which of the following activities consume virtual warehouse credits in the Snowflake environment? (Choose two.)
Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?
Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)
Which operations are handled in the Cloud Services layer of Snowflake? (Select TWO).
Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?
What is the purpose of using the OBJECT_CONSTRUCT function with me COPY INTO command?
Which privilege is required for a role to be able to resume a suspended warehouse if auto-resume is not enabled?
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?
How does Snowflake recommend handling the bulk loading of data batches from files already available in cloud storage?
Which of the following practices are recommended when creating a user in Snowflake? (Choose two.)
What is used to diagnose and troubleshoot network connections to Snowflake?
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
Which file format will keep floating-point numbers from being truncated when data is unloaded?
What is the MINIMUM Snowflake edition required to use the periodic rekeying of micro-partitions?
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?
What tasks can an account administrator perform in the Data Exchange? (Select TWO).
Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
Query compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.
User-level network policies can be created by which of the following roles? (Select TWO).
Which Snowflake technique can be used to improve the performance of a query?
If file format options are specified in multiple locations, the load operation selects which option FIRST to apply in order of precedence?
Which kind of Snowflake table stores file-level metadata for each file in a stage?
What actions can be performed by a consumer account on a shared database? (Select TWO)
Use of which feature or setting consumes Snowflake credits, but generates no storage costs?
A query is using more credits than expected. The Query Profile shows that a majority of the query execution is spent on remote disk I/O.
How can this be prevented m the future?
How does Snowflake utilize clustering information to improve query performance?
What takes the highest precedence in Snowflake file format options, when specified in multiple locations during data loading?
Which types of values lead to slower queries and increased storage consumption when placed within a VARIANT column? Select TWO.
A data provider shares a Snowflake secure view with a user who is outside of the provider ' s organization.
Which parameter can the provider use to impersonate the user and access the view?
The following settings are configured:
THE MIN_DATA_RETENTION_TIME_IN_DAYS is set to 5 at the account level.
THE DATA_RETENTION_TIME_IN_DAYS is set to 2 at the object level.
For how many days will the data be retained at the object level?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA. Which statements will provide this access?
A Snowflake user has been granted the create data EXCHANGE listing privilege with their role.
Which tasks can this user now perform on the Data Exchange? (Select TWO).
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 Snowflake edition enables data sharing only through Snowflake Support?
The bulk data load history that is available upon completion of the COPY statement is stored where and for how long?
What type of columns does Snowflake recommend to be used as clustering keys? (Select TWO).
While running a query on a virtual warehouse in auto-scale mode, additional clusters are stated immediately if which setting is configured?
User INQUISITIVE_PERSON has been granted the role DATA_SCIENCE. The role DATA_SCIENCE has privileges OWNERSHIP on the schema MARKETING of the database ANALYTICS_DW.
Which command will show all privileges granted to that schema?
Which Snowflake feature enables loading data from cloud storage as soon as files ate available in a stage?
When a schema is cloned, what will happen if the schema includes a table with a column that references a sequence that generates default values? (Select TWO).
How do Snowflake data providers share data that resides in different databases?
Which function will generate a URL that can be accessed by a non-Snowflake user?
What happens to the shared objects for users in a consumer account from a share, once a database has been created in that account?
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?
The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
Query parsing and compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
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?
Which common query problems are identified by the Query Profile? (Select TWO.)
Which view can be used to determine if a table has frequent row updates or deletes?
What is the Fail-safe period for a transient table in the Snowflake Enterprise edition and higher?
Which function is used to convert rows in a relational table to a single VARIANT column?
What should be used when creating a CSV file format where the columns are wrapped by single quotes or double quotes?
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?
What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?
In the Snowflake access control model, which entity owns an object by default?
The Snowflake Cloud Data Platform is described as having which of the following architectures?
Assume there is a table consisting of five micro-partitions with values ranging from A to Z.
Which diagram indicates a well-clustered table?
Which snowflake objects will incur both storage and cloud compute charges? (Select TWO)
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates
How can this worksheet be shared?
What is the default file size when unloading data from Snowflake using the COPY command?
What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
If 3 size Small virtual warehouse is made up of two servers, how many servers make up a Large warehouse?
What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?
What are supported file formats for unloading data from Snowflake? (Choose three.)
Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)
A user has unloaded data from a Snowflake table to an external stage.
Which command can be used to verify if data has been uploaded to the external stage named my_stage?
What COPY INTO SQL command should be used to unload data into multiple files?
A user is preparing to load data from an external stage
Which practice will provide the MOST efficient loading performance?
What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)
What actions will prevent leveraging of the ResultSet cache? (Choose two.)
Where can a user find and review the failed logins of a specific user for the past 30 days?
When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?
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 can a row access policy be applied to a table or a view? (Choose two.)
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.
Which Snowflake feature will support this?
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?
Which of the following objects are contained within a schema? (Choose two.)
The Snowflake Search Optimization Services supports improved performance of which kind of query?
What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?
Which statements are true concerning Snowflake ' s underlying cloud infrastructure? (Select THREE),
What are the responsibilities of Snowflake ' s Cloud Service layer? (Choose three.)
What happens to historical data when the retention period for an object ends?
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 methods can be used to delete staged files from a Snowflake stage? (Choose two.)
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 of the following statements apply to Snowflake in terms of security? (Choose 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)?
Which command should be used to download files from a Snowflake stage to a local folder on a client ' s machine?
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
Which role has the ability to create a share from a shared database by default?
By default, how long is the standard retention period for Time Travel across all Snowflake accounts?
What will happen if a Snowflake user increases the size of a suspended virtual warehouse?
What does the worksheet and database explorer feature in Snowsight allow users to do?
What SnowFlake database object is derived from a query specification, stored for later use, and can speed up expensive aggregation on large data sets?
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
Which function will provide the proxy information needed to protect Snowsight?
A user wants to add additional privileges to the system-defined roles for their virtual warehouse. How does Snowflake recommend they accomplish this?
A Snowflake user wants to temporarily bypass a network policy by configuring the user object property MINS_TO_BYPASS_NETWORK_POLICY.
What should they do?
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
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?
When unloading data, which file format preserves the data values for floating-point number columns?
What happens when a network policy includes values that appear in both the allowed and blocked IP address list?
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?
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
What is the default value in the Snowflake Web Interface (Ul) for auto suspending a Virtual Warehouse?
What is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?
What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?
What is the only supported character set for loading and unloading data from all supported file formats?
When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?
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?
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?
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?
Which privilege is required to use the search optimization service in Snowflake?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
The effects of query pruning can be observed by evaluating which statistics? (Select TWO).
Which function should be used to insert JSON format string data inot a VARIANT field?
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 Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?
What is the Fail-safe retention period for transient and temporary tables?
What is the MINIMUM permission needed to access a file URL from an external stage?
By default, which role has access to the SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function?
Which data types can be used in a Snowflake table that holds semi-structured data? (Select TWO).
Which Snowflake tool or feature enables governed sharing of datasets with a selected group of consumers that are invited, internal or external, to a Snowflake user ' s company?
In addition to the SELECT privilege, what other privilege must a role have to select from a table in database1.schema1?
How does Snowflake recommend defining a clustering key on a high-cardinality column that includes a 15 digit ID numbered column ID_NUMER?
The Query Profile shows the metrics of a query that ran on a size Large virtual warehouse.
What steps will improve the query performance? (Select TWO).
Which command should be used to load data from a local computer into Snowflake?
Which view should be checked to ensure that data has loaded successfully before removing staged files?
What Snowpark element represents a data set and provides ways to operate on the data?
Which function will convert semi-structured data to a relational data representation?
A table is created with a column set to a data type of CHARACTER(25). If the table is viewed in the database section of Snowsight, what data type will be shown for the column?
When an ACCOUNTADMIN grants a user a custom role, which additional privileges will the user have by default?
Who can activate a network policy for users in a Snowflake account? (Select TWO)
Which COPY INTO < table > parameter is used to avoid loading a partial dataset?