Skip to main content

E20-007 Real Exam Questions

Data Science and Big Data Analytics

198 questions available · Page 1 of 20

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

You have fit a decision tree classifier using 12 input variables. The resulting tree used 7 of the 12 variables, and is 5 levels deep. Some of the nodes contain only 3 data points. The AUC of the model is 0.85.

What is your evaluation of this model?

  1. A

    The tree is probably overfit. Try fitting shallower trees and using an ensemble method.

  2. B

    The AUC is high, and the small nodes are all very pure. This is an accurate model.

  3. C

    The tree did not split on all the input variables. You need a larger data set to get a more accurate model.

  4. D

    The AUC is high, so the overall model is accurate. It is not well-calibrated, because the small nodes will give poor estimates of probability.

Show answer and explanation

Correct answer: A

Question 2 Single choice

In R, functions like plot() and hist() are known as what?

  1. A

    generic functions

  2. B

    virtual methods

  3. C

    virtual functions

  4. D

    generic methods

Show answer and explanation

Correct answer: B

Question 3 Single choice

You have scored your Nae Bayesian Classifier model on "hold out" test data for cross validation. You have determined the way the samples scored and have tabulated them as shown in the exhibit.

What are the Precision and Recall rates of the model?

  1. A

    Precision = 262/277
    Recall = 262/288

  2. B

    Precision =262/288
    Recall = 262/277

  3. C

    Precision = 277/262
    Recall = 288/262

  4. D

    Precision = 288/262
    Recall = 277/262

Show answer and explanation

Correct answer: A

Question 4 Single choice

To ensure a successful analytic project, which key role can provide business domain expertise with a deep understanding of the data and key performance indicators?

  1. A

    Business Intelligence Analyst

  2. B

    Project Manager

  3. C

    Project Sponsor

  4. D

    Business User

Show answer and explanation

Correct answer: A

Question 5 Single choice

Which word or phrase completes the statement? Mahout is to Hadoop as MADlib is to ____________ .

  1. A

    PostgreSQL

  2. B

    R

  3. C

    Excel

  4. D

    SAS

Show answer and explanation

Correct answer: A

Question 6 Single choice

You are performing a market basket analysis using the Apriori algorithm.

Which measure is a ratio describing the how many more times two items are present together than would be expected if those two items are statistically independent?

  1. A

    Lift

  2. B

    Leverage

  3. C

    Support

  4. D

    Confidence

Show answer and explanation

Correct answer: A

Question 7 Single choice

Which word or phrase completes the statement? Business Intelligence is to monitoring trends as Data Science is to ________ trends.

  1. A

    Predicting

  2. B

    Discarding

  3. C

    Driving

  4. D

    Optimizing

Show answer and explanation

Correct answer: A

Question 8 Single choice

You are using MADlib for Linear Regression analysis. Which value does the statement return?

SELECT (linregr(depvar, indepvar)).r2 FROM zeta1;
  1. A

    Goodness of fit

  2. B

    Coefficients

  3. C

    Standard error

  4. D

    P-value

Show answer and explanation

Correct answer: A

Question 9 Single choice

A data scientist is asked to implement an article recommendation feature for an on-line magazine. The magazine does not want to use client tracking technologies such as cookies or reading history. Therefore, only the style and subject matter of the current article is available for making recommendations. All of the magazine's articles are stored in a database in a format suitable for analytics.

Which method should the data scientist try first?

  1. A

    K Means Clustering

  2. B

    Naive Bayesian

  3. C

    Logistic Regression

  4. D

    Association Rules

Show answer and explanation

Correct answer: A

Question 10 Single choice

In linear regression modeling, which action can be taken to improve the linearity of the relationship between the dependent and independent variables?

  1. A

    Apply a transformation to a variable

  2. B

    Use a different statistical package

  3. C

    Calculate the R-Squared value

  4. D

    Change the units of measurement on the independent variable

Show answer and explanation

Correct answer: A