Snowflake COF-R02 Practice Test - Questions Answers, Page 10
List of questions
Related questions
Question 91

A user needs to create a materialized view in the schema MYDB.MYSCHEMA.
Which statements will provide this access?
Question 92

What is the default character set used when loading CSV files into Snowflake?
Explanation:
https://docs.snowflake.com/en/user-guide/intro-summaryloading.html#:~:text=For%20delimited%20files%20(CSV%2C%20TSV,encoding%20to%20use%20for%20loading.
For delimited files (CSV, TSV, etc.), the default character set is UTF-8. To use any other characters sets, you must explicitly specify the encoding to use for loading. For the list of supported character sets, see Supported Character Sets for Delimited Files (in this topic).
Question 93

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?
Question 94

Which cache type is used to cache data output from SQL queries?
Explanation:
https://community.snowflake.com/s/article/Caching-in-Snowflake-Data-Warehouse
Question 95

What is a key feature of Snowflake architecture?
Question 96

What is a limitation of a Materialized View?
Explanation:
There are several limitations to using materialized views:
A materialized view can query only a single table.
Joins, including self-joins, are not supported.
Question 97

What features does Snowflake Time Travel enable?
Explanation:
Snowflake Time Travel enables accessing historical data (i.e. data that has been changed or deleted) at any point within a defined period. It serves as a powerful tool for performing the following tasks:
Restoring data-related objects (tables, schemas, and databases) that might have been accidentally or intentionally deleted.
Duplicating and backing up data from key points in the past.
Analyzing data usage/manipulation over specified periods of time.
https://docs.snowflake.com/en/user-guide/data-time-travel.html
Question 98

Which statement about billing applies to Snowflake credits?
Explanation:
Snowflake credits are used to pay for the consumption of resources on Snowflake. A Snowflake credit is a unit of measure, and it is consumed only when a customer is using resources, such as when a virtual warehouse is running, the cloud services layer is performing work, or serverless features are used.
https://docs.snowflake.com/en/user-guide/what-are-credits.html
Question 99

What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
Question 100

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).
Question