Big Cyber Monday Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

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

Questions 4

Which of the following components are included in a fully qualified name in Snowflake? (Choose any 3 options)

Options:

A.

Database name

B.

Role name

C.

Schema name

D.

Table or view name

Buy Now
Questions 5

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 6

Which command is synonymous with the LIST command in Snowflake?

Options:

A.

LS

B.

SHOW

C.

DESC

D.

LIS

Buy Now
Questions 7

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 8

What options are available under the settings for Python worksheets? (Choose any 2 options)

Options:

A.

Handler

B.

Return Value

C.

Return Type

D.

Output

Buy Now
Questions 9

What Snowflake object provides a secure connection to external cloud storage?

Options:

A.

A directory table

B.

An external table

C.

An external stage

D.

A named file format

Buy Now
Questions 10

Which data type in Snowflake is commonly used for storing semi-structured data?

Options:

A.

BLOB

B.

JSON

C.

VARIANT

D.

VARCHAR

Buy Now
Questions 11

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 12

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 13

What command can be used to load data from an external stage to a table?

Options:

A.

INSERT INTO

B.

GET

C.

COPY INTO

D.

PUT

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

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 16

What does a red checkmark next to a cell in a Snowflake notebook signify?

Options:

A.

The cell has errors

B.

The cell is currently running

C.

The cell has completed execution successfully

D.

The cell is paused

Buy Now
Questions 17

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 18

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 19

What is the primary benefit of the separation of storage and compute in Snowflake?

Options:

A.

It allows independent scaling of resources.

B.

It reduces network latency.

C.

It simplifies data governance.

D.

It eliminates the need for data loading.

Buy Now
Questions 20

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 21

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 22

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 23

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 24

What information can be obtained by describing a table in Snowflake? (Choose any 3 options)

Options:

A.

Column names and data types

B.

Table constraints

C.

Table Origin

D.

Indexes and keys

Buy Now
Questions 25

How can Snowsight be used to monitor the performance of a virtual warehouse?

Options:

A.

Use the SHOW WAREHOUSES command.

B.

Use the LOAD_HISTORY view.

C.

Use the DESCRIBE WAREHOUSE command.

D.

Use the QUERY_HISTORY view.

Buy Now
Questions 26

What is the SHOW FILE FORMATS SQL command used for in Snowflake?

Options:

A.

Create a list of all of the file formats currently supported by Snowflake.

B.

Get information about how different file formats should be used.

C.

List the file formats in the currently-selected schema.

D.

List all of the files in a database that have data in a given file format.

Buy Now
Questions 27

What is the primary responsibility of Role Hierarchy in Snowflake's access control model?

Options:

A.

To allow roles to inherit privileges from parent roles

B.

To define the order of SQL command execution

C.

To categorize different types of users

D.

To specify the size of virtual warehouses

Buy Now
Questions 28

Which types of stages are available in Snowflake? (Choose any 2 options)

Options:

A.

Internal

B.

External

C.

Public

D.

Private

Buy Now
Questions 29

Which of the following are numeric data types supported by Snowflake? (Choose any 2 options)

Options:

A.

INTEGER

B.

BOOLEAN

C.

VARCHAR

D.

FLOAT

Buy Now
Questions 30

What will be returned when a user runs this command?

SELECT count FROM my_table LIMIT 10;

Options:

A.

A non-deterministic set of 10 values in the count column.

B.

The highest 10 values in the count column.

C.

All values in the count column that are less than or equal to 10.

D.

The lowest 10 values in the count column.

Buy Now
Questions 31

What file formats can be loaded into Snowflake using the COPY INTO command? (Choose any 3 options)

Options:

A.

JSON

B.

XLS

C.

Parquet

D.

CSV

Buy Now
Questions 32

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 33

What are the key benefits of using Snowflake? (Select TWO).

Options:

A.

Independent scaling of compute and storage

B.

Vendor lock-in

C.

Manual infrastructure management

D.

Near-unlimited concurrency

E.

On-premises deployment

Buy Now
Questions 34

What is a benefit of using an external stage to load data into Snowflake?

Options:

A.

External stages reduce data storage costs because data is stored outside Snowflake.

B.

