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

    How does a Snowflake user execute an anonymous block of code?

    A. The user must run the CALL command to execute the block.
    B. The statements that define the block must also execute the block.
    C. The SUBMIT command must run immediately after the block is defined
    D. The block must be saved to a worksheet and executed using a connector.

  • Question 1622:

    Increasing the maximum number of clusters in a Multi-Cluster Warehouse is an example of:

    A. Scaling rhythmically
    B. Scaling max
    C. Scaling out
    D. Scaling Up

  • Question 1623:

    When would creating and using a standard view be preferable to using a materialized view?

    A. The underlying query of the view takes a lot of time to run.
    B. The underlying query of the view is resource-intensive.
    C. The underlying query of the view is run on large data sets.
    D. The view results change often.

  • Question 1624:

    How can a row access policy be applied to a table or a view? (Choose two.)

    A. Within the policy DDL
    B. Within the create table or create view DDL
    C. By future APPLY for all objects in a schema
    D. Within a control table
    E. Using the command ALTER ADD ROW ACCESS POLICY ;

  • Question 1625:

    Which Snowflake URL type is used by directory tables?

    A. File
    B. Pre-signed
    C. Scoped
    D. Virtual-hosted style

  • Question 1626:

    Queries are frequently run on very large tables and return only a few rows.

    Use of which feature or service will optimize the query performance?

    A. Automatic Clustering
    B. The Search Optimization Service
    C. The Query Acceleration Service
    D. A Materialized View

  • Question 1627:

    What step does Snowflake recommend when loading data from a stage?

    A. Use PURGE when using the COPY INTO command.
    B. Use REMOVE when using the COPY INTO command.
    C. Use the LOAD HISTORY function to view the status of loaded files.
    D. Use the COPY HISTORY function to update the status of loaded files.