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

Which SQL set operator returns rows that exist in the first SELECT statement answer set but not in the second SELECT statement?

A.

EXCEPT

B.

UNION

C.

UNION ALL

D.

INTERSECT

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

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

In time series analysis, what function is examined to identify the order of the autoregressive component of an ARIMA model?

A.

Logistic function

B.

Lognormal distribution function

C.

Partial autocorrelation function

D.

Normal distribution function

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

In which programming language is Hadoop written?

A.

C++

B.

Scala

C.

Java

D.

Python

Which Hadoop service responds to requests for compute and memory resources?

A.

Application Manager

B.

DataNode

C.

Scheduler

D.

Application Master