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

Snowflake DSA-C02 - SnowPro Advanced: Data Scientist Certification Exam

Page: 2 / 2
Total 65 questions

Which are the following additional Metadata columns Stream contains that could be used for creating Efficient Data science Pipelines & helps in transforming only the New/Modified data only?

A.

METADATA$ACTION

B.

METADATA$FILE_ID

C.

METADATA$ISUPDATE

D.

METADATA$DELETE

E.

METADATA$ROW_ID

Which of the following is a Python-based web application framework for visualizing data and analyzing results in a more efficient and flexible way?

A.

StreamBI

B.

Streamlit

C.

Streamsets

D.

Rapter

Mark the incorrect statement regarding Python UDF?

A.

Python UDFs can contain both new code and calls to existing packages

B.

For each row passed to a UDF, the UDF returns either a scalar (i.e. single) value or, if defined as a table function, a set of rows.

C.

A UDF also gives you a way to encapsulate functionality so that you can call it repeatedly from multiple places in code

D.

A scalar function (UDF) returns a tabular value for each input row

Which one is incorrect understanding about Providers of Direct share?

A.

A data provider is any Snowflake account that creates shares and makes them available to other Snowflake accounts to consume.

B.

As a data provider, you share a database with one or more Snowflake accounts.

C.

You can create as many shares as you want, and add as many accounts to a share as you want.

D.

If you want to provide a share to many accounts, you can do the same via Direct Share.

What is the risk with tuning hyper-parameters using a test dataset?

A.

Model will overfit the test set

B.

Model will underfit the test set

C.

Model will overfit the training set

D.

Model will perform balanced

In a simple linear regression model (One independent variable), If we change the input variable by 1 unit. How much output variable will change?

A.

by 1

B.

no change

C.

by intercept

D.

by its slope

Which of the following Functions do Support Windowing?

A.

HASH_AGG

B.

ENCRYPT

C.

EXTRACT

D.

LISTAGG

Which of the following is a common evaluation metric for binary classification?

A.

Accuracy

B.

F1 score

C.

Mean squared error (MSE)

D.

Area under the ROC curve (AUC)

Data providers add Snowflake objects (databases, schemas, tables, secure views, etc.) to a share us-ing Which of the following options?

A.

Grant privileges on objects to a share via Account role.

B.

Grant privileges on objects directly to a share.

C.

Grant privileges on objects to a share via a database role.

D.

Grant privileges on objects to a share via a third-party role.