Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

DSA-C02 Questions and Answers

Question # 6

Which ones are the correct rules while using a data science model created via External function in Snowflake?

A.

External functions return a value. The returned value can be a compound value, such as a VARIANT that contains JSON.

B.

External functions can be overloaded.

C.

An external function can appear in any clause of a SQL statement in which other types of UDF can appear.

D.

External functions can accept Model parameters.

Full Access
Question # 7

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

Which of the following is a useful tool for gaining insights into the relationship between features and predictions?

A.

numpy plots

B.

sklearn plots

C.

Partial dependence plots(PDP)

D.

FULL dependence plots (FDP)

Full Access
Question # 9

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

Which of the following Functions do Support Windowing?

A.

HASH_AGG

B.

ENCRYPT

C.

EXTRACT

D.

LISTAGG

Full Access
Question # 11

Which command is used to install Jupyter Notebook?

A.

pip install jupyter

B.

pip install notebook

C.

pip install jupyter-notebook

D.

pip install nbconvert

Full Access
Question # 12

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

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

You are training a binary classification model to support admission approval decisions for a college degree program.

How can you evaluate if the model is fair, and doesn’t discriminate based on ethnicity?

A.

Evaluate each trained model with a validation datasetand use the model with the highest accuracy score.

B.

Remove the ethnicity feature from the training dataset.

C.

Compare disparity between selection rates and performance metrics across ethnicities.

D.

None of the above.

Full Access
Question # 15

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

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

Which Python method can be used to Remove duplicates by Data scientist?

A.

remove_duplicates()

B.

duplicates()

C.

drop_duplicates()

D.

clean_duplicates()

Full Access
Question # 18

Which of the learning methodology applies conditional probability of all the variables with respec-tive the dependent variable?

A.

Reinforcement learning

B.

Unsupervised learning

C.

Artificial learning

D.

Supervised learning

Full Access
Question # 19

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