COF-C02 Exam Details

  • Exam Code
    :COF-C02
  • Exam Name
    :SnowPro Core Certification (COF-C02)
  • Certification
    :Snowflake Certifications
  • Vendor
    :Snowflake
  • Total Questions
    :1700 Q&As
  • Last Updated
    :May 31, 2026

Snowflake COF-C02 Online Questions & Answers

  • Question 781:

    A virtual warehouse initially suffers from poor performance as a result of queries from multiple concurrent processes that are queuing. Over time, the problem resolved.

    What action can be taken to prevent this from happening again?

    A. Increase the size of the virtual warehouse.
    B. Add a cluster key to the most used JOIN key.
    C. Change the multi-cluster settings to add additional clusters.
    D. Enable the search optimization service for the underlying tables.

  • Question 782:

    Which command will identify the names of files that are in a Snowflake stage?

    A. DESCRIBE FILE FORMAT
    B. SHOW FILE FORMAT
    C. LIST
    D. SELECT $1 FROM

  • Question 783:

    What is a machine learning and data science partner within the Snowflake Partner Ecosystem?

    A. Informatica
    B. Power Bl
    C. Adobe
    D. Data Robot

  • Question 784:

    Which table type is automatically deleted after a session is closed and has no Fail-safe or Time Travel cost?

    A. Temporary
    B. Transient
    C. Permanent
    D. External

  • Question 785:

    Using which copy option when unloading data allows users to include a Universally Unique Identi er (UUID) in the names of unloaded les?

    A. VALIDATION_MODE
    B. SINGLE
    C. HEADER
    D. INCLUDE_QUERY_ID

  • Question 786:

    A user is loading JSON documents composed of a huge array containing multiple records into Snowflake. The user enables the strip__outer_array file format option

    What does the STRIP_OUTER_ARRAY file format do?

    A. It removes the last element of the outer array.
    B. It removes the outer array structure and loads the records into separate table rows,
    C. It removes the trailing spaces in the last element of the outer array and loads the records into separate table columns
    D. It removes the NULL elements from the JSON object eliminating invalid data and enables the ability to load the records