Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ivy Internship Assessment

Total questions: 45

Worksheet time: 26mins

Name
Class
Date
1.

A survey includes a question regarding marital status that has the following responses: single, married, divorced, separated, or widowed. What is the scale of measurement for this question?

a)

Ratio

b)

Interval

c)

Ordinal

d)

Nominal

2.

To test if an individual βi coefficient in the population multiple regression model is significantly different from zero, a hypothesis test is conducted on the bi coefficient in the regression equation of the sample data. This test is a __________.

a)

nonparametric test

b)

z- test

c)

t-test

d)

F-test

3.

What is the median of 22, 5, -7, 11, 2, 11?

a)

7.3

b)

11.0

c)

8.0

d)

10

4.

Which of the following is an example of a continuous variable?

a)

Time taken by a train to reach its destination

b)

Zip codes of shoppers

c)

Number of students in a statistics class

d)

Tons of concrete to complete a parking garage

5.

If we select 100 persons from 25,000 registered voters and question them about candidates and issues, the 100 persons are referred to as the­­­­­­­­ __________

a)

Population

b)

Sample

c)

Proportion

d)

Statistic

6.

Which of the following is an accurate definition of a Type I error?

a)

Rejecting a true null hypothesis

b)

Accepting a false null hypothesis

c)

Accepting a true alternative hypothesis

d)

Rejecting a false alternative hypothesis

7.

Which of the following samples would have the smallest standard error?

a)

n = 25 scores from a population with σ = 10

b)

n = 25 scores from a population with σ = 20

c)

n = 100 scores from a population with σ = 10

d)

n = 100 scores from a population with σ = 20

8.

What type of chart is useful for comparing parts of a whole?

a)

Pie Chart

b)

Line Chart

c)

Column Chart

d)

Dot Graph

9.

What does COUNTA () function do?

a)

Counts selected cells

b)

Count cells having alphabets

c)

Counts empty cells

d)

Counts non-empty cells

10.

Which of the following measures of central tendency will always change if a single value in the data changes?

a)

Mean

b)

Median

c)

Mode

d)

All of these

11.

The numerator of the z-score test statistic measures _______

a)

The average distance between sample mean M and population mean μ\mu   that would be expected if H0 was true

b)

The actual distance between sample mean M and Popluation Mean  μ\mu  

c)

The position of the sample mean relative to the critical region

d)

Whether or not there is a significant difference between sample mean M and population mean  μ\mu  

12.

You can check the conditions against _____________when applying conditional formatting

a)

Formula

b)

Cell Value

c)

Both Formula and Cell value

d)

None of the above

13.

What type of chart will you use to compare performance of sales of two products ?

a)

Column Chart

b)

Line Chart

c)

Pie Chart

d)

Both Column and Line Charts

14.

If a positively skewed distribution has a median of 50, which of the following two statements are true

a)

Mean is greater than 50

b)

Mean is less than 50

c)

Mode is less than 50

d)

Mode is greater than 50

15.

In a Linear regression equation, the Ordinary Least Square (OLS) attempts to_________?

a)

Pass through as many points as possible.

b)

Pass through as few points as possible

c)

Minimize the number of points it touches

d)

Minimize the squared distance from the points

16.

What is the relationship between significance level and confidence level?

a)

Significance level = Confidence level

b)

Significance level = 1- Confidence level

c)

Significance level = 1/Confidence level

d)

Significance level = sqrt (1 – Confidence level)

17.

Which test is used for testing relationships between categorical variables?

a)

Z- test

b)

T-test

c)

Chi-square Test

d)

ANOVA

18.

To return the remainder after a number is divided by a divisor in excel, we use the function:

a)

ROUND()

b)

MOD()

c)

FACT()

d)

None of the above

19.

What is the shortcut key to insert current date in a cell?

a)

Ctrl + ;

b)

Ctrl + D

c)

Ctrl + T

d)

Ctrl + .

20.

Long cells can be broken down into many lines within a cell. You can do this through?

a)

Justify

b)

Wrap Text

c)

Merge

d)

None of the above

21.

Which of the following is correct syntax in Excel?

a)

= IF ( Logical Test, True Result), IF (Logical Test, False Result)

b)

= IF ( Logical Test, True Result), (Logical Test, False Result)

c)

=IF ( Logical Test, True Result, False Result)

d)

= IF ( Logical Test, (True Result, False Result))

22.

Which of the following you can paste selectively using Paste special command?

a)

Format

b)

Validation

c)

Formulas

d)

All of the above

23.

Is WHERE clause mandatory when using the SELECT command.

a)

Yes

b)

No

24.

If the correlation coefficient (r) between scores in a math test and hours of study by a student is 0.60, what percentage of variability in math test is explained by the hours of study?

