Snowflake SnowPro Core COF-C02 Exam Questions in PDF

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

Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?

  1. parse_json()
  2. json_extract_path_text()
  3. object_construct()
  4. flatten

Answer(s): A



How are serverless features billed?

  1. Per second multiplied by an automatic sizing for the job
  2. Per minute multiplied by an automatic sizing for the job, with a minimum of one minute
  3. Per second multiplied by the size, as determined by the SERVERLESS_FEATURES_SIZE account parameter
  4. Serverless features are not billed, unless the total cost for the month exceeds 10% of the warehouse credits, on the account

Answer(s): A



Which Snowflake architectural layer is responsible for a query execution plan?

  1. Compute
  2. Data storage
  3. Cloud services
  4. Cloud provider

Answer(s): C



When unloading to a stage, which of the following is a recommended practice or approach?

  1. Set SINGLE = TRUE for larger files.
  2. Use OBJECT_CONSTRUCT(*) when using Parquet.
  3. Avoid the use of the CAST function.
  4. Define an individual file format.

Answer(s): C



Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)

  1. UPDATE TABLE FROM STREAM
  2. SELECT FROM STREAM
  3. INSERT INTO TABLE SELECT FROM STREAM
  4. ALTER TABLE AS SELECT FROM STREAM
  5. BEGIN COMMIT

Answer(s): A,C



Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)

  1. Use the DROP command after the load completes.
  2. Specify the TEMPORARY option when creating the file format.
  3. Specify the PURGE copy option in the COPY INTO command.
  4. Use the REMOVE command after the load completes.
  5. Use the DELETE LOAD HISTORY command after the load completes.

Answer(s): C,D



On which of the following cloud platforms can a Snowflake account be hosted? (Choose three.)

  1. Amazon Web Services
  2. Private Virtual Cloud
  3. Oracle Cloud
  4. Microsoft Azure Cloud
  5. Google Cloud Platform
  6. Alibaba Cloud

Answer(s): A,D,E



What Snowflake role must be granted for a user to create and manage accounts?

  1. ACCOUNTADMIN
  2. ORGADMIN
  3. SECURITYADMIN
  4. SYSADMIN

Answer(s): B



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!