Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Snowflake DSA-C02 Practice Exam with Questions & Answers

Questions 1

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()

Snowflake DSA-C02 Premium Access
Questions 2

You previously trained a model using a training dataset. You want to detect any data drift in the new data collected since the model was trained.

What should you do?

Options:
A.

Create a new dataset using the new data and a timestamp column and create a data drift monitor that uses the training dataset as a baseline and the new dataset as a target.

B.

Create a new version of the dataset using only the new data and retrain the model.

C.

Add the new data to the existing dataset and enable Application Insights for the service where the model is deployed.

D.

Retrained your training dataset after correcting data outliers & no need to introduce new data.

Questions 3

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

Options:
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

Questions 4

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.

Questions 5

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

Questions 6

Which object records data manipulation language (DML) changes made to tables, including inserts, updates, and deletes, as well as metadata about each change, so that actions can be taken using the changed data of Data Science Pipelines?

Options:
A.

Task

B.

Dynamic tables

C.

Stream

D.

Tags

E.

Delta

F.

OFFSET

Questions 7

Select the correct mappings:

I. W Weights or Coefficients of independent variables in the Linear regression model --> Model Pa-rameter

II. K in the K-Nearest Neighbour algorithm --> Model Hyperparameter

III. Learning rate for training a neural network --> Model Hyperparameter

IV. Batch Size --> Model Parameter

Options:
A.

I,II

B.

I,II,III

C.

III,IV

D.

II,III,IV

Questions 8

Which one is not Types of Feature Scaling?

Options:
A.

Economy Scaling

B.

Min-Max Scaling

C.

Standard Scaling

D.

Robust Scaling

Questions 9

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

Options:
A.

MLFlow

B.

Pachyderm

C.

Albert

D.

CRUX

Questions 10

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.