You are on page 1of 3

Python Interview Questions:

---------------------------

PART - 1:
---------

1. What kin of python version, using in your project?


2. How to check python version?
3. How many keywords are avaiable?
4. Explain about python features?
5. Which library we need to use to access S3 bucket(AWS)? - boto3 lib

---------------------------------------------------------------

PART - 2
--------

6. How to write a python program to print keywords?


7. What are naming convension in python?
8. Why user defined class name starts with upper case letter?
9. Can we reinialize the variable?
10. Can we assign single value for multiple variables?

---------------------------------------------------------------

PART - 3
--------

11. Explain about membership operators?


12. Explain about identity operator? *
(idetity operators are not using in real time)

13. Explain about if-else


14. Explain about for loop
15. Explain about for-else loop? *****

---------------------------------------------------------------

PART - 4
--------
16. Explain about break and continue keywords?
17. Explain about pass keyword? *****
18. List out mutable and immutable objects?
19. Explain about range data types?
20. When should we go for single/double/triple quotes in String?

---------------------------------------------------------------

PART - 5
--------

21. In Python String, do we have any String constant pool memory?


22. Explain about Python program flow?
23. Is python compiler programming or interpreter programming?
Python is Interpreter programming lang

24. Explain about Python Virtual Machine? [PVM]


25. What is the purpose of PVM?

---------------------------------------------------------------

PART - 6
--------

26. What kind of IDE using in your project?


Pycharm
jupyter notebook
anaconda python

27. Explain about your project structure?


28. Is string mutable/immutable?
29. If string immutable, how replace() method works?
30. List out few of String methods, how they works?

---------------------------------------------------------------

PART - 7
--------

31. Explain about format() method in python?


32. Explain eval() function in python?

---------------------------------------------------------------
Continue from functional programming :)

---------------------------------------------------------------

You might also like