Black Friday Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

SOL-C01 Sample Questions Answers

Questions 4

Which of the following are benefits of using a multi-cluster warehouse in Snowflake? (Choose any 2 options)

Options:

A.

Reduced storage costs

B.

Improved concurrency for handling many simultaneous queries

C.

Automatic scaling to meet varying query loads

D.

Faster data loading

Buy Now
Questions 5

What is a primary function of a view in Snowflake?

Options:

A.

Providing a virtual table based on the result set of a query

B.

Executing network configurations

C.

Managing user authentication

D.

Storing raw data

Buy Now
Questions 6

How can users integrate Streamlit with Snowflake notebooks?

Options:

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

Buy Now
Questions 7

What information can be accessed using the Snowsight Monitoring tab?

Options:

A.

Virtual warehouse usage metrics

B.

Query execution history

C.

Database Time Travel snapshots

D.

Database schema changes history

Buy Now
Questions 8

Which Snowflake component is responsible for data encryption?

Options:

A.

Database storage

B.

Virtual warehouse

C.

Data loading utility

D.

Cloud services

Buy Now
Questions 9

What type of mode available in PARSE_DOCUMENT function? (choose two)

Options:

A.

OCR

B.

OMR

C.

CONTENT

D.

LAYOUT

Buy Now
Questions 10

What is the name for a Snowflake account holder who shares data with other Snowflake accounts?

Options:

A.

A data provider

B.

A data consumer

C.

A data reader

D.

A data administrator

Buy Now
Questions 11

Which of the following are benefits of using a multi-clustered warehouse in Snowflake? (Choose any 3 options)

Options:

A.

Improved query performance during peak load

B.

Automatic scaling of clusters based on query demand

C.

Reduced storage costs

D.

Increased compute capacity

Buy Now
Questions 12

Which package is needed for Python worksheet?

Options:

A.

NumPy

B.

Snowpark

C.

Matplotlib

D.

Pandas

Buy Now
Questions 13

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

Options:

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.

Buy Now
Questions 14

What is a key characteristic of a Snowflake virtual warehouse?

Options:

A.

It provides compute resources.

B.

It manages account roles.

C.

It permanently stores data.

D.

It encrypts data.

Buy Now
Questions 15

Which command is used to grant privileges to a role in Snowflake?

Options:

A.

ASSIGN

B.

CREATE

C.

REVOKE

D.

GRANT

Buy Now
Questions 16

What is the highest level object in the Snowflake object hierarchy?

Options:

A.

Database

B.

Virtual Warehouse

C.

Schema

D.

Account

Buy Now
Questions 17

What Snowflake parameter is configured in the Query Processing layer?

Options:

A.

The minimum and maximum serverless compute limits

B.

The types of tables available in an account

C.

The sizing of virtual warehouses

D.

The minimum and maximum micro-partition limits

Buy Now
Questions 18

Which SQL function is used to parse a string as JSON data within a Snowflake query?

Options:

A.

CONVERT_JSON()

B.

TO_JSON()

C.

PARSE_JSON()

D.

EXTRACT_JSON()

Buy Now
Questions 19

Which statement is true about Snowflake Data Exchange? (Choose any 2 options)

Options:

A.

It is limited to internal data sharing only

B.

It requires complex ETL processes to transfer data

C.

It supports data sharing between different regions and cloud providers

D.

It allows organizations to securely share live, governed data

Buy Now
Questions 20

How do you specify a custom delimiter for a CSV file when using COPY INTO

?

Options:

A.

Using the FIELD_DELIMITER file format option

B.

Using the FIELD_SEPARATOR stage property.

C.

Using the DELIMITER_CHAR table property.

D.

Using the COLUMN_SEPARATOR query parameter

Buy Now
Questions 21

How can you query nested fields in semi-structured data in Snowflake? (Choose any 2 options)

Options:

A.

Using dot notation (.) to access nested fields

B.

Using Snowflake functions

