Pass the Snowflake SnowPro Advanced Certification DSA-C02 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which one is not Types of Feature Scaling?

Options:

A.

Economy Scaling


B.

Min-Max Scaling


C.

Standard Scaling


D.

Robust Scaling


Expert Solution
Questions # 12:

Which of the following Functions do Support Windowing?

Options:

A.

HASH_AGG


B.

ENCRYPT


C.

EXTRACT


D.

LISTAGG


Expert Solution
Questions # 13:

Which type of Python UDFs let you define Python functions that receive batches of input rows as Pandas DataFrames and return batches of results as Pandas arrays or Series?

Options:

A.

MPP Python UDFs


B.

Scaler Python UDFs


C.

Vectorized Python UDFs


D.

Hybrid Python UDFs


Expert Solution
Questions # 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)


Expert Solution
Questions # 15:

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.


Expert Solution
Questions # 16:

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


Expert Solution
Questions # 17:

Select the Correct Statements regarding Normalization?

Options:

A.

Normalization technique uses minimum and max values for scaling of model.


B.

Normalization technique uses mean and standard deviation for scaling of model.


C.

Scikit-Learn provides a transformer RecommendedScaler for Normalization.


D.

Normalization got affected by outliers.


Expert Solution
Questions # 18:

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


Expert Solution
Questions # 19:

Data Scientist can query, process, and transform data in a which of the following ways using Snowpark Python. [Select 2]

Options:

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.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions