Interview Questions
Interview Questions
Day 1
Topic - SQL
1- What is the difference between SQL's WHERE and HAVING clauses?
2- Write a SQL query to find the second-highest salary from an employee table.
3- What is the difference between UNION and UNION ALL in SQL?
4- What are the types of SQL JOINS?
5- What are Aggregate functions?
Day 2
Topic - Python
1- What is the difference between a Set, List, Tuple and Dictionary?
2- What is a lambda function?
3- What is List Comprehension? Give an Example.
4- How is Exceptional handling done in Python?
5- Write code for converting an Integer into Decimals.
Day 3
Topic – PowerBI
2- What is DAX?
5- What is a slicer in Power BI, and how is it used for data filtering?
Day 4
Topic - EDA
2- During the data preprocessing step, how should one treat missing/null
values? How will you deal with them?
Day 5
Topic - SQL
Day 6
Topic – Python
2- What is Indentation?
Day 8
Topic- SQL
5- Write a SQL query to find the position of alphabet ('a') int the first name
column 'Shivansh' from Student table.
Day 9
Topic – Python
Topic – EDA
2- What is Typecasting?
Day 11
Day 12
Topic – SQL
Topic – Python
lst1 = [1, 2, 3]
lst2 = [4, 5, 6]
Day 14
Topic – EDA
4- Explain Skewness?
5- Explain Kurtosis?
Day 15
3- What will you do if some of your visuals are not filtering out on
clicking a particular visual?
Day 16
Topic – SQL
(Create a table first with roll no as primary key, students name, subject
they are studying i.e. PCM, PCB, COMMERCE
4- Write an SQL query to fetch the no. of Students for each MAJOR
subject in the descending order.
5- Write an SQL query to show only odd rows from Student table.
Day 17
Topic – Python
Day 18
Topic – EDA
3- What is AutoEDA?
Day 19
Day 20
Topic – SQL
Day 21
Topic – Python
Day 22
Topic – Power BI
Day 23
Topic – SQL