3 Months Free Update
3 Months Free Update
3 Months Free Update
Who can activate and enforce a network policy for all users in a Snowflake account? (Select TWO).
Which command is used to start configuring Snowflake for Single Sign-On (SSO)?
What are key characteristics of virtual warehouses in Snowflake? (Select TWO).
What metadata does Snowflake store for rows in micro-partitions? (Select TWO).
How can performance be optimized for a query that returns a small amount of data from a very large base table?
What objects in Snowflake are supported by Dynamic Data Masking? (Select TWO).'
Which Snowflake role can manage any object grant globally, including modifying and revoking grants?
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 Snowflake feature provides a data hub for secure data collaboration, with a selected group of invited members?
How should clustering be used to optimize the performance of queries that run on a very large table?
Which statistics can be used to identify queries that have inefficient pruning? (Select TWO).
What information is found within the Statistic output in the Query Profile Overview?
A column named "Data" contains VARIANT data and stores values as follows:
How will Snowflake extract the employee's name from the column data?
What are valid sub-clauses to the OVER clause for a window function? (Select TWO).
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?
What are the least privileges needed to view and modify resource monitors? (Select TWO).
Why would a Snowflake user decide to use a materialized view instead of a regular view?
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
Which function should be used to insert JSON format string data inot a VARIANT field?
By default, which role has access to the SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function?
Which function is used to convert rows in a relational table to a single VARIANT column?
How does a Snowflake user extract the URL of a directory table on an external stage for further transformation?
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
Which Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?
What is the only supported character set for loading and unloading data from all supported file formats?
By default, how long is the standard retention period for Time Travel across all Snowflake accounts?
Which function will provide the proxy information needed to protect Snowsight?
Which role has the ability to create a share from a shared database by default?
What is the MINIMUM permission needed to access a file URL from an external stage?
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
What does the worksheet and database explorer feature in Snowsight allow users to do?
How can a user get the MOST detailed information about individual table storage details in Snowflake?
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
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?
The effects of query pruning can be observed by evaluating which statistics? (Select TWO).
What are the benefits of the replication feature in Snowflake? (Select TWO).
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
For Directory tables, what stage allows for automatic refreshing of metadata?
Which common query problems are identified by the Query Profile? (Select TWO.)
What is the default value in the Snowflake Web Interface (Ul) for auto suspending a Virtual Warehouse?
Which view can be used to determine if a table has frequent row updates or deletes?
Which table is designed to store a catalog of stage files in cloud storage?
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?
What kind of value does a User-Defined Function (UDF) return? (Select TWO).
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?
What SQL command would be used to view all roles that were granted to user.1?
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
In the query profiler view for a query, which components represent areas that can be used to help optimize query performance? (Select TWO)
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
Which commands are supported by the query acceleration service? (Select TWO).
When is the VARIANT data type suitable when using semi-structured data? (Select TWO).
What does Snowflake attempt to do if any of the compute resources for a virtual warehouse fail to provision during start-up?
What is the MINIMUM Snowflake edition that supports the periodic rekeying of encrypted data?
Which function returns the URL of a stage using the stage name as the input?
Use of what parameter will allow files to be loaded even if the file metadata has expired?
What do these Query Profile metrics indicate about the query micro-partition pruning?
A query runs significantly slower than expected. Which Query Profile metrics will help identify the issue? (Select TWO).
What is the MINIMUM Snowflake edition required to use the query acceleration service?
What will happen if multiple identical COPY INTO
When an ACCOUNTADMIN grants a user a custom role, which additional privileges will the user have by default?
What optional properties can a Snowflake user set when creating a virtual warehouse? (Select TWO).
When do Snowflake object owners lose their ability to make grant decisions?
What command is used to unload data from a Snowflake table to a local file system?
A directory table that references an external stage is being refreshed manually.
What will happen to any scheduled automatic-refresh operations occurring at the same time as the manual-refresh operations?
Which view should be checked to ensure that data has loaded successfully before removing staged files?
Which function will return the URL for an external stage by using the stage name as the input?
How can an administrator check for updates (for example, SCIM API requests) sent to Snowflake by the identity provider?
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).
When unloading data, which file format will keep floating-point number column data without truncating it?
When an ACCOUNTADMIN gives a user a custom role, what privilege or privileges is the user granted by default?
Which virtual warehouse configuration requires the maximum number of clusters to be equal to the minimum number of clusters?
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?
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?
What privileges or user roles are required to get or request access to data that is available in the Snowflake Marketplace? (Select TWO).
What persistent data structures are used by the search optimization service to improve the performance of point lookups?
Which table function will identify data that was loaded using COPY INTO <table> statements and also identify data loaded using Snowpipe?
While unloading data into a stage, how can the user ensure that the output will be a single file?
What MINIMUM permissions are required to create a pipe in Snowflake? (Select TWO).
What happens when a Snowflake user changes the data retention period at the schema level?
How can network and private connectivity security be managed in Snowflake?
Which command is used to remove files from either external cloud storage or an internal staged
What will prevent unauthorized access to a Snowflake account from an unknown source?
Which Snowflake database object can be used to track data changes made to table data?
Which Snowflake command can be used to unload the result of a query to a single file?
Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?
What tasks can an account administrator perform in the Data Exchange? (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?
What feature of Snowflake Continuous Data Protection can be used for maintenance of historical data?
What transformations are supported when loading data into a table using the COPY INTO <table> command? (Select TWO).
How can a Snowflake administrator determine which user has accessed a database object that contains sensitive information?
For which use cases is running a virtual warehouse required? (Select TWO).
What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?
Which privilege must be granted by one role to another role, and cannot be revoked?
Which ACCOUNT_USAGE schema database role provides visibility into policy-related information?
Which Snowflake table objects can be shared with other accounts? (Select TWO).
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 transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
A user has an application that writes a new Tile to a cloud storage location every 5 minutes.
What would be the MOST efficient way to get the files into Snowflake?
Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
What happens when an external or an internal stage is dropped? (Select TWO).
Where would a Snowflake user find information about query activity from 90 days ago?
What is the default File Format used in the COPY command if one is not specified?
What Snowflake role must be granted for a user to create and manage accounts?
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.
What is the minimum Snowflake edition required to create a materialized view?
User-level network policies can be created by which of the following roles? (Select TWO).
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
Which feature is only available in the Enterprise or higher editions of Snowflake?
What are the default Time Travel and Fail-safe retention periods for transient tables?
A user unloaded a Snowflake table called mytable to an internal stage called mystage.
Which command can be used to view the list of files that has been uploaded to the staged?
What are ways to create and manage data shares in Snowflake? (Select TWO)
A virtual warehouse's auto-suspend and auto-resume settings apply to which of the following?
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
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?
In which scenarios would a user have to pay Cloud Services costs? (Select TWO).
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
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?
A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called mktg__WH.
Which of the following statements will accommodate this request?
How would you determine the size of the virtual warehouse used for a task?
Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).
How can a data provider ensure that a data consumer is going to have access to the required objects?
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
Which of the following Snowflake objects can be shared using a secure share? (Select TWO).
If a Snowflake user decides a table should be clustered, what should be used as the cluster key?
Which Snowflake object can be accessed in he FROM clause of a query, returning a set of rows having one or more columns?
Which stream type can be used for tracking the records in external tables?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA. Which statements will provide this access?
The bulk data load history that is available upon completion of the COPY statement is stored where and for how long?
How does Snowflake handle the bulk unloading of data into single or multiple files?
Which data sharing mechanism can be used to share data privately or publicly within the Snowflake Marketplace?
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?
When should a user consider disabling auto-suspend for a virtual warehouse? (Select TWO).
What privilege should a user be granted to change permissions for new objects in a managed access schema?
What column type does a Kafka connector store formatted information in a single column?
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 user object property requires contacting Snowflake Support in order to set a value for it?
For the ALLOWED VALUES tag property, what is the MAXIMUM number of possible string values for a single tag?
If file format options are specified in multiple locations, the load operation selects which option FIRST to apply in order of precedence?
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?
How often are the Account and Table master keys automatically rotated by Snowflake?
What is the purpose of using the OBJECT_CONSTRUCT function with me COPY INTO command?
If queries start to queue in a multi-cluster virtual warehouse, an additional compute cluster starts immediately under what setting?
Credit charges for Snowflake virtual warehouses are calculated based on which of the following considerations? (Choose two.)
The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
What type of columns does Snowflake recommend to be used as clustering keys? (Select TWO).
Which of the following are handled by the cloud services layer of the Snowflake architecture? (Choose two.)
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).
A materialized view should be created when which of the following occurs? (Choose two.)
By definition, a secure view is exposed only to users with what privilege?
Which native data types are used for storing semi-structured data in Snowflake? (Select TWO)
Which of the following can be used when unloading data from Snowflake? (Choose two.)
What technique does Snowflake use to limit the number of micro-partitions scanned by each query?
What are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)
How does Snowflake recommend handling the bulk loading of data batches from files already available in cloud storage?
What is the difference between a stored procedure and a User-Defined Function (UDF)?
Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?
What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?
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?
What is the MINIMUM Snowflake edition required to use the periodic rekeying of micro-partitions?
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?
Which TABLE function helps to convert semi-structured data to a relational representation?
How long can a data consumer who has a pre-signed URL access data files using Snowflake?
Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)
How can a row access policy be applied to a table or a view? (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?
What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
Which of the following objects are contained within a schema? (Choose two.)
True or False: Snowpipe via REST API can only reference External Stages as source.
Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
What is the following SQL command used for?
Select * from table(validate(t1, job_id => '_last'));
If 3 size Small virtual warehouse is made up of two servers, how many servers make up a Large warehouse?
What are the responsibilities of Snowflake's Cloud Service layer? (Choose three.)
Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)
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?
A Snowflake Administrator needs to ensure that sensitive corporate data in Snowflake tables is not visible to end users, but is partially visible to functional managers.
How can this requirement be met?
Which statements are true concerning Snowflake's underlying cloud infrastructure? (Select THREE),
A running virtual warehouse is suspended.
What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?
What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates
How can this worksheet be shared?
Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?
Which of the following statements describe features of Snowflake data caching? (Choose two.)
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
What are supported file formats for unloading data from Snowflake? (Choose three.)
In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?
Which of the following are best practices for loading data into Snowflake? (Choose three.)
The Snowflake cloud services layer is responsible for which tasks? (Choose two.)
The Snowflake Cloud Data Platform is described as having which of the following architectures?
In the Snowflake access control model, which entity owns an object by default?
What do the terms scale up and scale out refer to in Snowflake? (Choose two.)
Which snowflake objects will incur both storage and cloud compute charges? (Select TWO)
What is the default file size when unloading data from Snowflake using the COPY command?
The Snowflake Search Optimization Services supports improved performance of which kind of query?
Which statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.)
Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?
What is the MINIMUM edition of Snowflake that is required to use a SCIM security integration?
What is the minimum Snowflake edition that has column-level security enabled?