0% found this document useful (0 votes)
14 views2 pages

Python Interview Questions Paper

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Python Interview Questions Paper

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PYTHON INTERVIEW QUESTIONS

1) What is Python?

2) How Python does Compile-time and Run-time code checking?

3) What kinds of applications can Python be used for?

4) What are the advantages of Python?

5) What is PEP 8?

6) What do you mean by Python literals?

7) What are the differences between Python 2.x and Python 3.x?

8) What is zip() capability in Python?

9) What is Python's paramter passing system?

10) In Python, how do you overload methods or constructors?

11) What is the difference between remove() function and del statement?

12) What is swapcase() function in the Python?

13) How to remove whitespaces from a string in Python?

14) Which programming language is a good choice between Java and Python?

15) Why do we use join() function in Python?

16) Give an example of shuffle() method?

17) What is tuple in Python?

18) Which are the file related libraries/modules in Python?

19) What are the different file processing modes supported by Python?

20) What is an operator in Python?

21) What are the different types of operators in Python?

22) How to create a Unicode string in Python?

23) is Python interpreted language?


24) What is the Python decorator?

25) What are the rules for a local and global variable in Python?

26) What is the namespace in Python?

27) What are iterators in Python?

28) What is a generator in Python?

29) What is slicing in Python?

30) What is a dictionary in Python?

31) What is Pass in Python?

32) Explain docstring in Python?

33) What is pickling and unpickling in Python?

34) What is a negative index in Python and why are they used?

35) What are modules in Python? Name a few regularly utilized worked in modules
in Python?

You might also like