ExamGecko
Home / Snowflake / COF-R02
Ask Question

Snowflake COF-R02 Practice Test - Questions Answers, Page 10

Question list
Search

Question 91

Report
Export
Collapse

A user needs to create a materialized view in the schema MYDB.MYSCHEMA.

Which statements will provide this access?

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER1;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER1;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;
GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;
Suggested answer: B
asked 23/09/2024
luis coco enriquez
35 questions

Question 92

Report
Export
Collapse

What is the default character set used when loading CSV files into Snowflake?

UTF-8
UTF-8
UTF-16
UTF-16
ISO S859-1
ISO S859-1
ANSI_X3.A
ANSI_X3.A
Suggested answer: A

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

asked 23/09/2024
Yohan Frachisse
35 questions

Question 93

Report
Export
Collapse

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?

Query against the result set cache
Query against the result set cache
Query against a virtual warehouse cache
Query against a virtual warehouse cache
Query against the most-recently created micro-partition
Query against the most-recently created micro-partition
Query against the metadata excite
Query against the metadata excite
Suggested answer: D
asked 23/09/2024
BETTE SLETTER
35 questions

Question 94

Report
Export
Collapse

Which cache type is used to cache data output from SQL queries?

Metadata cache
Metadata cache
Result cache
Result cache
Remote cache
Remote cache
Local file cache
Local file cache
Suggested answer: B

Explanation:

https://community.snowflake.com/s/article/Caching-in-Snowflake-Data-Warehouse

asked 23/09/2024
Rickey Dickens
38 questions

Question 95

Report
Export
Collapse

What is a key feature of Snowflake architecture?

Zero-copy cloning creates a mirror copy of a database that updates with the original
Zero-copy cloning creates a mirror copy of a database that updates with the original
Software updates are automatically applied on a quarterly basis
Software updates are automatically applied on a quarterly basis
Snowflake eliminates resource contention with its virtual warehouse implementation
Snowflake eliminates resource contention with its virtual warehouse implementation
Multi-cluster warehouses allow users to run a query that spans across multiple clusters
Multi-cluster warehouses allow users to run a query that spans across multiple clusters
Snowflake automatically sorts DATE columns during ingest for fast retrieval by date
Snowflake automatically sorts DATE columns during ingest for fast retrieval by date
Suggested answer: D
asked 23/09/2024
michiel van de belt
39 questions

Question 96

Report
Export
Collapse

What is a limitation of a Materialized View?

A Materialized View cannot support any aggregate functions
A Materialized View cannot support any aggregate functions
A Materialized View can only reference up to two tables
A Materialized View can only reference up to two tables
A Materialized View cannot be joined with other tables
A Materialized View cannot be joined with other tables
A Materialized View cannot be defined with a JOIN
A Materialized View cannot be defined with a JOIN
Suggested answer: D

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.

asked 23/09/2024
Wissem GHARBI
33 questions

Question 97

Report
Export
Collapse

What features does Snowflake Time Travel enable?

Querying data-related objects that were created within the past 365 days
Querying data-related objects that were created within the past 365 days
Restoring data-related objects that have been deleted within the past 90 days
Restoring data-related objects that have been deleted within the past 90 days
Conducting point-in-time analysis for Bl reporting
Conducting point-in-time analysis for Bl reporting
Analyzing data usage/manipulation over all periods of time
Analyzing data usage/manipulation over all periods of time
Suggested answer: B

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

asked 23/09/2024
Bianca Duizer
48 questions

Question 98

Report
Export
Collapse

Which statement about billing applies to Snowflake credits?

Credits are billed per-minute with a 60-minute minimum
Credits are billed per-minute with a 60-minute minimum
Credits are used to pay for cloud data storage usage
Credits are used to pay for cloud data storage usage
Credits are consumed based on the number of credits billed for each hour that a warehouse runs
Credits are consumed based on the number of credits billed for each hour that a warehouse runs
Credits are consumed based on the warehouse size and the time the warehouse is running
Credits are consumed based on the warehouse size and the time the warehouse is running
Suggested answer: D

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

asked 23/09/2024
ESSIS MAXIME-ALPHONSE SELLY
29 questions

Question 99

Report
Export
Collapse

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

The ability to scale up warehouses
The ability to scale up warehouses
The use of warehouse auto scaling
The use of warehouse auto scaling
The ability to resize warehouses
The ability to resize warehouses
Use of multi-clustered warehouses
Use of multi-clustered warehouses
The use of warehouse indexing
The use of warehouse indexing
Suggested answer: B, D
asked 23/09/2024
Chia Yung Hee
38 questions

Question 100

Report
Export
Collapse

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

Use multi-clustered warehousing to scale out warehouse capacity.
Use multi-clustered warehousing to scale out warehouse capacity.
Scale up the warehouse size to allow Queries to execute faster.
Scale up the warehouse size to allow Queries to execute faster.
Stop and start the warehouse to clear the queued queries
Stop and start the warehouse to clear the queued queries
Migrate some queries to a new warehouse to reduce load
Migrate some queries to a new warehouse to reduce load
Limit user access to the warehouse so fewer queries are run against it.
Limit user access to the warehouse so fewer queries are run against it.
Suggested answer: A, D
asked 23/09/2024
Louis Reeves
44 questions
Total 330 questions
Go to page: of 33