0% found this document useful (0 votes)
18 views10 pages

Final Quiz _ Codebasics(Excel) (2)

The document contains a final quiz with 30 questions related to data analysis, Excel functions, and best practices for data analysts. It covers topics such as ETL, pivot tables, VLOOKUP limitations, and data cleaning methods. Participants need to achieve a pass score of 70% to complete the quiz and receive a certificate.

Uploaded by

vitan21711
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views10 pages

Final Quiz _ Codebasics(Excel) (2)

The document contains a final quiz with 30 questions related to data analysis, Excel functions, and best practices for data analysts. It covers topics such as ETL, pivot tables, VLOOKUP limitations, and data cleaning methods. Participants need to achieve a pass score of 70% to complete the quiz and receive a certificate.

Uploaded by

vitan21711
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

 back

16% COMPLETED

Final Quiz

 Prev Complete & Get Certificate 

 Total Questions : 30 Pass Score : 70%

Q1. Peter Pandey has created a priority matrix for all the tasks
assigned to him by his senior data analyst Tony Sharma. Based
on the provided matrix chart, which task is most likely to be the
first one that Peter will pick up?

Task3
Task5
 Task1
Peter will back all tasks simultaneously
 handle

16%Q2.
COMPLETED
What is ETL?
Expression Table Language
Extract Transform and Load
Execute Transform and Load
Express the Love

Q3. Which of the following formulas calculates the total of a range


of cells that meet a specific condition?
AVERAGE()
TOTALIF()
SUM()
SUMIF()

Q4. You have a worksheet with a list of student scores. You want to
highlight the students who scored above 90 with a green
background color. To do this, you can use which of the following
features in Microsoft Excel?

Sorting
Filtering
 Pivot Tables
 back
Conditional formatting
16%Q5.
COMPLETED
Which of the following operations can you perform on a pivot
table?
Sort data
Filter data
Group data
All of the above

Q6. How can you update a pivot table with new data?
By manually adding the new data to the source range
By using the "Refresh" button in the PivotTable Tools tab
By deleting the pivot table and creating a new one with the new data
By copying and pasting the new data directly into the pivot table

Q7. Which of the following is a limitation of the VLOOKUP function?


It can search for a matching value in any column of a reference table.
It can only search for a matching value in the first column of a reference table.
It is not compatible with Microsoft Excel.
It cannot look up the value patiently.

Q8. Primary key column of the table should always have


Some values
Odd number of distinct values and even number of unique values
Even number of distinct values and odd number of unique values
Unique values

Q9. You have a dataset that includes a column with dates in the
format "DD/MM/YYYY". You want to create a new column that
only includes the year of the date. Which expression should you
use in the Custom Column feature of Power Query?
 Text.Start([Date], 6)
 back
Date.Year([Date])
Text.Middle([Date],D 4, 4)
16% COMPLETED
Year([Date])

Q10. Which of these is the best approach to be efficient at work?


Memorize all the tool features & formulas
Use Internet as second brain
Have high speed internet
Ask all doubts to seniors

Q11. Which mental model works best to become a High paying data
analyst?
Become obsessed with the latest tools
Develop a problem-solving mindset
Focus on learning theory rather than practice
Buy courses that guarantees 50 LPA

Q12. Assuming that you have two tables of data in an Excel


worksheet, "Sales" and "Products," with the following fields:
Sales:
Product ID
Sales Date
Qty

Products:
Product ID
Product Name
Product Price

You want to get the corresponding Product Price from the


Products to the Sales table. Which of the following formulas
can you use to achieve this?

 back

16% COMPLETED

=VLOOKUP([@[Product_ID]], Sales, 1, FALSE)

=VLOOKUP([@[Product_ID]], Products, 3, FALSE)

=VLOOKUP([@[Product_ID]], Sales, 3, FALSE)

=VLOOKUP([@[Product_ID]], Products, 1, FALSE)

