Weekend Sale Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Page: 1 / 7
Total 65 questions

SnowPro Advanced: Data Scientist Certification Exam Questions and Answers

Question 1

Select the Data Science Tools which are known to provide native connectivity to Snowflake?

Options:

A.

Denodo

B.

DvSUM

C.

DiYotta

D.

HEX

Question 2

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 3

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 4

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 5

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 6

Consider a data frame df with 10 rows and index [ 'r1', 'r2', 'r3', 'row4', 'row5', 'row6', 'r7', 'r8', 'r9', 'row10']. What does the expression g = df.groupby(df.index.str.len()) do?

Options:

A.

Groups df based on index values

B.

Groups df based on length of each index value

C.

Groups df based on index strings

D.

Data frames cannot be grouped by index values. Hence it results in Error.

Question 7

There are a couple of different types of classification tasks in machine learning, Choose the Correct Classification which best categorized the below Application Tasks in Machine learning?

· To detect whether email is spam or not

· To determine whether or not a patient has a certain disease in medicine.

· To determine whether or not quality specifications were met when it comes to QA (Quality Assurance).

Options:

A.

Multi-Label Classification

B.

Multi-Class Classification

C.

Binary Classification

D.

Logistic Regression

Question 8

Data Scientist used streams in ELT (extract, load, transform) processes where new data inserted in-to a staging table is tracked by a stream. A set of SQL statements transform and insert the stream contents into a set of production tables. Raw data is coming in the JSON format, but for analysis he needs to transform it into relational columns in the production tables. which of the following Data transformation SQL function he can used to achieve the same?

Options:

A.

He could not apply Transformation on Stream table data.

B.

lateral flatten()

C.

METADATA$ACTION ()

D.

Transpose()

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?

Options:

A.

Returns the row name r3

B.

Results in Error

C.

Returns the third column

D.

Filters the row labelled r3

Question 10

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 11

Which metric is not used for evaluating classification models?

Options:

A.

Recall

B.

Accuracy

C.

Mean absolute error

D.

Precision

Question 12

Which of the following metrics are used to evaluate classification models?

Options:

A.

Area under the ROC curve

B.

F1 score

C.

Confusion matrix

D.

All of the above

Question 13

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

Options:

A.

Accuracy

B.

F1 score

C.

Mean squared error (MSE)

D.

Area under the ROC curve (AUC)

Question 14

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

Options:

A.

Imputation

B.

Binning

C.

One hot encoding

D.

Statistical

Question 15

Which one of the following is not the key component while designing External functions within Snowflake?

Options:

A.

Remote Service

B.

API Integration

C.

UDF Service

D.

Proxy Service

Question 16

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 17

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 18

Which one is the incorrect option to share data in Snowflake?

Options:

A.

a Listing, in which you offer a share and additional metadata as a data product to one or more accounts.

B.

a Direct Marketplace, in which you directly share specific database objects (a share) to another account in your region using Snowflake Marketplace.

C.

a Direct Share, in which you directly share specific database objects (a share) to anoth-er account in your region.

D.

a Data Exchange, in which you set up and manage a group of accounts and offer a share to that group.

Question 19

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 / 7
Total 65 questions