Summer Sale Limited Time 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple75
Pass the Snowflake SnowPro Core Certification COF-C03 Questions and answers with Dumpstech
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?
Which of the following are benefits of micro-partitioning? (Select TWO)
What is a machine learning and data science partner within the Snowflake Partner Ecosystem?
User-level network policies can be created by which of the following roles? (Select TWO).
Which of the following describes how clustering keys work in Snowflake?
Which command can be used to load data into an internal stage?
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:
COPY INTO my__table FROM @my__stage;
The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.
If the user runs the same copy into command what will happen?
How often are encryption keys automatically rotated by Snowflake?
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
True or False: When you create a custom role, it is a best practice to immediately grant that role to ACCOUNTADMIN.
Which of the following Snowflake objects can be shared using a secure share? (Select TWO).
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
How long is Snowpipe data load history retained?
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
What are characteristics of the ownership privilege when it is granted on a regular Snowflake schema? (Select TWO).
What can load data from an external stage right after the data is taken in?
Which security feature supports the replacement of active keys to enhance key-pair authentication?
A Snowflake user creates this stored procedure:
PROCEDURE SALES_REPORT(MONTH INT, YEAR INT);
Which statement will remove the stored procedure?
What is the purpose of key-pair authentication?