Q13. Where can you create DAX formulas in Excel?


Pivot table
Power Query
Power Pivot
Power Rangers

Q14. In the dataset, you have a list of event participants. The event
organizer asked you to get the mean age of Indian participants.
Which of the following functions will you use?

 back

16% COMPLETED

SUMIF()
PRODUCTIF()
AVERAGEIF()
MODIF()

Q15. Which of the following is an alternative function to VLOOKUP


that can search for values in any column of the reference
table?
MATCH
iLOOKUP
INDEX
Combination of INDEX and MATCH

Q16. Consider the following data set, which represents the test
scores of 5 students in two different subjects: What is the
correlation between Math and science scores?
 0.83
0.82  back
0.75
16% COMPLETED
0.85

Q17. How can you format a pivot table to make it easier to read?
By applying conditional formatting to highlight specific values
By changing the font and font size of the table
By adding borders and shading to the cells
All of the above

Q18. What is the formula for Gross margin?


Net Sales / Cost of Goods Sold
Cost of Goods Sold - Net Sales
Net Sales - Cost of Goods Sold
All of the Above

Q19. Which of the following formulas will result in an error when


executed?
=SUM((A1:A10)/2)
=AVERAGE((B1:B10)/2)
=MAX((C1:C10)/2)
=MEDIAN((D1:D10)/2

Q20. You should be an expert in VBA to survive as a Data analyst in


the industry.
True
False
May be
All of the above
Q21. Which of the following correlation coefficients represents no
correlation between two variables?
 back

-0.7
16% COMPLETED
0.2
0
1

Q22. You have two different tables, which have one common
column. To combine both of them, which operation do you
have to perform in Power Query?
Append
Combine
Join
Merge

Q23. What formula can be used to calculate the total number of


times each student was present in the class?
Consider the following table “Attendances_record” for the
above question, which shows the attendance of students in a
class over a month.

=SUMIF(Attendances_record[@[Week 1]:[Week 4]], "Yes")


=COUNTIF(Attendances_record[@[Week 1]:[Week 4]], "Yes")
=COUNTSIF(Attendances_record[@[Week 1]:[Week 4]], "Yes")
All of the above

Q24. Which feature of excel is more similar to Matrix visual which is


used in BI tools?
 Power Query
Cells  back
Pivot Table
16% COMPLETED
DAX

Q25. Which of these statements reflects the current business


scenario of Excel?
Excel is a dying tool
Excel is gateway to modern analytics for business users
Excel can be replaced by ChatGPT
Excel will be replaced by Power BI

Q26. Which of these methods is most effective in cleaning data?


Use formulas
Check row by row and clean
Using Power Query
Pretend like you have cleaned the data

Q27. Why should you clean data before analysis?


To impress stakeholders
To keep the excel 99.9% germs free
To reduce the risk of errors and biases in decision-making
To reduce file size

Q28. Which DAX formula should be used in Power Pivot to create a


measure that calculates the average discount percentage for
each region in a dataset containing columns such as Date,
Region, Sales, and Discount for 3 months, while excluding
sales with a discount percentage of zero?

 back

16% COMPLETED

=CALCULATE(AVERAGE(SalesData[Discount]), SalesData[Discount] = 0)
=CALCULATE(AVERAGE(SalesData[Discount])
=CALCULATE(AVERAGE(SalesData[Discount]), SalesData[Discount] <> 0)
=CALCULATE(AVERAGE(SalesData[Sales]), SalesData[Discount] <> 0)

Q29. Which DAX function is used to change the filter context of an


existing measure?
FILTER()
CALCULATE()
MAXX()
SUM()

Q30. Which one of the following statements is correct about


statistics & data analyst roles?
You have to be an Expert in statistics to work as a Data Analyst
Statistics is not needed for Data Analyst
With 20% of statistics, you can mange 80 % work as a Data Analyst
Learn statistics from A-Z before learning anything else

 Finish

You might also like