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 471:

    Which function generates a Snowflake hosted file URL to a staged file using the stage name and relative file path as inputs?

    A. BUILD_STAGE_FILE_URL
    B. BUILD_SCOPED_FILE_URL
    C. GET_PRESIGNED_URL
    D. GET_STAGE_LOCATION

  • Question 472:

    Which of the following commands are valid options for the VALIDATION_MODE parameter within the Snowflake COPY_INTO command? (Choose two.)

    A. TRUE
    B. RETURN_ERROR_SUM
    C. RETURN_ALL_ERRORS
    D. RETURN__ROWS
    E. RETURN_FIRST__ERRORS

  • Question 473:

    How can the outer array structure of a semi-structured file be removed?

    A. Use the parameter strip_outer_array = true in a COPY INTO command.
    B. Set the file format to eliminate any outer array structure before initiating the COPY INTO command.
    C. Filter the outer array structure using a PUT command with the include_outer_array = false parameter.
    D. Use the FLATTEN command with the outer_array = false parameter.