Cyber Monday Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

SOL-C01 SnowPro Associate: Platform Certification Exam Questions and Answers

Questions 4

What is the primary use of Snowflake Cortex LLM functions?

Options:

A.

Running machine learning models on structured data.

B.

Optimizing data loading performance.

C.

Performing traditional SQL joins.

D.

Analyzing text data for sentiment summarization and other AI/ML tasks.

Buy Now
Questions 5

What is the LIST command used for in Snowflake?

Options:

A.

Lists all the users assigned to a given role.

B.

Lists all the files in a given stage.

C.

Lists all the tables in a specific schema.

D.

Lists all the privileges granted on a specific object.

Buy Now
Questions 6

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 7

What is the main characteristic of Snowflake's Standard Edition?

Options:

A.

Offers unlimited Time Travel history.

B.

Includes Business Critical features like HIPAA compliance.

C.

Supports Private Connectivity (AWS PrivateLink, Azure Private Link).

D.

Provides core Snowflake features for data warehousing and analytics.

Buy Now
Questions 8

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 9

Which of the following is true about Snowflake's "auto-scale" feature for multi-clustered warehouses? (Choose any 2 options)

Options:

A.

It automatically adjusts the number of clusters based on query demand

B.

It requires manual intervention to add or remove clusters

C.

It helps optimize resource utilization during variable workloads

D.

It is only available for standard warehouses

Buy Now
Questions 10

What can a schema in Snowflake contain? (Choose any 3 options)

Options:

A.

Views

B.

Tables

C.

Stage

D.

Virtual warehouses

Buy Now
Questions 11

What is a fully qualified name in Snowflake used for?

Options:

A.

To store data in tables

B.

To manage user permissions

C.

To configure network settings

D.

To uniquely identify database objects

Buy Now
Questions 12

What is the primary purpose of the LIMIT clause in a Snowflake query?

Options:

A.

To sort the result set

B.

To filter the result set

C.

To restrict the number of rows returned

D.

To group the result set

Buy Now
Questions 13

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 14

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 15

To exclude certain columns from a SELECT query, you should:

Options:

A.

Explicitly list the columns you want to include

B.

Use the EXCLUDE keyword

C.

Use a REMOVE function on the table

D.

Use the OMIT clause

Buy Now
Questions 16

Which of the following file formats can be processed by the PARSE_DOCUMENT function?

Options:

A.

PDF

B.

PPTX

C.

XLSX

D.

DOCX

Buy Now
Questions 17

What are characteristics of schemas in Snowflake? (Select TWO).

Options:

A.

Each schema is available to a single role.

B.

A schema is an immutable object.

C.

Schemas contain virtual warehouses.

D.

Schemas are used to organize database objects.

E.

A schema is contained in a database.

Buy Now
Questions 18

What kind of information can be found in Query History in Snowsight? (Select THREE)

Options:

A.

Virtual Warehouse size used

B.

Credit consumption

C.

Execution Status (e.g. Succeeded, Failed)

D.

Duration of the query

E.

Query ID

Buy Now
Questions 19

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 20

How do databases, schemas, tables, and views interact in Snowflake's hierarchy? (Choose any 2 options)

Options:

A.

A view can contain multiple databases

B.

Tables and views store data and provide virtual tables

C.

A database contains schemas, which contain tables and views

D.

Schemas manage network settings

Buy Now
Questions 21

In the Snowsight Query History, what attribute uniquely identifies each query?

Options:

A.

Transaction ID

B.

Query ID

C.

Account ID

D.

Session ID

Buy Now
Questions 22

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

Options:

A.

CONTENT

B.

LAYOUT

C.

OMR

D.

OCR

Buy Now
Questions 23

What is the PRIMARY purpose of the use of the PARSE_DOCUMENT function in Snowflake?

Options:

A.

To identify any Personally Identifiable Information (PII) in text

B.

To identify data that will benefit from the use of a directory table

C.

To extract text from PDF files

D.

To parse JSON data

Buy Now
Questions 24

Which of the following Snowflake functions is used to generate pre-signed URLs for accessing files in a stage?

Options:

A.

GET_STAGE_LOCATION()

B.

BUILD_STAGE_FILE_URL()

C.

GET_PRESIGNED_URL()

D.

GET_RELATIVE_PATH()

Buy Now
Questions 25

What are virtual warehouses in Snowflake?

Options:

A.

A compute resource

B.

A worksheet for writing queries

C.

A type of user account

D.

A storage location for data files

Buy Now
Questions 26

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

Options:

A.

DATE_OUTPUT_FORMAT

B.

DATA_RETENTION_TIME_IN_DAYS

C.

TIMEZONE

D.

USE_CACHED_RESULT

Buy Now
Questions 27

What are the steps to create a new schema in Snowsight?

Options:

A.

Data >> Add Data >> Create Schema

B.

Data >> Create Schema

C.

Data >> Database >> Create Schema

D.

Data Product >> Create Schema

Buy Now
Questions 28

What a Database in Snowflake cant contain?

Options:

A.

Views

B.

Tables

C.

Role

D.

Database Role

Buy Now
Questions 29

What is Snowflake Data Exchange used for?

Options:

A.

Storing raw data

B.

Sharing data between specific Snowflake accounts

C.

Managing user permissions

D.

Sharing data with all Snowflake accounts

Buy Now
Questions 30

How do you enable a Directory Table for an external stage in Snowflake?

Options:

A.

By default, Directory Tables are enabled

