wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

EDA Viva Questions

Total questions: 40

Worksheet time: 40mins

Name
Class
Date
1.

Which of the following is the correct way to ensure the ID column acts as a primary key in Excel?

a)

Apply Conditional Formatting

b)

Sort IDs in ascending order

c)

Apply a filter

d)

Use Remove Duplicates on ID

2.

Which feature is used to remove duplicate rows from a dataset in Excel?

a)

Sort

b)

Data Validation

c)

AutoSum

d)

Remove Duplicates

3.

When importing a .csv file into Excel, which delimiter is commonly used?

a)

Semicolon

b)

Space

c)

Colon

d)

Comma

4.

Which tool allows you to copy the style of one cell to another?

a)

Conditional Formatting

b)

Data Validation

c)

Fill Handle

d)

Format Painter

5.

If you want dates in the format 28-Jul-2025, which option should be chosen?

a)

General → Number Format

b)

Text Format

c)

Time Format

d)

Custom Date Format (DD-MMM-YYYY)

6.

Which of the following formulas correctly calculates the average of cells B2 to B21?

a)

=MEAN(B2:B21)

b)

=AVG(B2:B21)

c)

=SUM(B2:B21)/B2

d)

=AVERAGE(B2:B21)

7.

What will the formula =IF(B2>=50, "Pass", "Fail") return if the value in B2 is exactly 50?

a)

Fail

b)

Error

c)

Blank

d)

Pass

8.

In Conditional Formatting, if you want to highlight duplicate values, which is correct?

a)

Home → Sort & Filter → Filter → Duplicates

b)

Data → Remove Duplicates → Duplicate Highlight

c)

Insert → Conditional Formatting → Duplicate

d)

Home → Conditional Formatting → Highlight Cells Rules → Duplicate Values

9.

Suppose you want to automatically generate IDs like URK24CS1201, URK24CS1202… Which Excel formula can be used?

a)

=TEXT(ROW(A1),"0000")

b)

=ROW(A1)&"URK24CS"

c)

=CONCAT("URK24CS",ROW(A1))

d)

="URK24CS"&TEXT(ROW(A1)+1200,"0000")

10.

Which of the following best explains the purpose of applying “Number Formatting” in Excel?

a)

To change the data itself

b)

To remove decimal values permanently

c)

To sort values in ascending order

d)

To standardize the display format of numeric data (currency, percentage, fraction, etc.)

11.

Which of the following functions can be used to classify sales into “High” or “Low” based on a condition?

a)

SUMIF

b)

COUNTIF

c)

AVERAGEIF

d)

IF

12.

Which function is used when multiple conditions must all be true?

a)

OR

b)

NOT

c)

IFS

d)

AND

13.

The formula =COUNTIF(G2:G14,">2000") will:

a)

Count sales less than 2000

b)

Count cells equal to 2000

c)

Sum sales greater than 2000

d)

Count sales greater than 2000

14.

Which function is used to return the minimum value based on a condition?

a)

MIN

b)

SMALL

c)

IFS

d)

MINIFS

15.

If you want to assign a grade based on multiple numeric conditions like 90–100 = A, 80–89 = B, you should use:

a)

IF

b)

SWITCH

c)

COUNTIFS

d)

IFS

16.

Which function will correctly calculate the average price in the East region when sales > 2000?

a)

=AVERAGEIF(G2:G14, ">2000")

b)

=AVERAGE(F2:F14, G2:G14)

c)

=SUMIFS(F2:F14, B2:B14,"East", G2:G14, ">2000")

d)

=AVERAGEIFS(F2:F14, B2:B14,"East", G2:G14, ">2000")

17.

Which of the following is the correct use of XLOOKUP?

a)

=XLOOKUP("Sarah", G2:G14, C2:C14)

b)

=XLOOKUP(G2:G14, "Sarah", C2:C14)

c)

=XLOOKUP(C2:C14, G2:G14, "Sarah")

d)

=XLOOKUP("Sarah", C2:C14, G2:G14)

18.

The formula =CORREL(E2:E14,G2:G14) is used to:

a)

Find covariance

b)

Find variance

c)

Find regression line

d)

Find correlation between Units and Sales

19.

What will =SWITCH(B2,"East",1,"West",2,"North",3,"South",4) return if B2 = "South"?

a)

3

b)

South

c)

Error

d)

4

20.

If you want to find the 90th percentile of unit prices in F2:F14, which formula should be used?

a)

=RANK.EQ(F2:F14,0.9)

b)

