03/08/2024 - 04/08/2024
Extra Miles:-
1. Python is interpreded programming language?
2. How different Data Type is stored in memory?
3. Why is Garbage collection in Python?
Interview Question:-
1. What is a Data Type?
2. How many Data Type in Python?
3. Why Python is used extensively in Data Science?
4. What is interpreter/compiled language?(What does Python use)
10/08/2024 – 11/08/2024
Extra Miles:-
1. What is disadvantage of nested if-else? How can we remove it? Show with Python code and
example?
2. What is recursion? Solve five recursion problem.
3. When some Data structure is mutable & when not?
Interview Question:-
1. What is loops?
2. Difference between for and while loop?
3. What is use of range in Python?
4. Purpose of break, continue, pass, else in loop?
5. What is a Data Structure?
6. What is a list?
7. What is difference between mutability and immutability?
8. Why String is immutable?
9. Difference between attend & extend?
17/08/2024
Extra Miles:-
1. How hashing affects mutability?
Interview Question:-
1. Where list/tuples/dictionary/set are used?
2. There are two list of elements [1, 2, 3, 4], [1, 1, 1, 2, 1, 2, 1]
How to get unique elements from both list?
24/08/2024 – 25/08/2024
Extra Miles:-
1. What is method overloading & overriding? Difference between them?
2. What is diamond problem in OOPs?
Interview Question:-
1. What is a map function?
2. What is a reduce function?
3. What is a filter function?
4. What is a lambda function?
5. Which module is required to import to reduce function?
6. Define multiply (x, y): returns x*y
Numbers = [1, 2, 3, 4, 5], Reduce(multiply, numbers), Output?
7. Lambda function can have multiple expressions? (Answer: False)
8. A function similar to map function? (Answer: List Comprehension)
9. What is inheritance?
10. What is self in method of a class?
11. Why OOPs is used?
12. How many types of inheritance?
31/08/2024 – 01/09/2024
Extra Miles:-
1.What is a vector operation in Python?
Interview Question:-
1. What is decorator? How it is used in Python?
2. What is a constructor?
3. What are dunder methods?
4. What are private, protected and public variables?
5. What is static & class method?
6. What is polymorphism?
7. What do you understand by Encapsulation?
8. What is arrange?
9. What is deep copy & shallow copy?
10. Why NumPy array is faster as compared to other Data Structure?
11. Difference between NumPy array and matrix?
12. np.linalg.solve
07/09/2024
Extra Miles:-
1.How to read different types of files?(.md, .json, .csv, excel etc.)
Interview Question:-
1. How to read a file?
2. Parameter of a csv file?
11/09/2024
Extra Miles:-
Interview Question:-