COF-R02試験無料問題集「Snowflake SnowPro Core Recertification 認定」

How would a user execute a series of SQL statements using a task?

True or False: Snowflake supports federated authentication in all editions.

解説: (GoShiken メンバーにのみ表示されます)
Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?

What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?

A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes.
The warehouse is currently suspended and the user performs the following actions:
1. Runs a query that takes 3 minutes to complete
2. Leaves for 15 minutes
3. Returns and runs a query that takes 10 seconds to complete
4. Manually suspends the warehouse as soon as the last query was completed When the user returns, how much billable compute time will have been consumed?

A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.

What action should be taken to address this situation?

Which statement describes how Snowflake supports reader accounts?

What type of query benefits the MOST from search optimization?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following are characteristics of security in Snowflake?

Which statements reflect key functionalities of a Snowflake Data Exchange? (Choose two.)

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?

If a Snowflake user decides a table should be clustered, what should be used as the cluster key?

Why would a customer size a Virtual Warehouse from an X-Small to a Medium?

解説: (GoShiken メンバーにのみ表示されます)
What are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)

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