=PERCENTILE.INC(F2:F14,0.9)

c)

=LARGE(F2:F14,0.9)

d)

=PERCENTILE.EXC(F2:F14,0.9)

21.

Which type of chart is most suitable to compare sales of different products in the same month?

a)

Line Chart

b)

Scatter Chart

c)

Pie Chart

d)

Column Chart

22.

Which chart type is best used to show parts of a whole (percentage contribution)?

a)

Area Chart

b)

Bar Chart

c)

Histogram

d)

Pie Chart

23.

If you want to represent data distribution (e.g., frequency of test scores), which chart should you use?

a)

Line Chart

b)

Bubble Chart

c)

Combo Chart

d)

Histogram

24.

Which chart is used to track project schedules and tasks over time?

a)

Line Chart

b)

Area Chart

c)

Bubble Chart

d)

Gantt Chart

25.

Which of the following chart types allows visualization of the relationship between two numerical variables?

a)

Bar Chart

b)

Pie Chart

c)

Column Chart

d)

Scatter Chart

26.

What does the size of bubbles represent in a Bubble Chart?

a)

Categories

b)

Time

c)

Data labels

d)

Third numeric variable

27.

In a Combo Chart (Combination Chart), you can combine:

a)

Only two line charts

b)

Only scatter and histogram

c)

Bar chart with pie chart

d)

Line chart with column chart

28.

Which chart would be the most appropriate to show the trend of sales over 12 months?

a)

Pie Chart

b)

Histogram

c)

Scatter Chart

d)

Line Chart

29.

If you want to highlight both magnitude and trend over time (like cumulative rainfall), which chart is best?

a)

Scatter Chart

b)

Gantt Chart

c)

Bubble Chart

d)

Area Chart

30.

Which of the following correctly explains the difference between a Bar Chart and a Column Chart?

a)

Both show data horizontally

b)

Column shows percentages; Bar shows counts

c)

Bar chart is only for categorical data

d)

Column is vertical; Bar is horizontal

31.

Which of the following is the correct formula to fetch an employee’s salary from a Salary table using Employee ID?

a)

=VLOOKUP(A2, SalaryTable!A:B, 2, TRUE)

b)

=LOOKUP(A2, SalaryTable!A:B, 2)

c)

=VLOOKUP(SalaryTable!A:B, A2, 2, FALSE)

d)

=VLOOKUP(A2, SalaryTable!A:B, 2, FALSE)

32.

In VLOOKUP, when should you use the argument TRUE instead of FALSE?

a)

When exact match is required

b)

When fetching text values only

c)

When fetching numeric values only

d)

When approximate match is allowed

33.

Which tool in Excel allows you to combine sales data from multiple monthly files into one table?

a)

PivotTable

b)

Format Painter

c)

Data Validation

d)

Power Query

34.

Which of the following is NOT a step in cleaning data using Power Query?

a)

Remove duplicates

b)

Trim text and change case

c)

Replace null values

d)

Use AutoSum

35.

Which function can consolidate sales data across sheets named North, South, and East?

a)

=AVERAGE(North:East!B2)

b)

=COUNT(North:East!B2)

c)

=VLOOKUP(North:East!B2)

d)

=SUM(North:East!B2)

36.

If a student has scored 85 marks and a grade table (90=A, 80=B, 70=C) is used with =VLOOKUP(85, GradeTable!A:B, 2, TRUE), what grade will be returned?

a)

A

b)

C

c)

Error

d)

B

37.

In a product price table, which formula correctly calculates the final price after discount?

a)

=B2 * C2 + D2

b)

=B2 * (1 - D2)

c)

=C2 * (1 - B2)

d)

=B2 * C2 * (1 - D2)

38.

Power Query “Merge Queries” is conceptually similar to which database operation?

a)

Sorting

b)

Filtering

c)

Grouping

d)

Joining tables

39.

Which 3D formula would you use to calculate the average monthly expense for categories across sheets named Jan, Feb, Mar?

a)

=SUM(Jan:Mar!B2)

b)

=COUNT(Jan:Mar!B2)

c)

=IF(Jan:Mar!B2,"Avg")

d)

=AVERAGE(Jan:Mar!B2)

40.

In a company performance dashboard with 3 branches, which formula correctly gives the maximum number of customers across branches?

a)

=SUM(Branch1:Branch3!B4)

b)

=AVERAGE(Branch1:Branch3!B4)

c)

=VLOOKUP(Branch1:Branch3!B4)

d)

=MAX(Branch1:Branch3!B4)