Month End Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

DSA-C02 PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

DSA-C02 PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: SnowPro Advanced: Data Scientist Certification Exam
  • Last Update: May 25, 2025
  • Questions and Answers: 65
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

DSA-C02 Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

DSA-C02 Practice Exam Questions with Answers SnowPro Advanced: Data Scientist Certification Exam Certification

Question # 6

Which of the Following is not type of Windows function in Snowflake?

A.

Rank-related functions.

B.

Window frame functions.

C.

Aggregation window functions.

D.

Association functions.

Full Access
Question # 7

Secure Data Sharing do not let you share which of the following selected objects in a database in your account with other Snowflake accounts?

A.

Sequences

B.

Tables

C.

External tables

D.

Secure UDFs

Full Access
Question # 8

Mark the Incorrect statements regarding MIN / MAX Functions?

A.

NULL values are skipped unless all the records are NULL

B.

NULL values are ignored unless all the records are NULL, in which case a NULL value is returned

C.

The data type of the returned value is the same as the data type of the input values

D.

For compatibility with other systems, the DISTINCT keyword can be specified as an argument for MIN or MAX, but it does not have any effect

Full Access
Question # 9

Consider a data frame df with columns ['A', 'B', 'C', 'D'] and rows ['r1', 'r2', 'r3']. What does the ex-pression df[lambda x : x.index.str.endswith('3')] do?

A.

Returns the row name r3

B.

Results in Error

C.

Returns the third column

D.

Filters the row labelled r3

Full Access
Question # 10

Which ones are the type of visualization used for Data exploration in Data Science?

A.

Heat Maps

B.

Newton AI

C.

Feature Distribution by Class

D.

2D-Density Plots

E.

Sand Visualization

Full Access
Question # 11

Mark the Incorrect understanding of Data Scientist about Streams?

A.

Streams on views support both local views and views shared using Snowflake Secure Data Sharing, including secure views.

B.

Streams can track changes in materialized views.

C.

Streams itself does not contain any table data.

D.

Streams do not support repeatable read isolation.

Full Access
Question # 12

Data Scientist can query, process, and transform data in a which of the following ways using Snowpark Python. [Select 2]

A.

Query and process data with a DataFrame object.

B.

Write a user-defined tabular function (UDTF) that processes data and returns data in a set of rows with one or more columns.

C.

SnowPark currently do not support writing UDTF.

D.

Transform Data using DataIKY tool with SnowPark API.

Full Access
Question # 13

As Data Scientist looking out to use Reader account, Which ones are the correct considerations about Reader Accounts for Third-Party Access?

A.

Reader accounts (formerly known as “read-only accounts”) provide a quick, easy, and cost-effective way to share data without requiring the consumer to become a Snowflake customer.

B.

Each reader account belongs to the provider account that created it.

C.

Users in a reader account can query data that has been shared with the reader account, but cannot perform any of the DML tasks that are allowed in a full account, such as data loading, insert, update, and similar data manipulation operations.

D.

Data sharing is only possible between Snowflake accounts.

Full Access
Question # 14

Which one is not the feature engineering techniques used in ML data science world?

A.

Imputation

B.

Binning

C.

One hot encoding

D.

Statistical

Full Access
Question # 15

Which ones are the known limitations of using External function?

A.

Currently, external functions cannot be shared with data consumers via Secure Data Sharing.

B.

Currently, external functions must be scalar functions. A scalar external function re-turns a single value for each input row.

C.

External functions have more overhead than internal functions (both built-in functions and internal UDFs) and usually execute more slowly

D.

An external function accessed through an AWS API Gateway private endpoint can be accessed only from a Snowflake VPC (Virtual Private Cloud) on AWS and in the same AWS region.

Full Access
Question # 16

Select the Correct Statements regarding Normalization?

A.

Normalization technique uses minimum and max values for scaling of model.

B.

Normalization technique uses mean and standard deviation for scaling of model.

C.

Scikit-Learn provides a transformer RecommendedScaler for Normalization.

D.

Normalization got affected by outliers.

Full Access
Question # 17

Which of the following cross validation versions may not be suitable for very large datasets with hundreds of thousands of samples?

A.

k-fold cross-validation

B.

Leave-one-out cross-validation

C.

Holdout method

D.

All of the above

Full Access
Question # 18

To return the contents of a DataFrame as a Pandas DataFrame, Which of the following method can be used in SnowPark API?

A.

REPLACE_TO_PANDAS

B.

SNOWPARK_TO_PANDAS

C.

CONVERT_TO_PANDAS

D.

TO_PANDAS

Full Access
Question # 19

Which one is not the types of Feature Engineering Transformation?

A.

Scaling

B.

Encoding

C.

Aggregation

D.

Normalization

Full Access