When should you consider disabling auto-suspend for a Virtual Warehouse? (Choose two.)
Answer(s): B,C
https://docs.snowflake.com/en/user-guide/warehouses-considerations.html
Which of the following are valid approaches to loading data into a Snowflake table? (Choose all that apply.)
Answer(s): A,B,C
https://docs.snowflake.com/en/user-guide/data-load-overview.html
If auto-suspend is enabled for a Virtual Warehouse, the Warehouse is automatically suspended when:
Answer(s): D
https://docs.snowflake.com/en/user-guide/warehouses-overview.html
True or False: Multi-Factor Authentication (MFA) in Snowflake is only supported in conjunction with Single Sign-On (SSO).
Answer(s): B
https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html
The number of queries that a Virtual Warehouse can concurrently process is determined by (Choose two.):
Answer(s): A,C
Post your Comments and Discuss Snowflake COF-C02 exam dumps with other Community members:
FILE_FORMAT
AWS PrivateLink
CREATE TABLE new_table CLONE old_table;
CREATE DATABASE new_db CLONE old_db;
CREATE SCHEMA new_schema CLONE old_schema;
CREATE FILE FORMAT new_format CLONE old_format;
SECURITYADMIN
SYSADMIN
ACCOUNTADMIN
PUBLIC
COPY INTO
SELECT
COPY INTO @stage/path/file.csv FROM (SELECT col1, col2 FROM my_table WHERE date >= '2024-01-01') FILE_FORMAT=(TYPE=CSV);