Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Snowflake DSA-C02 Dumps

Page: 1 / 5
Total 65 questions

SnowPro Advanced: Data Scientist Certification Exam Questions and Answers

Question 1

Which one is incorrect understanding about Providers of Direct share?

Options:

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.

Question 2

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

Options:

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.

Question 3

Which command manually triggers a single run of a scheduled task (either a standalone task or the root task in a DAG) independent of the schedule defined for the task?

Options:

A.

RUN TASK

B.

CALL TASK

C.

EXECUTE TASK

D.

RUN ROOT TASK

Question 4

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

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.

Question 5

Mark the Incorrect statements regarding MIN / MAX Functions?

Options:

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

Question 6

Which ones are the key actions in the data collection phase of Machine learning included?

Options:

A.

Label

B.

Ingest and Aggregate

C.

Probability

D.

Measure

Question 7

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

Options:

A.

Rank-related functions.

B.

Window frame functions.

C.

Aggregation window functions.

D.

Association functions.

Question 8

Which of the following cross validation versions is suitable quicker cross-validation for very large datasets with hundreds of thousands of samples?

Options:

A.

k-fold cross-validation

B.

Leave-one-out cross-validation

C.

Holdout method

D.

All of the above

Question 9

A Data Scientist as data providers require to allow consumers to access all databases and database objects in a share by granting a single privilege on shared databases. Which one is incorrect SnowSQL command used by her while doing this task?

Assuming:

A database named product_db exists with a schema named product_agg and a table named Item_agg.

The database, schema, and table will be shared with two accounts named xy12345 and yz23456.

1.USE ROLE accountadmin;

2.CREATE DIRECT SHARE product_s;

3.GRANT USAGE ON DATABASE product_db TO SHARE product_s;

4.GRANT USAGE ON SCHEMA product_db. product_agg TO SHARE product_s;

5.GRANT SELECT ON TABLE sales_db. product_agg.Item_agg TO SHARE product_s;

6.SHOW GRANTS TO SHARE product_s;

7.ALTER SHARE product_s ADD ACCOUNTS=xy12345, yz23456;

8.SHOW GRANTS OF SHARE product_s;

Options:

A.

GRANT USAGE ON DATABASE product_db TO SHARE product_s;

B.

CREATE DIRECT SHARE product_s;

C.

GRANT SELECT ON TABLE sales_db. product_agg.Item_agg TO SHARE product_s;

D.

ALTER SHARE product_s ADD ACCOUNTS=xy12345, yz23456;

Question 10

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

Options:

A.

k-fold cross-validation

B.

Leave-one-out cross-validation

C.

Holdout method

D.

All of the above

Question 11

What Can Snowflake Data Scientist do in the Snowflake Marketplace as Consumer?

Options:

A.

Discover and test third-party data sources.

B.

Receive frictionless access to raw data products from vendors.

C.

Combine new datasets with your existing data in Snowflake to derive new business in-sights.

D.

Use the business intelligence (BI)/ML/Deep learning tools of her choice.

Question 12

Which command is used to install Jupyter Notebook?

Options:

A.

pip install jupyter

B.

pip install notebook

C.

pip install jupyter-notebook

D.

pip install nbconvert

Question 13

Mark the Incorrect understanding of Data Scientist about Streams?

Options:

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.

Question 14

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

Options:

A.

numpy plots

B.

sklearn plots

C.

Partial dependence plots(PDP)

D.

FULL dependence plots (FDP)

Question 15

Which tools helps data scientist to manage ML lifecycle & Model versioning?

Options:

A.

MLFlow

B.

Pachyderm

C.

Albert

D.

CRUX

Question 16

Which of the following method is used for multiclass classification?

Options:

A.

one vs rest

B.

loocv

C.

all vs one

D.

one vs another

Question 17

The most widely used metrics and tools to assess a classification model are:

Options:

A.

Confusion matrix

B.

Cost-sensitive accuracy

C.

Area under the ROC curve

D.

All of the above

Question 18

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

Options:

A.

Sequences

B.

Tables

C.

External tables

D.

Secure UDFs

Page: 1 / 5
Total 65 questions