wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Problem Solving with Advanced Analytics

Total questions: 20

Worksheet time: 21mins

Name
Class
Date
1.

What is CRISP-DM?

a)

Data modeling approach

b)

Business analysis framework

c)

Problem solving framework

d)

Project management framework

2.

What does CRISP-DM abbreviation mean?

a)

Cross-Industry Standard Procedure for Data Management

b)

Cross-Industry Standard Process for Data Mining

c)

Cross-Industry Standard Platform for Digital Mindset

d)

Cross-Industry Standard Patterns for Data Manipulation

3.

Which of the following are valid steps in CRISP-DM?

a)

Data preparation

b)

Data consolidation

c)

Data wrangling

d)

Data understanding

e)

Business issue understanding

4.

Which of the following are valid steps in CRISP-DM?

a)

Validation

b)

Cross-validation

c)

Presentation/visualization

d)

Model training

e)

Analysis/modeling

5.

What is the correct sequence of steps in CRISP-DM?

a)

Data understanding, business issue understanding, data preparation, analysis/modeling, validation, presentation/visualization

b)

Data understanding, business issue understanding, data preparation, validation, analysis/modeling, presentation/visualization

c)

Business issue understanding, data preparation, data understanding, analysis/modeling, validation, presentation/visualization

d)

Business issue understanding, data understanding, data preparation, analysis/modeling, validation, presentation/visualization

6.

Please select the questions that belong to business issue understanding CRISP-DM step

a)

What data is available?

b)

What decision needs to be made?

c)

What data is needed?

d)

What information is needed to inform the decision?

e)

What type of analysis will provide the information to inform the decision?

7.

What are the common steps used for data preparation?

a)

Cleansing

b)

Gathering

c)

Formatting

d)

Blending

e)

Storing

8.

Please select approaches that, according to methodology map, are suitable for addressing a problem where we want to predict a variable with specific time-based values in a data rich business problem

a)

ARIMA

b)

Decision trees

c)

Boosted model

d)

ETS

e)

Linear regression

9.

Please select approaches that, according to methodology map, are suitable for addressing a problem where we want to determine if a subject belongs to one of three categories in a data rich business problem:

a)

Logistic regression

b)

Decision tree

c)

Forest model

d)

Boosted model

10.

What is an optimal approach to address a data poor business problem where we want to predict the outcome of introducing a new feature?

a)

Numeric prediction

b)

A/B testing

c)

Classification

11.

Please select non-predictive methods of data analysis:

a)

Descriptive

b)

Classification

c)

Segmentation

d)

Aggregation

e)

Linear regression

12.

Manager of an online shop wants to assess average order value and number of orders by customer location and customer category. What type of data analysis methodology is best for this business problem?

a)

Predictive

b)

Geospatial

c)

Segmentation

d)

Aggregation

e)

Descriptive

13.

An e-learning platform wants to be able to adjust their customer support agent pool based on expected number of requests and frequency of one request, taking into account such factors as season, day of week and time of day. What type of data analysis methodology is best for this business problem?

a)

Predictive

b)

Geospatial

c)

Segmentation

d)

Aggregation

e)

Descriptive

14.

A company producing toys wants to update the web page for their main product, and needs to assess whether the new page will generate a better customer response and more orders. What kind of data analysis will be appropriate in this case?

a)

Classification

b)

Regression

c)

A/B testing

15.

To make more attractive offers, HR department of an IT company wants to offer either a higher salary or a number of non-financial perks to new hires based on existing employee preferences. What kind of data analysis will be appropriate in this case?

a)

Continuous numeric

b)

Time-based numeric

c)

Binary classification

d)

Non-binary classification

16.

In a linear regression equation y = mx + b, what does m denote?

a)

Target variable

b)

Predictor variable

c)

Line slope

d)

Line intercept

17.

We have constructed a linear regression equation for predicting house price based on house square footage. The regression equation is: House Price = -46,773 + 382 * House area. We want to determine the selling price of a neighbor’s house. We know that a similar house with area smaller by 400 square feet was sold for $650,000. What would be the expected selling price of our house?

a)

$497,200

b)

$535,400

c)

$673,600

d)

$802,800

e)

$879,200

18.

We train a multiple linear regression model and record the r-squared. After that, we add one more feature to the regression model and retrain the model. We find that r-squared has increased. Please select the correct statements.

a)

The added variable is significant

b)

The added variable is not significant

c)

R-squared provides no information about variable importance

d)

The model’s goodness of fit has improved

19.

How is a dummy variable coefficient interpreted in multiple linear regression?

a)

The difference between two means

b)

The difference between two coefficients

c)

The difference between two r-squared values

d)

None of the above

20.

What are the possible cases for a dummy variable analysis?

a)

Dependent variable – continuous, independent variable - continuous

b)

Dependent variable – categorical, independent variable – continuous

c)

Dependent variable – continuous, independent variable – categorical

d)

Dependent variable – continuous, independent variable - binary