Snowflake Latest 231
Snowflake Latest 231
1. Which of the following statements will you use to change the warehouse for workload
processing to a warehouse named 'COMPUTE_WH_XL'?
2. Semi-structured data can be queried using SQL while incorporating JSON path
notation?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
5. The process of co-locates column data with same values in the same micro-partition,
if possible, is called ___________?
A) Partitioning
B) Re-Clustering
C) Both (A) and (B)
D) Natural Clustering
Correct Answer : Option (D) : Natural Clustering
6. A defined data set can be shared with customers outside the Snowflake account is?
A) Snowflake's Cloning
B) Snowflakes's Data Sharing
C) Both (A) and (B)
D) None of the above
Correct Answer : Option (B) : Snowflakes's Data Sharing
8. Snowflake's architecture includes advance capabilities in the cloud services layer that
delivers query optimization?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
10. Once the time-travel period has expired, it is possible to request Snowflake support
to retrieve historical data for a period of
A) 1 Day
B) 7 Days
C) It is user-configurable
D) It depends on the Snowflake edition
Correct Answer : Option (B) : 7 Days
11. What is the frequency for Snowflake to apply software patches to the code base?
A) Semi-annually
B) Monthly
C) Weekly
D) Daily
Correct Answer : Option (C) : Weekly
12. If the Credit Quota of a Resource Monitor is reached, suspended warehouses cannot
be resumed until one of the conditions is met________
A) A new billing cycle starts
B) Credit quota of the monitor is increased
C) The monitor is no longer assigned to the warehouse
D) All of the above
Correct Answer : Option (D) : All of the above
13. Data Sharing is only supported between accounts in the same Snowflake region?
A) True
B) False
C) Cannot say
D) --
Correct Answer : Option (A) : True
20. History tab in the Snowflake Web Interface supports viewing of user queries
submitted in the past _______ day(s)
A) 1 day
B) 7 days
C) 14 days
D) 90 days
Correct Answer : Option (B) : 14 days
21. Semi-structured data strings are stored in a column with a Snowflake data type of
__________________?
A) Variant
B) Object
C) Varchar
D) Character
Correct Answer : Option (A) : Variant
22. Which of the following techniques can be used in Snowflake to improve query
performance?
A) Query Hints
B) Index definition
C) Distribution keys
D) Cluster Keys/Reclustering
Correct Answer : Option (D) : Cluster Keys/Reclustering
24. In order to query a table in Snowflake, the user must be granted which privileges at
a minimum (select all that apply):
A) Grant Select on <table>
B) Grant USAGE on <schema>
C) Grant USAGE on <database>
D) All of the above
Correct Answer : Option (D) : All of the above
27. What is the optimal file sizing recommendation for loading data into Snowflake?
A) 10 MB to 100 MB, uncompressed
B) 100 MB to 250 MB, compressed
C) 100 MB to 512 MB, uncompressed
D) 10 GB to 100 GB, compressed
Correct Answer : Option (B) : 100 MB to 250 MB, compressed
28. Which cache does the query optimizer refer to first? Second? And Third?
A) First: metadata Cache. Second: warehouse Cache. Third: results cache
B) First: warehouse cache. Second: results cache. Third: metadata cache
C) First: warehouse Cache. Second: metadata Cache. Third: results cache
D) First: metadata Cache. Second: results Cache. Third: warehouse cache
Correct Answer : Option (D) : First: metadata Cache. Second: results Cache. Third:
warehouse cache
29. Following are the key reasons that make Snowflake a "True SaaS" product.
A) Snowflake completely runs on cloud infrastructure and is accessible over the internet
B) There is no hardware or software to install, configure, maintain or upgrade at the user
end
C) Snowflake supports key properties of as-a-service offering such as on-demand and
instance elasticity, unlimited scalability of compute and storage and pay-per-use
D) All of the above
Correct Answer : Option (D) : All of the above
32. Snowflake includes administration settings for resource consumption in order to:
A) Maintain availability
B) Help control costs associated with unexpected credit usage of warehouses
C) Manage access to data warehouse for specified users
D) All of the above
Correct Answer : Option (B) : Help control costs associated with unexpected credit
usage of warehouses
33. A materialize view in Snowflake will add more storage cost to the customer bill
A) True
B) False
C) Can not sat
D) --
Correct Answer : Option (A) : True
34. Non-native values such as dates and timestamps are stored as strings when loaded
into a VARIANT column so which statements are true:
A) Operations on these values could be slower
B) These columns would consume more space than when stored in a relational column
with the corresponding data type
C) Both (A) and (B)
D) Neither A or B are true
Correct Answer : Option (C) : Both (A) and (B)
37. A defined data set is a point in time snapshot and can be updated by customers is?
A) Snowflake's Cloning
B) Snowflakes's Data Sharing
C) Both (A) and (B)
D) None of the above
Correct Answer : Option (A) : Snowflake's Cloning
42. There are cases where separate accounts are required such as different editions or
regions?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
43. To help control the usage of credits in Auto-scale mode, Snowflake provides a
property, _________, that determines the scaling policy to use when automatically starting
or shutting down additional clusters. Select the property:
A) Auto_Scale
B) Maximum_number_of_server_clusters
C) Scaling_policy
D) Minimum_number of server clusters
Correct Answer : Option (C) : Scaling_policy
44. The Snowflake UI is divided into for basic areas. Which of the following areas is not
part of the UI:
A) History
B) Warehouse
C) Databases
D) Query
Correct Answer : Option (D) : Query
45. Which layer provides centralized services for the data warehouse?
A) Database Storage
B) Query Processing
C) Cloud Services
D) None of the above
Correct Answer : Option (C) : Cloud Services
46. Snowflake supports landing data into bring your own device?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (B) : False
48. When dealing with a large complex query, the user must_________
A) Rewrite the query
B) Scale up the cluster
C) Scale out the cluster
D) All of the above
Correct Answer : Option (B) : Scale up the cluster
49. The following object in Snowflake is also known as the 'data dictionary' of a
database.
A) Data Catalog
B) PUBLIC schema
C) INFORMATION_SCHEMA schema
D) None of the above
Correct Answer : Option (C) : INFORMATION_SCHEMA schema
50. One benefit of client-side encryption is the storage service layer only contains
encrypted version of the data?
A) True
B) False
C) Cannot say
D) --
Correct Answer : Option (A) : True
51. MFA (Multi-factor Authentication) can be used for connecting to Snowflake via the
Snowflake JDBC driver?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
52. Stages are unique database objects in Snowflake?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
54. Zero-copy cloning operation is supported for the following objects in Snowflake.
A) A temporary Table
B) A transient Table
C) A permanent Table
D) Both (B) and (C)
Correct Answer : Option (D) : Both (B) and (C)
56. Which of the following statements are true about multi-cluster Warehouses in
Snowflake? (Select all that apply).
A) Multi-cluster warehouses support all properties of a single-cluster warehouse
B) Increasing the number of compute resources in a multi-cluster warehouse is an
example of scaling up
C) A single cluster warehouse can be reconfigured to turn into a multi-cluster warehouse
but vice-versa is not true
D) None of the above
Correct Answer : Option (A) : Multi-cluster warehouses support all properties of a
single-cluster warehouse
57. What is the recommended approached for making a variant column accessible in a
BI tool?
A) A view
B) A pre-defined mapping
C) Leveraging a JSON parser
D) There is no way to do this
Correct Answer : Option (A) : A view
58. How many resource monitors can you have at the account level?
A) 0
B) 1
C) 2
D) up to 5
Correct Answer : Option (B) : 1
59. Snowflake users with support contracts that have a Severity-1 issue should contact
Snowflake in these ways except :
A) 844-SNOWFLAKE
B) Snowflake Lodge - set appropriate severity (1-4)
C) Send email
D) None of the above
Correct Answer : Option (C) : Send email
60. Snowflake's architecture includes advance capabilities in the cloud services layer that
delivers metadata service?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
61. Which approach would result in improved performance through linear scaling of
data ingestion workload:
A) Resize virtual warehouse
B) Consider the practice of organizing data by granular path
C) Consider the practice of splitting input file batch within the recommended range of
10MB and 100MB
D) All of the above
Correct Answer : Option (D) : All of the above
62. Snowflake's Resource Monitors have the following capabilities_____
A) Can only be created by an ACCOUNTADMIN
B) Trigger actions (i.e. like suspending) when the limit is reached
C) impose limits on the number of credits that a warehouse can consume
D) All of the above
Correct Answer : Option (D) : All of the above
68. Snowflake optimizes the storage for semi-structured data based on the repeating
elements within the semi-structured strings?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
69. Which layer does Snowflake store the various statistics for databases, tables,
columns, and files?
A) Compute
B) Storage
C) Cloud Services
D) Snowflake does not store statistics
Correct Answer : Option (C) : Cloud Services
70. All interactions with data are initialized through the services layer?
A) True
B) False
C) Can not say
D) --
Correct Answer : Option (A) : True
71. What is the best practice for handling semi-structured data with 3rd party BI tools?
A) Use the BI tool to create a metadata object to view the column
B) ETL the column with other columns that are part of the query into a structured table
C) Create a Snowflake view that parse the semi-structured column into structure
columns for the BI tool to retrieve
D) All of the above
Correct Answer : Option (C) : Create a Snowflake view that parse the semi-structured
column into structure columns for the BI tool to retrieve
72. Which of the following are security best practices for Snowflake?
A) All objects owned by SYSADMIN
B) Grant all of your roles back to SYSADMIN
C) All roles and users are own by SECURITYADMIN
D) All of the above
Correct Answer : Option (D) : All of the above
74. One benefit of client-side encryption is that it provides a secure system for
managing data in cloud storage?
A) True
B) False
C) Cannot say
D) --
Correct Answer : Option (A) : True
75. Snowflake provides a mechanism for its customers to override its natural clustering
algorithms. This method is:
A) Micro-partitions
B) Clustering keys
C) Key partitions
D) Clustered partitions
Answer(s): B
76. Which of the following are valid Snowflake Virtual Warehouse Scaling Policies?
(Choose two.)
Custom
Economy
Optimized
Standard
Answer(s): B,D
77. True or False: A single database can exist in more than one Snowflake account.
True
False
Answer(s): B
78. Which of the following roles is recommended to be used to create and manage
users and roles?
SYSADMIN
SECURITYADMIN
PUBLIC
ACCOUNTADMIN
Answer(s): D
79. True or False: Bulk unloading of data from Snowflake supports the use of a SELECT
statement.
True
False
Answer(s): A
81. True or False: A customer using SnowSQL / native connectors will be unable to also
use the Snowflake Web Interface (UI) unless access to the UI is explicitly granted by
support.
True
False
Answer(s): B
83. Credit Consumption by the Compute Layer (Virtual Warehouses) is based on:
(Choose two.)
Number of users
Warehouse size
Amount of data processed
Number of clusters for the Warehouse
Answer(s): B,C
85. True or False: The COPY command must specify a File Format in order to execute.
True
False
Answer(s): A
86. Which of the following commands sets the Virtual Warehouse for a session?
COPY WAREHOUSE FROM <<config file>>;
SET WAREHOUSE = <<warehouse name>>;
USE WAREHOUSE <<warehouse name>>;
USE VIRTUAL_WAREHOUSE <<warehouse name>>;
Answer(s): C
88. Which object allows you to limit the number of credits consumed within a Snowflake
account?
Account Usage Tracking
Resource Monitor
Warehouse Limit Parameter
Credit Consumption Tracker
Answer(s): B
90. What are the three layers that make up Snowflake's architecture? (Choose three.)
Compute
Tri-Secret Secure
Storage
Cloud Services
Answer(s): A,C,D
91. Why would a customer size a Virtual Warehouse from an X-Small to a Medium?
To accommodate more queries
To accommodate more users
To accommodate fluctuations in workload
To accommodate a more complex workload
Answer(s): A
92. True or False: Reader Accounts incur no additional Compute costs to the Data
Provider since they are simply reading the shared data without making changes.
True
False
Answer(s): B
94. True or False: Snowflake charges a premium for storing semi-structured data.
True
False
Answer(s): B
97. In which layer of its architecture does Snowflake store its metadata statistics?
Storage Layer
Compute Layer
Database Layer
Cloud Services Layer
Answer(s): D
98. True or False: Data in fail-safe can be deleted by a user or the Snowflake team before
it expires.
True
False
Answer(s): B
99. True or False: Snowflake's data warehouse was built from the ground up for the
cloud in lieu of using an existing database or a platform, like Hadoop, as a base.
True
False
Answer(s): B
100. Which of the following statements are true of Virtual Warehouses? (Choose all that
apply.)
Customers can change the size of the Warehouse after creation
A Warehouse can be resized while running
A Warehouse can be configured to suspend after a period of inactivity
A Warehouse can be configured to auto-resume when new queries are submitted
Answer(s): B,C
103. Which interfaces can be used to create and/or manage Virtual Warehouses?
The Snowflake Web Interface (UI)
SQL commands
Data integration tools
All of the above
Answer(s): B
104. When a Pipe is recreated using the CREATE OR REPLACE PIPE command:
The Pipe load history is reset to empty
The REFRESH parameter is set to TRUE
Previously loaded files will be ignored
All of the above
Answer(s): B
105. What is the minimum Snowflake edition that customers planning on storing
protected information in Snowflake should consider for regulatory compliance?
Standard
Premier
Enterprise
Business Critical Edition
Answer(s): D
106. Select the three types of tables that exist within Snowflake. (Choose three.)
Temporary
Transient
Provisional
Permanent
Answer(s): A,B,D
107. True or False: Snowpipe via REST API can only reference External Stages as source.
True
False
Answer(s): B
108. True or False: A third-party tool that supports standard JDBC or ODBC but has no
Snowflake-specific driver will be unable to connect to Snowflake.
True
False
Answer(s): A
109. True or False: It is possible to load data into Snowflake without creating a named
File Format object.
True
False
Answer(s): A
110. True or False: A table in Snowflake can only be queried using the Virtual Warehouse
that was used to load the data.
True
False
Answer(s): B
111. Which of the following statements are true of Snowflake data loading? (Choose
three.)
VARIANT “null” values are not the same as SQL NULL values
It is recommended to do frequent, single row DMLs
It is recommended to validate the data before loading into the Snowflake target table
It is recommended to use staging tables to manage MERGE statements
Answer(s): A,C,D
113. True or False: Query ID's are unique across all Snowflake deployments and can be
used in communication with Snowflake Support to help troubleshoot issues.
True
False
Answer(s): B
114. A deterministic query is run at 8am, takes 5 minutes, and the results are cached.
Which of the following statements are true? (Choose two.)
A. The exact query will ALWAYS return the precomputed result set for the
RESULT_CACHE_ACTIVE = time period
B. The same exact query will return the precomputed results if the underlying data
hasn't changed and the results were last accessed within previous 24 hour period
C. The same exact query will return the precomputed results even if the underlying data
has changed as long as the results were last accessed within the previous 24 hour period
D. The “24 hour” timer on the precomputed results gets renewed every time the exact
query is executed
Answer(s): B,D
117. Which item in the Data Warehouse migration process does not apply in Snowflake?
Migrate Users
Migrate Schemas
Migrate Indexes
Build the Data Pipeline
Answer(s): C
118. Snowflake provides two mechanisms to reduce data storage costs for short-lived
tables. These mechanisms are: (Choose two.)
Temporary Tables
Transient Tables
Provisional Tables
Permanent Tables
Answer(s): A,B
120. Which of the following are main sections of the top navigation of the Snowflake
Web Interface (UI)? (Choose three.)
Databases
Tables
Warehouses
Worksheets
Answer(s): A,C,D
121. What is the recommended Snowflake data type to store semi-structured data like
JSON?
VARCHAR
RAW
LOB
VARIANT
Answer(s): D
122. Which of the following statements are true of Snowflake releases: (Choose two.)
A. They happen approximately weekly
B. They roll up and release approximately monthly, but customers can request early
release application
C. During a release, new customer requests/queries/connections transparently move
over to the newer version
D. A customer is assigned a 30 minute window (that can be moved anytime within a
week) during which the system will be unavailable and customer is upgraded
Answer(s): A,C
123. Which of the following are common use cases for zero-copy cloning? (Choose
three.)
Quick provisioning of Dev and Test/QA environments
Data backups
Point in time snapshots
Performance optimization
Answer(s): A,B,C
125. True or False: When a data share is established between a Data Provider and a Data
Consumer, the Data Consumer can extend that data share to other Data Consumers.
True
False
Answer(s): B
126. Which is true of Snowflake network policies? A Snowflake network policy: (Choose
two.)
Is available to all Snowflake Editions
Is only available to customers with Business Critical Edition
Restricts or enables access to specific IP addresses
Is activated using an “ALTER DATABASE” command
Answer(s): A,C
127. True or False: Snowflake charges additional fees to Data Providers for each Share
they create.
True
False
Answer(s): A
128. Query results are stored in the Result Cache for how long after they are last
accessed, assuming no data changes have occurred?
1 Hour
3 Hours
12 hours
24 hours
Answer(s): D
129. A role is created and owns 2 tables. This role is then dropped. Who will now own
the two tables?
The tables are now orphaned
The user that deleted the role
SYSADMIN
The assumed role that dropped the role
Answer(s): D
130. Which of the following connectors are available in the Downloads section of the
Snowflake Web Interface (UI)? (Choose two.)
SnowSQL
ODBC
R
HIVE
Answer(s): A,B
133. True or False: When a user creates a role, they are initially assigned ownership of
the role and they maintain ownership until it is transferred to another user.
True
False
Answer(s): A
134. The Query History in the Snowflake Web Interface (UI) is kept for approximately:
60 minutes
24 hours
14 days
30 days
1 year
Answer(s): E
136. Which of the following terms best describes Snowflake's database architecture?
Columnar shared nothing
Shared disk
Multi-cluster, shared data
Cloud-native shared memory
Answer(s): B
137. Which of the following are options when creating a Virtual Warehouse? (Choose
two.)
A. Auto-drop
B. Auto-resize
C. Auto-resume
D. Auto-suspend
Answer(s): C,D
138. A Virtual Warehouse's auto-suspend and auto-resume settings apply to:
The primary cluster in the Virtual Warehouse
The entire Virtual Warehouse
The database the Virtual Warehouse resides in
The queries currently being run by the Virtual Warehouse
Answer(s): B
142. Which of the following commands are not blocking operations? (Choose two.)
UPDATE
INSERT
MERGE
COPY
Answer(s): B,D
143. Which of the following is true of Snowpipe via REST API? (Choose two.)
A. You can only use it on Internal Stages
B. All COPY INTO options are available during pipe creation
C. Snowflake automatically manages the compute required to execute the Pipe's COPY
INTO commands
D. Snowpipe keeps track of which files it has loaded
Answer(s): C,D
144. Snowflake recommends, as a minimum, that all users with the following role(s)
should be enrolled in Multi-Factor Authentication (MFA):
SECURITYADMIN, ACCOUNTADMIN, PUBLIC, SYSADMIN
SECURITYADMIN, ACCOUNTADMIN, SYSADMIN
SECURITYADMIN, ACCOUNTADMIN
ACCOUNTADMIN
Answer(s): D
146. True or False: Users are able to see the result sets of queries executed by other
users that share their same role.
True
False
Answer(s): B
147. True or False: The user has to specify which cluster a query will run on in a multi-
cluster Warehouse.
True
False
Answer(s): B
149. Which of the following languages can be used to implement Snowflake User
Defined Functions (UDFs)? (Choose two.)
Java
Javascript
SQL
Python
All of the above
Answer(s): E
150. When should you consider disabling auto-suspend for a Virtual Warehouse?
(Choose two.)
A. When users will be using compute at different times throughout a 24/7 period
B. When managing a steady workload
C. When the compute must be available with no delay or lag time
D. When you do not want to have to manually turn on the Warehouse each time a user
needs it
Answer(s): B,C
151. Which of the following are valid approaches to loading data into a Snowflake table?
(Choose all that apply.)
Bulk copy from an External Stage
Continuous load using Snowpipe REST API
The Snowflake Web Interface (UI) data loading wizard
Bulk copy from an Internal Stage
Answer(s): A,B,C
154. The number of queries that a Virtual Warehouse can concurrently process is
determined by (Choose two.):
The complexity of each query
The CONCURRENT_QUERY_LIMIT parameter set on the Snowflake account
The size of the data required for each query
The tool that is executing the query
Answer(s): A,C
157. What are the three things customer want most from their enterprise data
warehouse solution? (Choose three.)
On-premise availability
Simplicity
Open source based
Concurrency
Performance
Answer(s): B,D,E
158. True or False: Some queries can be answered through the metadata cache and do
not require an active Virtual Warehouse.
True
False
Answer(s): B
159. When scaling out by adding clusters to a multi-cluster warehouse, you are primarily
scaling for improved:
Concurrency
Performance
Answer(s): A
160. What is the minimum Snowflake edition that provides data sharing?
Standard
Premier
Enterprise
Business Critical Edition
Answer(s): A
161. True or False: Each worksheet in the Snowflake Web Interface (UI) can be associated
with different roles, databases, schemas, and Virtual Warehouses.
True
False
Answer(s): B
162. True or False: You can query the files in an External Stage directly without having to
load the data into a table.
True
False
Answer(s): A
163. The FLATTEN function is used to query which type of data in Snowflake?
Structured data
Semi-structured data
Both of the above
None of the above
Answer(s): B
164. True or False: An active warehouse is required to run a COPY INTO statement.
True
False
Answer(s): A
165. True or False: AWS Private Link provides a secure connection from the Customer's
on-premise data center to the Snowflake.
True
False
Answer(s): B
166. True or False: Snowflake's Global Services Layer gathers and maintains statistics on
all columns in all micro-partitions.
True
False
Answer(s): B
177. True or False: It is best practice to define a clustering key on every table.
True
False
Answer(s): B
179. What is the minimum Snowflake edition that provides multi-cluster warehouses
and up to 90 days of Time Travel?
Standard
Premier
Enterprise
Business Critical Edition
Answer(s): C
181. What is the lowest Snowflake edition that offers Time Travel up to 90 days?
Standard Edition
Premier Edition
Enterprise Edition
Business Critical Edition
Answer(s): C
182. Which of the following statements are true about Schemas in Snowflake? (Choose
two.)
A Schema may contain one or more Databases
A Database may contain one or more Schemas
A Schema is a logical grouping of Database Objects
Each Schema is contained within a Warehouse
Answer(s): B,C
183. True or False: You can resize a Virtual Warehouse while queries are running.
True
False
Answer(s): A
184. What is the most granular object that the Time Travel retention period can be
defined on?
Account
Database
Schema
Table
Answer(s): A
186. True or False: Snowflake bills for a minimum of five minutes each time a Virtual
Warehouse is started.
True
False
Answer(s): B
187. When scaling up Virtual Warehouses by increasing Virtual Warehouse t-shirt size,
you are primarily scaling for improved:
Concurrency
Performance
Answer(s): B
188. As a best practice, clustering keys should only be defined on tables of which
minimum size?
Multi-Kilobyte (KB) Range
Multi-Megabyte (MB) Range
Multi-Gigabyte (GB) Range
Multi-Terabyte (TB) Range
Answer(s): D
190. True or False: A Snowflake account is charged for data stored in both Internal and
External Stages.
True
False
Answer(s): B
191. True or False: When active, a Pipe requires a dedicated Virtual Warehouse to
execute.
True
False
Answer(s): B
193. True or False: When a new Snowflake object is created, it is automatically owned by
the user who created it.
True
False
Answer(s): A
194. True or False: A Virtual Warehouse consumes Snowflake credits even when inactive.
True
False
Answer(s): B
195. True or False: During data unloading, only JSON and CSV files can be compressed.
True
False
Answer(s): B
196. Which of the following are options when creating a Virtual Warehouse? (Choose
two.)
Auto-suspend
Auto-resume
Local SSD size
User count
Answer(s): A,B
197. Which formats are supported for unloading data from Snowflake? (Choose two.)
Delimited (CSV, TSV, etc.)
Avro
JSON
ORC
Answer(s): A,C
198. True or False: Data Providers can share data with only the Data Consumer.
True
False
Answer(s): A
201. What services does Snowflake automatically provide for customers that they may
have been responsible for with their on-premise system? (Choose all that apply.)
202. Which of the following statements would be used to export/unload data from
Snowflake?
COPY INTO @stage
EXPORT TO @stage
INSERT INTO @stage
EXPORT_TO_STAGE(stage => @stage, select => 'select * from t1');
Answer(s): A
203. True or False: A 4X-Large Warehouse may, at times, take longer to provision than a
X-Small Warehouse.
True
False
Answer(s): B
204. How would you determine the size of the virtual warehouse used for a task?
205. The Information Schema and Account Usage Share provide storage information for
which of the following objects? (Choose three.)
Users
Tables
Databases
Internal Stages
Answer(s): A,B,C
206. What is the default File Format used in the COPY command if one is not specified?
CSV
JSON
Parquet
XML
Answer(s): A
207. True or False: Reader Accounts are able to extract data from shared data objects for
use outside of Snowflake.
True
False
Answer(s): A
208. True or False: You can define multiple columns within a clustering key on a table.
True
False
Answer(s): A
209. True or False: Snowflake enforces unique, primary key, and foreign key constraints
during DML operations.
True
False
Answer(s): B
210. True or False: Loading data into Snowflake requires that source data files be no
larger than 16MB.
True
False
Answer(s): B
212. True or False: When you create a custom role, it is a best practice to immediately
grant that role to ACCOUNTADMIN.
True
False
Answer(s): B
213. Which of the following accurately represents how a table fits into Snowflake's
logical container hierarchy?
Account -> Schema -> Database -> Table
Account -> Database -> Schema -> Table
Database -> Schema -> Table -> Account
Database -> Table -> Schema -> Account
Answer(s): B
214. True or False: All Snowflake table types include fail-safe storage.
True
False
Answer(s): B
215. What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
Via the Snowflake Web Interface (UI)
Via the DATA_SHARE=TRUE parameter
Via SQL commands
Via Virtual Warehouses
Answer(s): A,C
216. True or False: It is possible for a user to run a query against the query result cache
without requiring an active Warehouse.
True
False
Answer(s): A
217. True or False: When Snowflake is configured to use Single Sign-On (SSO),
Snowflake receives the usernames and credentials from the SSO service and loads them
into the customer's Snowflake account.
True
False
Answer(s): B
218. Which Snowflake feature is used for both querying and restoring data?
Cluster keys
Time Travel
Fail-safe
Cloning
Answer(s): B
219. What is the minimum Snowflake edition that has column-level security enabled?
Standard
Enterprise
Business Critical
Virtual Private Snowflake
Answer(s): B
220. What parameter controls if the Virtual Warehouse starts immediately after the
CREATE WAREHOUSE statement?
A. INITIALLY_SUSPENDED = TRUE/FALSE
B. START_AFTER_CREATE = TRUE/FALSE
C. START_THE = 60 // (seconds from now)
D. START_TIME = CURRENT_DATE()
Answer(s): A
221. When cloning a database, what is cloned with the database? (Choose two.)
Privileges on the database
Existing child objects within the database
Future child objects within the database
Privileges on the schemas within the database
Only schemas and tables within the database
Answer(s): B,E
222. Which of the following describes the Snowflake Cloud Services layer?
Coordinates activities in the Snowflake account
Executes queries submitted by the Snowflake account users
Manages quotas on the Snowflake account storage
Manages the virtual warehouse cache to speed up queries
Answer(s): A
223. What is the maximum total Continuous Data Protection (CDP) charges incurred for
a temporary table?
30 days
7 days
48 hours
24 hours
Answer(s): D
224. When reviewing a query profile, what is a symptom that a query is too large to fit
into the memory?
A single join node uses more than 50% of the query time
Partitions scanned is equal to partitions total
An AggregateOperator node is present
The query is spilling to remote storage
Answer(s): D
225. What type of query benefits the MOST from search optimization?
A query that uses only disjunction (i.e., OR) predicates
A query that includes analytical expressions
A query that uses equality predicates or predicates that use IN
A query that filters on semi-structured data types
Answer(s): C
226. What transformations are supported in a CREATE PIPE ... AS COPY `¦ FROM (`¦)
statement? (Choose two.)
Data can be filtered by an optional WHERE clause.
Incoming data can be joined with other tables.
Columns can be reordered.
Columns can be omitted.
Row level access can be defined.
Answer(s): C,D
227. Which of the following are characteristics of Snowflake virtual warehouses? (Choose
two.)
A. Auto-resume applies only to the last warehouse that was started in a multi-cluster
warehouse.
B. The ability to auto-suspend a warehouse is only available in the Enterprise edition or
above.
C. SnowSQL supports both a configuration file and a command line option for
specifying a default warehouse.
D. A user cannot specify a default warehouse when using the ODBC driver.
The default virtual warehouse size can be changed at any time.
Answer(s): C
228. Which command should be used to load data from a file, located in an external
stage, into a table in Snowflake?
INSERT
PUT
GET
COPY
Answer(s): D
229. The Snowflake Cloud Data Platform is described as having which of the following
architectures?
Shared-disk
Shared-nothing
Multi-cluster shared data
Serverless query engine
Answer(s): C
231. What versions of Snowflake should be used to manage compliance with Personal
Identifiable Information (PII) requirements? (Choose two.)
Custom Edition
Virtual Private Snowflake
Business Critical Edition
Standard Edition
Enterprise Edition
Answer(s): B,C
Ans:- C
A) 2
B) 5
C) 4
D) 3
Ans:- C
A) True
B) False
Ans:- B
A) OLTP
B) OLAP
Ans: - B
A) DAAS
B) IAAS
C) SAAS
D) PASS
Ans: - C
A) True
B) False
Ans:- B
A) Warehouse layer
Ans:- C
239. Which of the following techniques can be used in snowflake to improve query
performance?
A) Query hints
B) Index definition
C) Distribution keys
D) Cluster keys/Reclustering
Ans:- D
240. A share can’t be cloned by a consumer account. But the share data can be copied
into a table?
A) True
B) False
Ans:- A
Ans:- B
B) 00
C) 0
D) 1
Ans:- C