wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DATA ANALYTICS BASICS

Total questions: 75

Worksheet time: 38mins

Name
Class
Date
1.

Statistical Techniques

a)

Collect

b)

Store

c)

Process

d)

Analyze

e)

Visualize

2.

Load Data to one source to another

a)

Collect

b)

Store

c)

Process

d)

Analyze

e)

Visualize

3.

methodical exploration of an organization's data through statistical analysis

a)

Business Process

b)

Business Outsourcing

c)

Business Management

d)

Business Analytics

4.

According to evolution of analytics about volume of data 10X data growth by 2016 90% ______

a)

Structured

b)

Unstructured

c)

Sensors

d)

Text

5.

Type of Business Analytics refers to "what happened?"

a)

Prescriptive

b)

Diagnostic

c)

Descriptive

d)

Predictive

6.

Below are sample of analytic tools except?

a)

Micro strategy

b)

Statistics

c)

Google Analytics

d)

Tableu

7.

Understand reason behind happening some event.

a)

Diagnostic

b)

Predictive

c)

Descriptive

d)

Prescriptive

8.

Type of Analytics refer to future outcomes

a)

Predictive

b)

Prescriptive

c)

Diagnostics

d)

Descriptive

9.

Type of analytics tells "what should I do?"

a)

Diagnostics

b)

Descriptive

c)

Predictive

d)

Prescriptive

10.

Following are analytics techniques except

a)

Telecom

b)

Text Mining

c)

Forecasting

d)

Steaming

11.

The fifth phase in Customer Life Cycle

a)

Acquisition

b)

Defection

c)

Reach

d)

Conversion

12.

Graduation of acquired customer to actual customers is called

a)

Acquisition

b)

Defection

c)

Reach

d)

Conversion

13.

Average Sale Value = 25

Number of Transactions per year = 3

Retention Period = 2

Profit Margin = 22% CLV is

a)

35

b)

150

c)

33

d)

155

14.

If CLV is $233 and marketing for retention is $50 annually, how long might a company want to maintain a relationship with this customer?

a)

2 years

b)

3 years

c)

4 years

d)

5 years

15.

__________________ Analysis is the process of analyzing the subjectivity/objectivity of a statement or a comment or a response.

a)

Regression

b)

Sentiment

c)

Predictive

d)

Statement

16.

Number of Comments is 2000, the reach is 20000, what is the conversation rate?

a)

5 percent

b)

15 percent

c)

.10 percent

d)

10 percent

17.

Number of Likes - 1000, Number of Reach - 5,00,000 then the applause rate is?

a)

0.5 percent

b)

10 percent

c)

0.2 percent

d)

0.8 percent

18.

 ___________ is the percentage of page visitors who click on a link in your post, only to quickly leave the page they land on without taking an action

a)

Click through Rate

b)

Conversion Rate

c)

Conversation Rate

d)

Bounce Rate

19.

In this attribution model, equal weightage is given to all channels

a)

Last Interaction

b)

Linear

c)

Time Decay

d)

Position Based

20.

The account structure of google analytics is

a)

Property-View-Account

b)

Account-View-Property

c)

Account-Property-View

d)

Account-Property-Data

21.

Why was Python (TM) developed?

a)

To go back to the old way of programming

b)

To create a programming language for students in grade school

c)

To make it easier to learn Java

d)

Python was developed by accident

22.

Python (TM) is owned and managed by

a)

Microsoft (c)

b)

Sun Microsystems (c)

c)

Python (TM) is open source and free to use

d)

Google (c)

23.

Python is ___________ level programming language and is ___________.

a)

High, compiled

b)

High, interpreted

c)

Low, compiled

d)

Low, interpreted

24.

Generally speaking, a low level programming language is easier to read, write and maintain over a high level programming language

a)

True

b)

False

25.

The syntax in Python (TM) is one of the main advantages over other high level programming languages.

a)

True

b)

False

26.

A statement in programming

a)

Expresses an action to be carried out

b)

Always returns results like expressions

c)

Rules controlling how components in a program are combined

d)

An instruction to perform a task, usually one word

27.

A string

a)

carries out an action

b)

the elements of a command

c)

a collection of characters

d)

how elements in a commad are arranged

28.

A block is

a)

a statement including elements of a command

b)

the structure and form of the code

c)

source code that is grouped together

d)

meaning assigned to symbols, characters and words

29.

What symbol comes before a comment?

a)

$

b)

>>

c)

#

d)

!

30.

An exception is

a)

the structure of form of the code

b)

the meaning of the characters and words in the code

c)

the statement that is missing from the instructions

d)

an event occurring during execution of a program which disrupts the flow of the program's instructions

31.

Debugging is

a)

how characters are arranged in a statement

b)

detecting or removing errors from a program

c)

removing viruses from a computer

d)

the meaning of each of the characters and symbols in the program

32.

A disadvantage of Python is it is harder to debug than other higher level programming languages.

a)

True

b)

False

33.

In programming, a (n) _______________ is a value that can change, depending on conditions or on information passed to the program

a)

string

b)

block

c)

instruction

d)

variable

34.

Generally speaking Python (TM) would run _____________ than C++ and take ____________ time to create

a)

faster, less

b)

faster, more

c)

slower, less

d)

slower, more

35.

Since Python (TM) is open source,

a)

Support for using Python (TM) is easy to find

b)

It is free

c)

There is a large catalog of supporting documents

d)

it is a less powerful programming languange

36.

At the heart of computer is its central processing unit. The CPU's job is:

a)

To fetch instructions

b)

To carry out the operations commanded by the instructions

