Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which one is incorrect understanding about Providers of Direct share?

A.

A data provider is any Snowflake account that creates shares and makes them available to other Snowflake accounts to consume.

B.

As a data provider, you share a database with one or more Snowflake accounts.

C.

You can create as many shares as you want, and add as many accounts to a share as you want.

D.

If you want to provide a share to many accounts, you can do the same via Direct Share.

Full Access
Question # 5

Which ones are the key actions in the data collection phase of Machine learning included?

A.

Label

B.

Ingest and Aggregate

C.

Probability

D.

Measure

Full Access
Question # 6

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?

A.

He could not apply Transformation on Stream table data.

B.

lateral flatten()

C.

METADATA$ACTION ()

D.

Transpose()

Full Access
Question # 7

Data providers add Snowflake objects (databases, schemas, tables, secure views, etc.) to a share us-ing Which of the following 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.

Full Access
Question # 8

All aggregate functions except _____ ignore null values in their input collection

A.

Count(attribute)

B.

Count(*)

C.

Avg

D.

Sum

Full Access
Question # 9

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?

A.

MPP Python UDFs

B.

Scaler Python UDFs

C.

Vectorized Python UDFs

D.

Hybrid Python UDFs

Full Access
Question # 10

Which of the following process best covers all of the following characteristics?

· Collecting descriptive statistics like min, max, count and sum.

· Collecting data types, length and recurring patterns.

· Tagging data with keywords, descriptions or categories.

· Performing data quality assessment, risk of performing joins on the data.

· Discovering metadata and assessing its accuracy.

Identifying distributions, key candidates, foreign-key candidates,functional dependencies, embedded value dependencies, and performing inter-table analysis.

A.

Data Visualization

B.

Data Virtualization

C.

Data Profiling

D.

Data Collection

Full Access
Question # 11

You are training a binary classification model to support admission approval decisions for a college degree program.

How can you evaluate if the model is fair, and doesn’t discriminate based on ethnicity?

A.

Evaluate each trained model with a validation datasetand use the model with the highest accuracy score.

B.

Remove the ethnicity feature from the training dataset.

C.

Compare disparity between selection rates and performance metrics across ethnicities.

D.

None of the above.

Full Access
Question # 12

Which command is used to install Jupyter Notebook?

A.

pip install jupyter

B.

pip install notebook

C.

pip install jupyter-notebook

D.

pip install nbconvert

Full Access
Question # 13

Select the Correct Statements regarding Normalization?

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.

Full Access
Question # 14

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 # 15

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

A.

Imputation

B.

Binning

C.

One hot encoding

D.

Statistical

Full Access
Question # 16

As Data Scientist looking out to use Reader account, Which ones are the correct considerations about Reader Accounts for Third-Party Access?

A.

Reader accounts (formerly known as “read-only accounts”) provide a quick, easy, and cost-effective way to share data without requiring the consumer to become a Snowflake customer.

B.

Each reader account belongs to the provider account that created it.

C.

Users in a reader account can query data that has been shared with the reader account, but cannot perform any of the DML tasks that are allowed in a full account, such as data loading, insert, update, and similar data manipulation operations.

D.

Data sharing is only possible between Snowflake accounts.

Full Access
Question # 17

Which is the visual depiction of data through the use of graphs, plots, and informational graphics?

A.

Data Interpretation

B.

Data Virtualization

C.

Data visualization

D.

Data Mining

Full Access
Question # 18

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?

A.

Task

B.

Dynamic tables

C.

Stream

D.

Tags

E.

Delta

F.

OFFSET

Full Access
Question # 19

What Can Snowflake Data Scientist do in the Snowflake Marketplace as Consumer?

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.

Full Access