Snowflake COF-C02 - SnowPro Core Certification Exam
Where can a user find and review the failed logins of a specific user for the past 30 days?
What do the terms scale up and scale out refer to in Snowflake? (Choose two.)
Which services does the Snowflake Cloud Services layer manage? (Choose two.)
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?
Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.
Which SQL command should be used to delete the files?
How many days is load history for Snowpipe retained?
When should a multi-cluster warehouse be used in auto-scaling mode?
The Snowflake Cloud Data Platform is described as having which of the following architectures?
What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
Which of the following objects are contained within a schema? (Choose two.)
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
How can a user get the MOST detailed information about individual table storage details in Snowflake?
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?
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
Which Snowflow object does not consume and storage costs?
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
Which function is used to convert rows in a relational table to a single VARIANT column?
What are characteristics of transient tables in Snowflake? (Select TWO).
Which activities are included in the Cloud Services layer? {Select TWO).
A Snowflake user is writing a User-Defined Function (UDF) that includes some unqualified object names.
How will those object names be resolved during execution?