External stages provide automatic data purging after successful loads.

C.

External stages are more secure than internal stages for sensitive data.

D.

External stages reduce the number of objects in a database.

Buy Now
Questions 35

What type of storage format does Snowflake use for its data?

Options:

A.

Row-based format

B.

Compressed columnar format

C.

Compressed row-store format

D.

Uncompressed row-store format

Buy Now
Questions 36

What types of privileges can be granted to a role in Snowflake?

Options:

A.

INSERT

B.

SELECT

C.

MONITOR

D.

All of them

Buy Now
Questions 37

How does Snowflake's compute layer handle query execution?

Options:

A.

By optimizing data in cloud storage

B.

With shared-disk architecture

C.

Using MPP (massively parallel processing) compute

D.

Using single-threaded processing

Buy Now
Questions 38

Which of the following are valid Snowflake Virtual Warehouse sizes? (Choose any 3 options)

Options:

A.

Small

B.

Tiny

C.

Medium

D.

Xsmall

Buy Now
Questions 39

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 40

What is a key feature of Snowflake notebooks?

Options:

A.

Command-line interface only

B.

Text-only data display

C.

Integrated environment for writing queries and visualizing results

D.

Manual hardware configuration

Buy Now
Questions 41

What is the primary benefit of Zero-Copy Cloning in Snowflake?

Options:

A.

It allows creating writable copies of databases or tables without duplicating stored data.

B.

It creates a full physical copy of data for archival.

C.

It enables real-time data synchronization between regions.

D.

It prevents any modifications to the cloned data.

Buy Now
Questions 42

What does "warehouse scaling up/down" refer to in Snowflake?

Options:

A.

Moving data between different storage locations

B.

Changing the region of the warehouse

C.

Changing the size of the warehouse (e.g., from Small to Medium or Vice Versa).

D.

Adjusting the number of clusters in a multi-cluster warehouse.

Buy Now
Questions 43

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 44

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 45

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 46

What are Snowflake notebooks primarily used for?

Options:

A.

Storing raw data

B.

User authentication

C.

Writing and executing SQL queries, Python commands, building visualizations, and documenting analysis

D.

Managing cloud storage

Buy Now
Questions 47

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

Options:

A.

Views

B.

Tables

C.

Stage

D.

Virtual warehouses

Buy Now
Questions 48

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 49

Which command will create a named internal stage?

Options:

A.

CREATE @STAGE

B.

CREATE NAMED STAGE

C.

CREATE STAGE

D.

CREATE INTERNAL STAGE

Buy Now
Questions 50

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 51

How do databases and schemas fit into Snowflake's hierarchy? (Choose any 2 options)

Options:

A.

A database can contain multiple schemas

B.

A schema can contain multiple databases

C.

A schema can contain multiple tables and views

D.

A table can contain multiple schemas

Buy Now
Questions 52

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 53

How is the initial activation of the Snowflake Data Exchange feature, which is necessary for establishing private exchanges, typically accomplished?

Options:

A.

Any Snowflake account administrator can enable Data Exchange through the web interface with a single click.

B.

Activation of the Data Exchange feature generally requires a request to Snowflake Support, who then enable it for the specific account.

C.

Data Exchange is automatically enabled for all Snowflake accounts upon creation.

D.

Activation of the Data Exchange feature requires a specific SQL command to be executed by the ACCOUNTADMIN role.

Buy Now
Questions 54

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 55

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 56

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 57

What are the three key layers of Snowflake's architecture?

Options:

A.

Data Repository, Compute Clusters, Metadata Management

B.

Authentication, Access Control, Cloud Services

C.

Database Storage, ODBC Drivers, Virtual Warehouses

D.

Data Storage, Query Processing, Cloud Services

Buy Now
Questions 58

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 59

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 60

What a Database in Snowflake cant contain?

Options:

A.

Views

B.

Tables

C.

Role

D.

Database Role

Buy Now
Questions 61

Which of the following is true about data listings in the Snowflake Marketplace?

Options:

A.

They always require payment for access.

B.

They are limited to static data snapshots.

C.

They can be free or paid, depending on the provider's terms.

D.

They are only accessible to Snowflake administrators.

Buy Now
Questions 62

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 63

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