C.

Using bracket notation [] to access nested fields

D.

Using Cloud Functions

Buy Now
Questions 22

Which of the following is true about Snowflake clones?

Options:

A.

Clones consume the same storage as the original object.

B.

Clones initially consume minimal/no storage, with storage only being used for changes made to the clone or the original

C.

Clones can only be created from databases, not tables or schemas.

D.

Clones are automatically synchronized with the original object.

Buy Now
Questions 23

How does Snowflake process queries?

Options:

A.

With shared-disk architecture

B.

Using MPP compute clusters

C.

By optimizing data in cloud storage

D.

Through third-party connectors

Buy Now
Questions 24

What Snowflake object is used to store data?

Options:

A.

Table

B.

Virtual warehouse

C.

Stored procedure

D.

View

Buy Now
Questions 25

Which of the following are examples of semi-structured data formats? (Choose any 3 options)

Options:

A.

JSON

B.

CSV

C.

Parquet

D.

XML

Buy Now
Questions 26

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

Options:

A.

Managed Stages

B.

Permanent Stages

C.

Temporary Stages

D.

External Stages

E.

Internal Stages

Buy Now
Questions 27

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

Options:

A.

SECURITYADMIN

B.

DATABASEADMIN

C.

ACCOUNTADMIN

D.

SYSADMIN

Buy Now
Questions 28

Which statement is true regarding internal stages?

Options:

A.

Internal stages can only be used for semi-structured data

B.

Internal stages are accessed with external cloud provider credentials

C.

Internal stages are managed and stored within Snowflake

D.

Internal stages can only be used for structured data

Buy Now
Questions 29

How can users filter queries in the Query History view in Snowsight?

Options:

A.

By network configuration

B.

By hardware settings

C.

By query status, date range, and user

D.

By text-based search only

Buy Now
Questions 30

What filter can be used when searching for data products on the Snowflake Marketplace?

Options:

A.

Size

B.

Compatibility

C.

Price

D.

Performance

Buy Now
Questions 31

Which Snowflake architectural layer is responsible for persistent storage of customer data?

Options:

A.

Database Storage Layer

B.

Cloud Services Layer

C.

Virtual Warehouse Layer

D.

Query Processing Layer

Buy Now
Questions 32

Which command is used to create a new virtual warehouse in Snowflake?

Options:

A.

CREATE VIRTUALWAREHOUSE warehouse_name;

B.

CREATE DATABASE warehouse_name;

C.

CREATE SCHEMA warehouse_name;

D.

CREATE WAREHOUSE warehouse_name;

Buy Now
Questions 33

What information is available when previewing a table in Snowsight?

Options:

A.

The name of the virtual warehouse where the table is stored

B.

The first 100 rows of the table

C.

The table definition

D.

The Entity Relationship (ER) diagram for the table

Buy Now
Questions 34

What most accurately describe Snowflake?

Options:

A.

A data warehouse software

B.

An ETL Tool

C.

An AI data cloud Platform

D.

A Transactional database

Buy Now
Questions 35

Which command can be used to query the Information Schema in Snowflake to retrieve a list of tables?

Options:

A.

SELECT * FROM PUBLIC.INFORMATION_SCHEMA;

B.

SELECT * FROM INFORMATION_SCHEMA.COLUMNS;

C.

SELECT * FROM INFORMATION_SCHEMA.TABLES;

D.

SELECT * FROM PUBLIC.TABLES;

Buy Now
Questions 36

Which feature does Snowsight provide for query management?

Options:

A.

Manual data storage configuration

B.

Limited to simple queries

C.

Pre-built queries only

D.

An intuitive SQL editor for writing and running queries

Buy Now
Questions 37

What is Snowflake's primary security capability?

Options:

A.

Automated data masking

B.

Network perimeter defense

C.

Role-based access control (RBAC)

D.

End-to-end encryption for all data, in transit and at rest

Buy Now
Questions 38