c)

To produce some outcome or resultant information

d)

All of these

37.

An Integrated Development Environment typically consists of:

a)

A text editor

b)

A compiler

c)

A debugger

d)

All of these

38.

___ is used to translate source code instructions into the appropriate machine language instructions

a)

Module

b)

Library routine

c)

Compiler

d)

Preprocessor directives

39.

The program written by the programmer with high level language is called:

a)

Object Code

b)

Syntax

c)

Source Code

d)

Runtime Library

40.

Computer programs are also known as:

a)

Hardware

b)

Software

c)

Firmware

d)

Silverware

41.

Which of the following is not a high level programming language?

a)

Assembly

b)

C++

c)

Java

d)

Python

42.

A ____ is a set of instructions that the computer follows to solve a problem.

a)

Compiler

b)

Linker

c)

Operator

d)

Program

43.

What is the extension of C++ program source code?

a)

.c

b)

.cpp

c)

.py

d)

.java

44.

Common errors in C++ consist of:

a)

Compile error

b)

Run time error

c)

Logic error

d)

All of the above

45.

Which one of the following is not a valid variable name?

a)

_examveda

b)

exam_veda

c)

1examveda

d)

examveda1

46.

Who is the parent company of Tableau?

a)

Microsoft

b)

Salesforce

c)

Workday

d)

Google

47.

Which of these is NOT a tableau file format?

a)

twb

b)

twbx

c)

tde

d)

tdb

48.

Tableau can connect to both local and on server files

a)

True

b)

False

49.

Where can you change chart type, color, size, and other aspects of your visualization?

a)

Show Me

b)

Dimensions

c)

Measure

d)

Marks card

50.

In Hans Rosling's video in the Virtual digital academy, what did he visualize?

a)

GDP per capita, Child survival %, Country, Year, Total GDP

b)

GDP per capita, Internet user per 100, Country, Year, Total internet users

c)

Income per person, Life expectancy, Country, Year, Population

d)

Health spend per person, Life expectancy, Country, Year, Population

51.

Problem, Data, Question, _______ , and Format are the 5 points of the guiding star for any visualization

a)

Timeline

b)

Audience

c)

Complexity

d)

Visualization

52.

A _____ can be used to replace a constant value in a calculation, filter, or reference line.

a)

Parameter

b)

Variable

c)

Token

d)

Change

53.

Which of the following is NOT a Tableau Field data type?

a)

Number (whole)

b)

String

c)

Boolean

d)

Float

54.

Do you really want this training to be interactive and useful?

a)

Yes, definitely!

b)

No, I am used these lectures!

55.

Who is going to be the first to ask a question / share their screen and walk us thro the exercise?

a)

Me!

b)

No way, I was just kidding in the previous question.

56.

A dashboard object that organizes multiple sheets side by side is called a:

a)

Vertical container

b)

Floating object

c)

Text object

d)

Horizontal container

57.

What activity can you NOT do from the Layout Panel?

a)

Add a new sheet or object

b)

Adjust a sheet's position or size

c)

Add a border

d)

Adjust outer or inner padding

58.

A single filter can only be applied to ONE sheet in a dashboard or it must be applied to ALL sheets in a dashboard.

a)

True

b)

False

59.

For showing metrics trended over time, it is best practice to use which chart type?

a)

Bar chart

b)

Line graph

c)

Pie chart

d)

Box and whisker plot

60.

For comparing metrics between groups, it is best practice to use which chart type?

a)

Bar chart

b)

Line graph

c)

Pie chart

d)

Box and whisker plot

61.

There are three kinds of actions that can be applied to dashboard components. Which of the below is NOT a dashboard action?

a)

Highlight

b)

Calculation

c)

Filter

d)

URL

62.

Which of the below is NOT considered a Best Practice for dashboard creation?

a)

Make your dashboard interactive

b)

Keep your dashboard current

c)

Give the user as much information as you possibly can

d)

Include visually descriptive components

63.

When creating a dashboard, ________ objects can be placed anywhere on the page, regardless of fit or overlapping.

a)

Image

b)

Tiled

c)

Button

d)

Floating

64.

Filter actions that are sourced from sheets in one dashboard can be made to apply to target sheets in another dashboard in the same workbook.

a)

True

b)

False

65.

The only way to add a title to your dashboard is to use a text object.

a)

True

b)

False

66.

How can you format a piece of text so that the user knows it is a hyperlink?

a)

Increase the text point size

b)

Underline it and color it blue

c)

Enclose it with a border

d)

Place its view in a vertical container

67.

A Web Page object displays:

a)

A view of the web page

b)

A hyperlink to an internet site in a new browser

c)

A list of web pages relevant to the content of the dashboard

d)

A full web browser (i.e., Firefox, Chrome, etc.)

68.

Which boxplot is skewed?

a)

CC

b)

CT

69.

Calculate the IQR for each box and whisker plot.

(IQR = Qu - QL)

a)

CC=16

CT=7

b)

CC=7

CT=16

c)

CC=108

CT=116

d)

CC=8

CT=17

70.

Which boxplot has the largest median?

a)

CT

b)

CC

c)

Both are the same

71.

Are there any outliers?

a)

Yes

b)

No

72.

The minimum value of boxplot CC is 90, true or false?

a)

True

b)

False

73.

The Q1 value of boxplot CT is just below 100, true or false?

a)

True

b)

False

74.

Does the two boxplot have the same shape?

a)

yes

b)

no

75.

The boxplot CC is short this suggests that

a)

the results were in a high level of agreement

b)

the results were in a low level of agreement

c)

nothing