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

Exact2Pass Menu

Question # 4

What is the similarity between the matrix and array data structures in R?

A.

Both structures can contain only integers

B.

Both structures can only contain one data type

C.

Both structures can store multiple data types

D.

Both structures must be 2-dimensional

Full Access
Question # 5

In the data preparation phase of the data analytics lifecycle, what does the term “data conditioning” refer to?

A.

Building training and testing datasets

B.

Identifying relationships and correlations among variables

C.

Deploying the model and monitoring its performance

D.

Cleaning the data, normalizing datasets. and performing transformations

Full Access
Question # 6

What characterizes the Hadoop Distributed File System?

A.

Peer to peer system designed to run on custom designed hardware

B.

Peer to peer system designed to run on commodity hardware

C.

Master/ slave system designed to run on custom designed hardware

D.

Master/ slave system designed to run on commodity hardware

Full Access
Question # 7

Consider this SQL statement: SELECT product, avg(prod_cost) FROM product_detail GROUP BY product. The GROUP BY clause implies what type of function?

A.

System function

B.

Aggregate function

C.

User defined function

D.

Window function

Full Access
Question # 8

Which phase of the data analytic lifecycle includes conducting project sponsor interviews and drafting a problem statement?

A.

Operationalize

B.

Model planning

C.

Model building

D.

Discovery

Full Access
Question # 9

In K-means clustering, what is a graph of the WSS versus the value of K used to help determine?

A.

Optimal distance between clusters

B.

Average distance between observations

C.

'Optimal number of clusters

D.

Average distance between clusters

Full Access
Question # 10

In a user-defined aggregate function, what is FFUNC?

A.

Optional final calculation function

B.

Window function

C.

State transition function

D.

Segment-level calculation function

Full Access
Question # 11

In ANOVA, what is the null hypothesis for k population means?

A.

All population means are equal to each other

B.

At least two population means are equal

C.

At least two population means are not equal

D.

At most k-1 population means are equal

Full Access
Question # 12

You build a decision tree to classify five different types of customers based on their browsing history from a sample of 500. The resulting decision tree has 17 layers. One of the leaf nodes has only three customers.

What do you conclude?

A.

The decision tree needs to be rebuilt without the three customers

B.

The decision tree needs to be rebuilt to see if the results change

C.

The sample size is too small, so the classes may not be accurate

D.

Due to large number of layers, there may be an overfitting problem

Full Access
Question # 13

What is a benefit of Spark in-memory data processing as opposed to using MapReduce?

A.

Avoids writing intermediate data to disk, which speeds up processing

B.

Supports processing unstructured data, which MapReduce does not allow

C.

Removes the need to use disks at all, which reduces cost

D.

Allows parallel processing, which MapReduce does not support

Full Access
Question # 14

Which component of a final presentation provides a succinct overview of the business situation that was the impetus to initiate the project?

A.

Model description

B.

Approach

C.

Project goals

D.

Recommendations

Full Access
Question # 15

Refer to the exhibit, which shows pairwise counts for items purchased together.

Consider the following association rule: Milk -> Eggs

What is value of the lift?

A.

1.18

B.

0.264

C.

120

D.

70.81

Full Access
Question # 16

In association rules, given items X and Y, what does lift measure?

A.

Percentage of transactions that contain an itemset with X

B.

Percentage of transactions with Xthat also contain Y

C.

Difference in the probability ofX and Y appearing together compared with expectations as if they were statistically independent

D.

How many times more often X and Y occur together than expected if they were statistically independent, expressed as a ratio

Full Access
Question # 17

In hypothesis testing, when does a Type I error occur?

A.

Null hypothesis is rejected when it is actually false

B.

Null hypothesis is rejected when it is actually true

C.

Null hypothesis is accepted when it is actually false

D.

Null hypothesis is accepted when it is actually true

Full Access