Which of the following are types of tables in Snowflake? (Choose any 3 options)

Options:

A.

Permanent

B.

Temporary

C.

Transient

D.

Virtual

Buy Now
Questions 39

Which of the following statements are true about Cortex functions?

Options:

A.

They support multiple languages

B.

They can be combined to perform complex data processing tasks

C.

They are limited to a specific domain

D.

They can handle structured and semi-structured data

Buy Now
Questions 40

What is the purpose of the SHOW GRANTS SQL command in Snowflake?

Options:

A.

To list all roles in the account

B.

To list all roles granted to a user

C.

To list all users in the account

D.

To list all databases in the account

Buy Now
Questions 41

What is the maximum duration of data retention using Time Travel in Snowflake for standard accounts?

Options:

A.

0

B.

1

C.

7

D.

90

Buy Now
Questions 42

What is the default Time Travel retention period for standard tables in Snowflake?

Options:

A.

0 days

B.

1 day

C.

7 days

D.

14 days

Buy Now
Questions 43

Which SQL command is used to create a new SCHEMA in Snowflake? (Choose any 3 options)

Options:

A.

CREATE SCHEMA Schema_name;

B.

USE SCH Schema_name;

C.

USE SCHEMA Schema_name;

D.

CREATE SCH Schema_name;

Buy Now
Questions 44

Given a table named MY_TABLE, which SQL statement would create a clone named MY_TABLE_CLONE?

Options:

A.

COPY TABLE MY_TABLE TO MY_TABLE_CLONE;

B.

CREATE TABLE MY_TABLE_CLONE CLONE MY_TABLE;

C.

BACKUP TABLE MY_TABLE TO MY_TABLE_CLONE;

D.

RESTORE TABLE MY_TABLE TO MY_TABLE_CLONE;

Buy Now
Questions 45

What syntax will enable the use of a Python string variable named myvar in a SQL cell within a Snowflake Notebook?

Options:

A.

$myvar

B.

'myvar'

C.

myvar

D.

{{myvar}}

Buy Now
Questions 46

What task can be performed on the Snowsight Schema Details page?

Options:

A.

Change the schema name.

B.

Share a schema with a different account.

C.

Truncate the schema data.

D.

Edit the schema metrics.

Buy Now
Questions 47

Which command is used to view the details of a file format object in Snowflake?

Options:

A.

LIST FILE FORMAT

B.

ALTER FILE FORMAT

C.

DESCRIBE FILE FORMAT

D.

SHOW FILE FORMATS

Buy Now
Questions 48

What is the purpose of assigning roles to users in Snowflake?

Options:

A.

To manage and enforce permissions on objects

B.

To define user tasks

C.

To optimize query execution plans

D.

To control which data types users can query

Buy Now
Questions 49

What is the purpose of the PARSE_JSON function in Snowflake?

Options:

A.

Storing JSON data in its PARSE format

B.

Converting JSON data to XML format

C.

Loading JSON data from external stages

D.

Parsing JSON data into relational table format

Buy Now
Questions 50

What is a database in Snowflake?

Options:

A.

A logical grouping of schemas.

B.

A single virtual warehouse.

C.

A physical storage location for data files.

D.

A collection of tables and views.

Buy Now
Questions 51

Which of the following are date and time data types in Snowflake? (Choose any 3 options)

Options:

A.

TIMEDATE

B.

TIMESTAMP

C.

DATE

D.

DATETIME

Buy Now
Questions 52

What SQL command will return a list of all files in a stage?

Options:

A.

PUT

B.

LIST

C.

GET

D.

COPY INTO

Buy Now
Questions 53

What are the key benefits of the Snowflake multi-cluster shared data architecture? (Select TWO).

Options:

A.

It provides enhanced data security features.

B.

It optimizes data loading for unstructured data.

C.

It allows for independent scaling of compute and storage.

D.

It stores data in a columnar format to improve performance.

E.

