New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Snowflake SOL-C01 - SnowPro Associate: Platform Certification Exam

Page: 5 / 7
Total 214 questions

What is the function of the SKIP_HEADER file format option when loading CSV data?

A.

To include the header row as data.

B.

To ignore empty rows in the data file.

C.

To skip a specified number of header rows.

D.

To automatically create column names from the header row.

What is a key feature of custom roles in Snowflake? (Choose any 2 options)

A.

They cannot be granted to users

B.

They can be tailored to specific organizational requirements

C.

They have predefined privileges

D.

They are created by Snowflake administrators

What parameter is used to define how long Time Travel can be used to access a table?

A.

DATE_OUTPUT_FORMAT

B.

DATA_RETENTION_TIME_IN_DAYS

C.

TIMEZONE

D.

USE_CACHED_RESULT

Which of the following statements are true about Zero-Copy Cloning in Snowflake? (Select TWO)

A.

It requires significant additional storage.

B.

It is immediate and metadata-only operation.

C.

It duplicates the underlying data storage.

D.

It creates a writable copy of an object.

How can users integrate Streamlit with Snowflake notebooks?

A.

By writing HTML code

B.

By creating manual scripts

C.

By configuring network settings

D.

By using Streamlit functions within Python code in the notebook

What is the main advantage of using Materialized Views in Snowflake?

A.

They always contain the latest data in real-time.

B.

They can be directly updated by DML statements.

C.

They physically store pre-computed results to improve query performance.

D.

They are primarily used for data masking.

Which of the following system-defined roles exist in Snowflake? (Choose any 3 options)

A.

SECURITYADMIN

B.

DATABASEADMIN

C.

ACCOUNTADMIN

D.

SYSADMIN

What is a key characteristic of a Snowflake virtual warehouse?

A.

It provides compute resources.

B.

It manages account roles.

C.

It permanently stores data.

D.

It encrypts data.

What is the typical syntax for using the LIMIT clause to retrieve the first 10 rows of a table named employees?

A.

SELECT * FROM employees LIMIT 10;

B.

SELECT LIMIT 10 * FROM employees;

C.

LIMIT 10 SELECT * FROM employees;

D.

SELECT * FROM employees WHERE LIMIT 10;

Which types of stages are supported in Snowflake for data loading and unloading? (Select TWO)

A.

Managed Stages

B.

Permanent Stages

C.

Temporary Stages

D.

External Stages

E.

Internal Stages