B.

Using the command CREATE DIRECTORY TABLE ...

C.

By setting the ENABLE_DIRECTORY_TABLE property to TRUE on the external stage using ALTER STAGE ... SET ENABLE_DIRECTORY_TABLE = TRUE

D.

By creating a view on the external stage

Buy Now
Questions 31

What types of worksheets can be created in Snowsight? (Select TWO).

Options:

A.

SQL

B.

Javascript

C.

Scala

D.

Java

E.

Python

Buy Now
Questions 32

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
Questions 33

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 34

What is the primary purpose of the COPY INTO command in Snowflake for data loading?

Options:

A.

To replicate databases across regions.

B.

To create new virtual warehouses.

C.

To load data from staged files into a table.

D.

To manage user roles and permissions.

Buy Now
Questions 35

What is the impact of enabling auto-suspend on a Snowflake virtual warehouse?

Options:

A.

The size of the warehouse will adjust automatically, improving query performance.

B.

The warehouse will be dropped after a specified period of inactivity.

C.

The warehouse will be stopped after a specified period of inactivity, reducing costs.

D.

The warehouse costs will stabilize from month-to-month.

Buy Now
Questions 36

What is the default Time Travel data retention period?

Options:

A.

45 days

B.

1 day

C.

7 days

D.

90 days

Buy Now
Questions 37

Which cloud platforms does Snowflake support?

Options:

A.

Amazon Web Services (AWS)

B.

Google Cloud Platform (GCP)

C.

Microsoft Azure

D.

All of the options

Buy Now
Questions 38

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 39

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 40

What are characteristics of the Snowflake Platform? (Select TWO).

Options:

A.

Snowflake supports column-level security not row-level security.

B.

Snowflake is responsible for all data security.

C.

Snowflake handles platform maintenance, management, and upgrades.

D.

There is no infrastructure to provision and maintain.

E.

Snowflake can run on private infrastructures on-premises.

Buy Now
Questions 41

What happens when you execute the following command in Snowflake?

DROP SCHEMA IF EXISTS marketing_schema;

Options:

A.

An error is returned if the schema does not exist

B.

The schema "marketing_schema" is created if it does not exist

C.

The schema "marketing_schema" is dropped only if it exists

D.

The schema "marketing_schema" is dropped even if it contains tables

Buy Now
Questions 42

Which of the following is a key feature of Snowflake's Data Storage Layer? (Select 2 options)

Options:

A.

In-memory storage

B.

Internal optimized, compressed, columnar format

C.

Elastic storage

D.

Elastic Cloud

Buy Now
Questions 43

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 44

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 45

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 46

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 47

Where is unstructured data stored in Snowflake?

Options:

A.

In the Cloud Services layer

B.

In internal or external stages

C.

In external tables

D.

In tables with a single VARCHAR column

Buy Now
Questions 48

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 49

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 50

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

How can you load JSON data into a Snowflake table from stage?

Options:

A.

Use the INSERT INTO command

B.

Use the COPY INTO command

C.

Use the LOAD DATA command

D.

Use the UPLOAD JSON command

Buy Now
Questions 53

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 54

How are privileges inherited in the Snowflake role hierarchy?

Options:

A.

Privileges are only inherited by direct child roles in the hierarchy.

B.

Privileges are inherited by any roles at the same level in the hierarchy.

C.

Privileges are inherited by any roles above a given role in the hierarchy.

D.

Privileges are only inherited by the direct parent role in the hierarchy.

Buy Now
Questions 55

What file extension is commonly used for Snowflake notebooks?

Options:

A.

.sql

B.

.ipnb

C.

.ipynb

D.

.txt

Buy Now
Questions 56

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 57

What is created in the Cloud Services layer of the Snowflake architecture?

Options:

A.

Dashboards

B.

Metadata

C.

Virtual warehouses

D.

Micro-partitions

Buy Now
Questions 58

What are Snowflake customers responsible for?

Options:

A.

Managing the hardware on which Snowflake is installed

B.

Software installation and updates

C.

Managing table metadata

D.

Loading, unloading, and managing data

Buy Now
Questions 59

What is a key capability of the Snowflake virtual warehouse?

Options:

A.

It supports unlimited concurrency.

B.

It can be dynamically scaled up or down.

C.

It can store data permanently.

D.

It can be located on-premises.

Buy Now
Questions 60

Which SQL command is commonly used to load structured data from a stage into a Snowflake table?

Options:

A.

INSERT INTO

B.

COPY INTO

C.

LOAD DATA

D.

IMPORT DATA

Buy Now
Questions 61

What is the purpose of auto-resume on a virtual warehouse?

Options:

A.

To restart the warehouse manually after suspension.

B.

To automatically start the warehouse when a query is submitted to it.

C.

To automatically scale up the warehouse size.

D.

To prevent the warehouse from suspending.

Buy Now
Questions 62

Where do tables reside in Snowflake?

Options:

A.

Stages

B.

Virtual warehouses

C.

Schemas

D.

File formats

Buy Now
Questions 63

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 64

Which of the following are examples of unstructured data? (Choose any 3 options)

Options:

A.

JSON

B.

Image

C.

Video

D.

Pdf

Buy Now
Exam Code: SOL-C01
Exam Name: SnowPro Associate: Platform Certification Exam
Last Update: Dec 2, 2025
Questions: 214

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now SOL-C01 testing engine

PDF (Q&A)

$43.57  $124.49
buy now SOL-C01 pdf