It offers near-unlimited concurrency and elasticity.

Buy Now
Questions 54

Which layer of the Snowflake architecture performs query optimization and execution?

Options:

A.

Database Storage Layer

B.

Client Layer

C.

Cloud Services Layer

D.

Query Processing Layer

Buy Now
Questions 55

Which of the following parameters can be used with the COPY INTO

command to specify the file format?

Options:

A.

FILE_FORMAT

B.

DATA_TYPE

C.

FILE_TYPE

D.

LOAD_FORMAT

Buy Now
command to define the structure and characteristics of the source data files. When loading data, Snowflake needs to understand how to interpret the incoming file—its delimiter, compression, data type (CSV, JSON, PARQUET, etc.), and any additional parsing rules. The FILE_FORMAT parameter can reference either a named file format created earlier (CREATE FILE FORMAT) or an inline definition directly within the COPY INTO statement. Parameters like TYPE, FIELD_DELIMITER, SKIP_HEADER, and ESCAPE can be specified within FILE_FORMAT. None of the other options—DATA_TYPE, FILE_TYPE, LOAD_FORMAT—are valid COPY INTO parameters in Snowflake. DATA_TYPE relates to column definitions, FILE_TYPE is not a supported keyword, and LOAD_FORMAT is not recognized by Snowflake. Using FILE_FORMAT ensures proper data ingestion, prevents parsing errors, and enables Snowflake to correctly interpret semi-structured and structured files during bulk load operations.

=======================================

Questions 56

What is the name of Snowflake's default web-based interface?

Options:

A.

SnowSQL

B.

Snowpark

C.

Snowsight

D.

Snowflake CLI

Buy Now
Questions 57

What Snowflake object is used to organize database objects into logical groupings?

Options:

A.

Schemas

B.

Roles

C.

Tables

D.

Stages

Buy Now
Questions 58

Which Snowflake object is a logical container for schemas and other database objects?

Options:

A.

Schema

B.

View

C.

Table

D.

Database

Buy Now
Questions 59

How can you query semi-structured data (e.g., JSON) stored in a Snowflake VARIANT column?

Options:

A.

Using standard SQL WHERE clauses on the entire VARIANT column.

B.

Using path notation to access specific elements within the VARIANT

C.

By converting the VARIANT column to a relational table first.

D.

Only through stored procedures.

Buy Now
Questions 60

What is the recommended way to provide a role with access to a Snowflake object?

Options:

A.

Transfer ownership of the object to the role.

B.

Assign the PUBLIC role.

C.

Grant privileges to the role.

D.

Clone the object and grant the role privileges to the cloned object.

Buy Now
Questions 61

Which SQL command is used to create a new database in Snowflake?

Options:

A.

USE DATABASE database_name;

B.

CREATE DATABASE database_name;

C.

CREATE DB database_name;

D.

USE DB database_name;

Buy Now
Questions 62

Which of the following are valid components of Snowflake's core architecture? (Select THREE)

Options:

A.

On-premises Data Centers

B.

User Interface Layer

C.

Third-Party ETL Tools

D.

Database Storage Layer

E.

Query Processing Layer

F.

Cloud Services Layer

Buy Now
Questions 63

What are computer language considerations when using Snowflake interfaces? (Select TWO).

Options:

A.

Notebook cells can be written in Python.

B.

Databases can process queries using Scala.

C.

Notebook cells can be written in SQL.

D.

Worksheets can only be written in SQL.

E.

Dashboards can be written in JavaScript.

Buy Now
Questions 64

What is a key benefit of using Streamlit for data visualization in Snowflake notebooks?

Options:

A.

Manual data storage

B.

Simplified code execution

C.

Fixed-size compute clusters

D.

Real-time interactivity and dynamic visualizations

Buy Now
Exam Code: SOL-C01
Exam Name: SnowPro Associate: Platform Certification Exam
Last Update: Nov 30, 2025
Questions: 214
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now SOL-C01