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

DSA-C02 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

DSA-C02 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: SnowPro Advanced: Data Scientist Certification Exam
  • Last Update: May 8, 2024
  • Questions and Answers: 65
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

DSA-C02 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

DSA-C02 Practice Exam Questions with Answers SnowPro Advanced: Data Scientist Certification Exam Certification

Question # 6

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

A.

I,II

B.

I,II,III

C.

III,IV

D.

II,III,IV

Full Access
Question # 7

Which type of Machine learning Data Scientist generally used for solving classification and regression problems?

A.

Supervised

B.

Unsupervised

C.

Reinforcement Learning

D.

Instructor Learning

E.

Regression Learning

Full Access
Question # 8

In a simple linear regression model (One independent variable), If we change the input variable by 1 unit. How much output variable will change?

A.

by 1

B.

no change

C.

by intercept

D.

by its slope

Full Access
Question # 9

To return the contents of a DataFrame as a Pandas DataFrame, Which of the following method can be used in SnowPark API?

A.

REPLACE_TO_PANDAS

B.

SNOWPARK_TO_PANDAS

C.

CONVERT_TO_PANDAS

D.

TO_PANDAS

Full Access
Question # 10

Mark the incorrect statement regarding usage of Snowflake Stream & Tasks?

A.

Snowflake automatically resizes and scales the compute resources for serverless tasks.

B.

Snowflake ensures only one instance of a task with a schedule (i.e. a standalone task or the root task in a DAG) is executed at a given time. If a task is still running when the next scheduled execution time occurs, then that scheduled time is skipped.

C.

Streams support repeatable read isolation.

D.

An standard-only stream tracks row inserts only.

Full Access
Question # 11

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

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.

Full Access
Question # 12

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?

A.

Returns the row name r3

B.

Results in Error

C.

Returns the third column

D.

Filters the row labelled r3

Full Access
Question # 13

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?

A.

RUN TASK

B.

CALL TASK

C.

EXECUTE TASK

D.

RUN ROOT TASK

Full Access
Question # 14

Mark the correct steps for saving the contents of a DataFrame to aSnowflake table as part of Moving Data from Spark to Snowflake?

A.

Step 1.Use the PUT() method of the DataFrame to construct a DataFrameWriter.

Step 2.Specify SNOWFLAKE_SOURCE_NAME using the NAME() method.

Step 3.Use the dbtable option to specify the table to which data is written.

Step 4.Specify the connector options using either the option() or options() method.

Step 5.Use the save() method to specify the save mode for the content.

B.

Step 1.Use the PUT() method of the DataFrame to construct a DataFrameWriter.

Step 2.Specify SNOWFLAKE_SOURCE_NAME using the format() method.

Step 3.Specify the connector options using either the option() or options() method.

Step 4.Use the dbtable option to specify the table to which data is written.

Step 5.Use the save() method to specify the save mode for the content.

C.

Step 1.Use the write() method of the DataFrame to construct a DataFrameWriter.

Step 2.Specify SNOWFLAKE_SOURCE_NAME using the format() method.

Step 3.Specify the connector options using either the option() or options() method.

Step 4.Use the dbtable option to specify the table to which data is written.

Step 5.Use the mode() method to specify the save mode for the content.

(Correct)

D.

Step 1.Use the writer() method of the DataFrame to construct a DataFrameWriter.

Step 2.Specify SNOWFLAKE_SOURCE_NAME using the format() method.

Step 3.Use the dbtable option to specify the table to which data is written.

Step 4.Specify the connector options using either the option() or options() method.

Step 5.Use the save() method to specify the save mode for the content.

Full Access
Question # 15

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

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.

Full Access
Question # 16

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

A.

Area under the ROC curve

B.

F1 score

C.

Confusion matrix

D.

All of the above

Full Access
Question # 17

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

A.

Sequences

B.

Tables

C.

External tables

D.

Secure UDFs

Full Access
Question # 18

Which of the following is a Python-based web application framework for visualizing data and analyzing results in a more efficient and flexible way?

A.

StreamBI

B.

Streamlit

C.

Streamsets

D.

Rapter

Full Access