a)

60%

b)

36%

c)

40%

d)

64%

25.

In Vlookup, the first argument is the ___________

a)

Lookup value

b)

Table array

c)

Column Index

d)

Range Lookup

26.

How many arithmetic operators are there in excel?

a)

6

b)

5

c)

4

d)

3

27.

A Fraud has taken place but the researcher accepted a null hypothesis stating that there is no fraud. What type of error is he making?

a)

Type I error

b)

Type II error

c)

Both Type I and Type II errors

d)

No error

28.

The command used to delete a particular column from a table ____________

a)

Update table

b)

Truncate column

c)

Alter, drop

d)

Delete column

29.

A features that displays only the data in column (s) according to specified criteria

a)

Formula

b)

Sorting

c)

Filtering

d)

Pivot

30.

And, Or, and Not are called __________ operator.

a)

Comparison

b)

Logical

c)

Arithmetic

d)

Connector

31.

What is a composite key?

a)

its is a key that is defined as the primary key in another table

b)

is a key that uniquely identifies a record in a database

c)

its is an optional key and allows null values

d)

it is a primary key that consists of more than one field that uniquely identifies a record

32.

What type of join is needed when you wish to include rows that do not have matching values?

a)

Equi-Join

b)

Natural Join

c)

Outer Join

d)

All of the above

33.

Which of the following is not true about the COUNT function?

a)

COUNT(*) returns the number of rows in the table

b)

COUNT(exp) returns the number of rows with non-null values for the exp.

c)

COUNT(DISTINCT exp) returns the number of unique, non-null values in the column.

d)

All are true

34.

Which data manipulation command is used to combines the records from one or more tables?

a)

Select

b)

Product

c)

Join

d)

Merge

35.

Suppose cell B2 in a spreadsheet contains the formula:
=if(A1>100,"Bazinga","Zippo") If cell A1 contains the value 425, what value appears in cell B2?

a)

Zippo

b)

425

c)

100

d)

Bazinga

36.

What is an advantage, if any, to using cell references instead of just typing in values?

a)

It will automatically create a sparkline in the next cell

b)

It will allow you to format your spreadsheet quicker

c)

If the cell is changed, your formula will automatically update

d)

There is no advantage

37.

Is the below query correct?

SELECT custid, YEAR(ref_date) AS ref_year

FROM custmart

WHERE ref_year >= 2015;

a)

YES

b)

NO

c)

Cannot Say

38.

Which code snippet will alter the table LOCATIONS and add a column named Address, with datatype VARCHAR2(100)?

a)

ALTER TABLE locations ADD (address varchar2(100));

b)

ALTER TABLE locations ADD COLUMN(address varchar2(100));

c)

MODIFY TABLE locations ADD COLUMN (address varchar2(100));

d)

None of the above.

39.

Which of the following query(s) will result in a successful insertion of a record in the STUDENT table?


Query1: INSERT INTO student (sid, name, login, age, gpa) VALUES (53888, ‘Drake’, ‘drake@cs’, 29, 3.5)


Query2: INSERT INTO student VALUES (53888, ‘Drake’, ‘drake@cs’, 29, 3.5)

a)

Both queries will insert the records successfully

b)

Query 1 will insert the record successfully and Query 2 will not

c)

Query 2 will insert the record successfully and Query 1 will not

d)

Both queries will not be able to insert the record successfully

40.

Wildcards are___________

a)

not supported by MySQL

b)

Used to perform pattern matches

c)

use characters such as $ to perform pattern matches

d)

use characters such as % to perform single character matching

41.

A UNION query is which of the following?

a)

Combines the output from no more than two queries and must include the same number of columns.

b)

Combines the output from no more than two queries and does not include the same number of columns.

c)

Combines the output from multiple queries and must include the same number of columns..

d)

Combines the output from multiple queries and does not include the same number of columns

42.

Which of the following commands will run successfully?

a)

SELECT 'customer name' FROM customers;

b)

SELECT FROM `customers` 'customer name';

c)

SELECT `customer name` FROM customers ORDER BY zone WHERE cat_id = 12;

d)

SELECT customer name FROM customers WHERE cat_id = 12 ORDER BY cat_id;

43.

Which command is used to permanently remove an existing table in a database?

a)

DROP

b)

REMOVE

c)

DELETE

d)

CUT

44.

What is returned by MOD(1000,30)?

a)

33

b)

30

c)

3

d)

10

45.

Which of the following is a correlated subquery?

a)

Uses the result of an inner query to determine the processing of an outer query

b)

Uses the result of an outer query to determine the processing of an inner query.

c)

Uses the result of an inner query to determine the processing of an inner query

d)

Uses the result of an outer query to determine the processing of an outer query.