DATASCIENCE JOBFAIR-2024
INTERVIEW PREPARATION
QUESTION-PYTHON DEVELOPER
1. Explain data types.
2. Explain the inbuilt data structure
3. Tell me about Data Structure?
4. Explain lambda function with example
5. Explain polymorphism
6. What are the differences among the inbuilt data structures
7. What is the difference between data frame and series
8. What are the elements in the oops concept?
9. What is Inheritance?
10. Explain the Real life use case of Polymorphism?
11. Write simple program for Decorators in python
12. Write program for multiple return in function
13. Explain iterators and generators
14. What is the lambda function?
15. What are decorators?
16. What is class?
17. Explain the Scope of variables?
18. Explain the Difference between *multiple* Inheritance and
*multi level* Inheritance.
19. What is the purpose of ___init___ in class?
20. Explain the Difference between methods and functions.
21. What is the difference between deep copy and shallow
copy?
22. Explain classes
23. What is Zip concept
24. What is the primary key?
25. What are the different types of sql joins?
26. What is django and its purpose?
27. Explain framework
28. Explain the presentation for CAMSpay
PROGRAMMING QUESTIONS:
1. Write a program for palindromes
2. Find an even number in an array using a list
comprehension coding Program?
3. Write a program to Flattening in the same order as in the
question?
4. Write a program to count duplicates?
5. Write a program to find the angle between minute and
hour hands?
6. write a program to square each element of the list using
lambda function?
7. find all the employee who has worked for project p1, and
how much they made by doing so, check if they paid on1st
and 15th of every month
8. Write a program to reverse an Integer (no shortcut direct
step by step solution and should not use inbuilt function )
9. Write a program to remove the duplicates in the given list
(without using inbuilt function)
10. Write a program to reverse a string for the first five
letters.
11. Write a code to create a data frame and series.
12. Write a code to Reverse the given string coding program.
13. Write a program to convert Nested array to single array
conversion program
14. Write a program to flatten the list?