Exam Details

  • Exam Code
    :COF-C02
  • Exam Name
    :SnowPro Core Certification (COF-C02)
  • Certification
    :Snowflake Certifications
  • Vendor
    :Snowflake
  • Total Questions
    :1332 Q&As
  • Last Updated
    :Jun 19, 2025

Snowflake Snowflake Certifications COF-C02 Questions & Answers

  • Question 1011:

    A virtual warehouse's auto-suspend and auto-resume settings apply to which of the following?

    A. The primary cluster in the virtual warehouse

    B. The entire virtual warehouse

    C. The database in which the virtual warehouse resides

    D. The Queries currently being run on the virtual warehouse

  • Question 1012:

    Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).

    A. Load files that are approximately 25 MB or smaller.

    B. Remove all dates and timestamps.

    C. Load files that are approximately 100-250 MB (or larger)

    D. Avoid using embedded characters such as commas for numeric data types

    E. Remove semi-structured data types

  • Question 1013:

    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