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

Complete DSA-C02 Snowflake Materials

Page: 3 / 5
Total 65 questions

SnowPro Advanced: Data Scientist Certification Exam Questions and Answers

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

Page: 3 / 5
Total 65 questions