Here is a checklist of few questions you can refer before attempting any of python interview.
General Python Interview Questions, (Nenu ivi adugutha 1-2 years experience vallani ithe, Mainly to understand their knowledge):
-
What is Python, and why is it popular?(Advantages of it comparing with other programming languages)
-
How garbage collection works in python? (It's automatic or self handled)
-
What is the differences between Tuple, List and Dict? ( I have heard & asked thousand times)
-
In which scenarios you use Tuple, List and Dict? (It totally depends on type of data your handling).
-
Inbuilt methods of Dict and List. ( As I know these are mostly used data types in python, Their inbuilt methods are super handy to do most of the data maniputaions, Below are mostly used ones, Try to understand how to use and when to use them )
List Methods: