Snowflake SnowPro Core COF-C02 Exam Questions in PDF

Free Snowflake COF-C02 Dumps Questions (page: 8)

Which of the following DML commands isn't supported by Snowflake?

  1. UPSERT
  2. MERGE
  3. UPDATE
  4. TRUNCATE TABLE

Answer(s): A


Reference:

https://docs.snowflake.com/en/sql-reference/sql-dml.html



Which of the following statements is true of zero-copy cloning?

  1. Zero-copy clones increase storage costs as cloning the table requires storing its data twice
  2. All zero-copy clone objects inherit the privileges of their original objects
  3. Zero-copy cloning is licensed as an additional Snowflake feature
  4. At the instance/instant a clone is created, all micro-partitions in the original table and the clone are fully shared

Answer(s): D


Reference:

https://community.snowflake.com/s/question/0D50Z00009D8VOd/zero-copy-cloning-base-data



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.

  1. True
  2. False

Answer(s): B



The Query History in the Snowflake Web Interface (UI) is kept for approximately:

  1. 60 minutes
  2. 24 hours
  3. 14 days
  4. 30 days
  5. 1 year

Answer(s): C



To run a Multi-Cluster Warehouse in auto-scale mode, a user would:

  1. Configure the Maximum Clusters setting to “Auto-Scale”
  2. Set the Warehouse type to “Auto”
  3. Set the Minimum Clusters and Maximum Clusters settings to the same value
  4. Set the Minimum Clusters and Maximum Clusters settings to the different values

Answer(s): D


Reference:

https://help.pentaho.com/Documentation/9.1/Products/Modify_Snowflake_warehouse



Which of the following terms best describes Snowflake's database architecture?

  1. Columnar shared nothing
  2. Shared disk
  3. Multi-cluster, shared data
  4. Cloud-native shared memory

Answer(s): C



Which of the following are options when creating a Virtual Warehouse? (Choose two.)

  1. Auto-drop
  2. Auto-resize
  3. Auto-resume
  4. Auto-suspend

Answer(s): C,D


Reference:

https://help.pentaho.com/Documentation/9.1/Products/Create_Snowflake_warehouse



A Virtual Warehouse's auto-suspend and auto-resume settings apply to:

  1. The primary cluster in the Virtual Warehouse
  2. The entire Virtual Warehouse
  3. The database the Virtual Warehouse resides in
  4. The queries currently being run by the Virtual Warehouse

Answer(s): B


Reference:

https://docs.snowflake.com/en/user-guide/warehouses-overview.html



Share your comments for Snowflake COF-C02 exam with other users:

A
AI Tutor Explanation
4/25/2026 1:42:20 PM

Question 104:

  • Correct answer: D) Multi-Terabyte (TB) Range

  • Brief explanation:
- clustering keys organize data into micro-partitions to improve pruning when queries filter on those columns. - The performance benefit is most significant for very large tables; for small tables the overhead of maintaining clustering outweighs gains. - Therefore, as a best practice, define clustering keys on tables at the TB scale.

A
AI Tutor Explanation
4/21/2026 8:48:36 AM

Question 3:

  • False is the correct answer (Option B).

Why:
  • In Snowflake, a database is a metadata object that exists within a single Snowflake account. Accounts are isolated—there isn’t one database that lives in multiple accounts.
  • You can access data across accounts via data sharing or database replication, but these create separate database objects in the other accounts (e.g., a database in the consumer account created from a share), not a single shared database across accounts.

So a single database cannot exist in more than one Snowflake account.

AI Tutor 👋 I’m here to help!