EMC Associate - Data Science and Big Data Analytics v2 - DEA-7TT2 Exam Practice Test
You have been assigned to do a study of the daily revenue effect of a pricing model of online transactions. You have tested all the theoretical models in the previous model planning stage, and all tests have yielded statistically insignificant results.
What is your next step?
Response:
What is your next step?
Response:
Correct Answer: D
Which analytic technique would be appropriate to estimate blood pressure based on age and weight?
Response:
Response:
Correct Answer: C
You received 100,000 home loan records and want to quickly determine if there is any correlation between mortgage age and mortgage amount before conducting advanced analysis.
Which tool should be used for the preliminary analysis?
Response:
Which tool should be used for the preliminary analysis?
Response:
Correct Answer: C
You fit a Logistic Regression model to your training data and notice that the variable X has an infinite magnitude coefficient. What does this indicate?
Response:
Response:
Correct Answer: B
What is the output format from the Map function of MapReduce?
Response:
Response:
Correct Answer: C
When would you prefer a Naive Bayes model to a logistic regression model for classification?
Response:
Response:
Correct Answer: B
Which data type value is used for the observed response variable in a logistic regression model?
Response:
Response:
Correct Answer: B
Consider this SQL statement:
SELECT product, prod_cost, avg(prod_cost) OVER (PARTITION BY product)
FROM product_detail
The OVER clause makes this what type of function?
Response:
SELECT product, prod_cost, avg(prod_cost) OVER (PARTITION BY product)
FROM product_detail
The OVER clause makes this what type of function?
Response:
Correct Answer: C
How does Pig's use of a schema differ from that of a traditional RDBMS?
Response:
Response:
Correct Answer: A