SnowPro-Core SnowPro Core Certification Exam Questions and Answers
Which privilege must be granted by one role to another role, and cannot be revoked?
Which native data types are used for storing semi-structured data in Snowflake? (Select TWO)
Which of the following describes how multiple Snowflake accounts in a single organization relate to various cloud providers?
How can a Snowflake administrator determine which user has accessed a database object that contains sensitive information?
In addition to performing all the standard steps to share data, which privilege must be granted on each database referenced by a secure view in order to be shared?
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?
Which Snowflake database object can be used to track data changes made to table data?
Which of the following Snowflake capabilities are available in all Snowflake editions? (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).
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 features could be used to improve the performance of queries that return a small subset of rows from a large table? (Select TWO).
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
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?
What is the minimum Snowflake Edition that supports secure storage of Protected Health Information (PHI) data?
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?
What will prevent unauthorized access to a Snowflake account from an unknown source?
What happens when a cloned table is replicated to a secondary database? (Select TWO)
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?
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 Snowflake object contains all the information required to share a database?
What is the default File Format used in the COPY command if one is not specified?
What information is found within the Statistic output in the Query Profile Overview?
Which function should be used to insert JSON format string data inot a VARIANT field?
Which data formats are supported by Snowflake when unloading semi-structured data? (Select TWO).
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
Which function is used to convert rows in a relational table to a single VARIANT column?
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?
Which privilege is required to use the search optimization service in Snowflake?
What is the default value in the Snowflake Web Interface (Ul) for auto suspending a Virtual Warehouse?
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
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 Snowflake edition offers the highest level of security for organizations that have the strictest requirements?
Which view can be used to determine if a table has frequent row updates or deletes?
Which command can be used to list all the file formats for which a user has access privileges?
What feature can be used to reorganize a very large table on one or more columns?
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?
A virtual warehouse ' s auto-suspend and auto-resume settings apply to which of the following?
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates
How can this worksheet be shared?
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?
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 command should be used to load data from a file, located in an external stage, into a table in Snowflake?
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 statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.)
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?
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?
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (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?
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 should be used when creating a CSV file format where the columns are wrapped by single quotes or double quotes?
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
Which feature is only available in the Enterprise or higher editions of Snowflake?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA. Which statements will provide this access?
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
How does a Snowflake user extract the URL of a directory table on an external stage for further transformation?
Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?
Which Snowflake feature provides increased login security for users connecting to Snowflake that is powered by Duo Security service?
What tasks can an account administrator perform in the Data Exchange? (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 column named " Data " contains VARIANT data and stores values as follows:

How will Snowflake extract the employee ' s name from the column data?
Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)
Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?
When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?
The Snowflake Search Optimization Services supports improved performance of which kind of query?
Which Snowflake architectural layer is responsible for a query execution plan?
The Snowflake Cloud Data Platform is described as having which of the following architectures?
True or False: Snowpipe via REST API can only reference External Stages as source.
What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?
A user wants to access stored in a stage without authenticating into Snowflake.
Which type of URL should be used?
Which Snowflake feature records changes mace to a table so actions can be taken using that change data capture?
In the Data Exchange, who can get or request data from the listings? (Select TWO).
Where would a Snowflake user find information about query activity from 90 days ago?
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 system_defined Snowflake role has permission to rename an account and specify whether the original URL can be used to access the renamed account?
What are valid sub-clauses to the OVER clause for a window function? (Select TWO).
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 is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?
When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?
Which table function should be used to view details on a Directed Acyclic Graphic (DAG) run that is presently scheduled or is executing?
Which roles can make grant decisions to objects within a managed access schema? (Select TWO)
How does Snowflake handle the data retention period for a table if a stream has not been consumed?
How does the Access_History view enhance overall data governance pertaining to read and write operations? (Select TWO).
What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?
What is a machine learning and data science partner within the Snowflake Partner Ecosystem?
What is the default access of a securable object until other access is granted?
Which data types can be used in Snowflake to store semi-structured data? (Select TWO)
Which Snowflake role can manage any object grant globally, including modifying and revoking grants?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
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?
Which view in SNOWFLAKE.ACCOUNT_USAGE shows from which IP address a user connected to Snowflak?
Which Snowflake table objects can be shared with other accounts? (Select TWO).
Which data types can be used in a Snowflake table that holds semi-structured data? (Select TWO).
What do temporary and transient tables have m common in Snowflake? (Select TWO).
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
What causes objects in a data share to become unavailable to a consumer account?
When unloading data with the COPY into < location > command, what is the purpose of the PARTITION BY < expression > parameter option?
What is the PRIMARY factor that determines the cost of using a virtual warehouse in Snowflake?
Query parsing and compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
How many network policies can be assigned to an account or specific user at a time?
Two users share a virtual warehouse named wh dev 01. When one of the users loads data, the other one experiences performance issues while querying data.
How does Snowflake recommend resolving this issue?
How can a data provider ensure that a data consumer is going to have access to the required objects?
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 categories are included in the execution time summary in a Query Profile? (Select TWO).
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
Which function should be used to find the query ID of the second query executed in a current session?
What are the main differences between the account usage views and the information schema views? (Select TWO).
Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
How do Snowflake data providers share data that resides in different databases?
A materialized view should be created when which of the following occurs? (Choose two.)
Which clients does Snowflake support Multi-Factor Authentication (MFA) token caching for? (Select TWO).
What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?
What privilege should a user be granted to change permissions for new objects in a managed access schema?
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
