Consider this SQL statement: SELECT product, avg(prod_cost) FROM product_detail GROUP BY product. The GROUP BY clause implies what type of function?
Answer : B
Which R function plots a distribution of a single variable along two different axes?
Answer : D
You have been given a task to improve sales force compensation of your organization. As a result of a study, your team decides to classify personnel as follows:
Did not meet quota
Met quota
Exceeded 150% of quota
In which data analytics lifecycle phase should you define these categories for analysis purposes?
Answer : D
In addition to quantitative and technical skills, what is a key aspect of the profile of a data scientist?
Answer : C
In a user-defined aggregate function, what is FFUNC?
Answer : A
What converts SQL-like commands into either Tez, Spark, or MapReduce jobs that are submitted to the Hadoop cluster?
Answer : C
A decision tree is being built. An internal node is being evaluated for partitioning on variables A and B. The entropy of the internal node is 0.8. The entropy for each of the variables is as follows:
Variable A: 0.5
Variable B: 0.4
Which variable will be used to partition the data and what is the information gain?
Answer : B