+ Post New Thread
Results 1 to 7 of 7

Thread: Python Query

  1. #1

    Python Query

    Hello Everyone, I am new here and I have completed my python course and have few interviews in the upcoming week. The interviewer said they will test my coding skills. So which types of questions should I expect?

  2. #2


    Is this useful / helpfull? Yes | No
    It's depend on your interviewer mood buddy.

  3. #3


    Is this useful / helpfull? Yes | No
    Quote Originally Posted by arjunkumar View Post
    Hello Everyone, I am new here and I have completed my python course and have few interviews in the upcoming week. The interviewer said they will test my coding skills. So which types of questions should I expect?
    Here I am sharing with you the list of question and go through with our blog post for getting the answer to these questions:

    Question: Describe how multithreading is achieved in Python.
    Question: Draw a comparison between the range and xrange in Python.
    Question: Explain Inheritance and its various types in Python?
    Question: Explain how is it possible to Get the Google cache age of any URL or webpage using Python.
    Question: Give a detailed explanation about setting up the database in Django.
    Question: How will you differentiate between deep copy and shallow copy?
    Question: How will you distinguish between NumPy and SciPy?
    Question: Observe the following code:
    Question: Python has something called the dictionary. Explain using an example.
    Question: Python supports negative indexes. What are they and why are they used?
    Question: Suppose you need to collect and print data from IMDb top 250 Movies page. Write a program in Python for doing so. (NOTE: - You can limit the displayed information for 3 fields; namely movie name, release year, and rating.)
    Question: Take a look at the following code:
    Question: What do you understand by monkey patching in Python?
    Question: What do you understand by the process of compilation and linking in Python?
    Question: What is Flask and what are the benefits of using it?
    Question: What is the map() function used for in Python?
    Question: What is Pickling and Unpickling in Python?
    Question: Whenever Python exits, all the memory isn’t deallocated. Why is it so?
    Question: Write a program in Python for getting indices of N maximum values in a NumPy array.
    Question: Write code to show randomizing the items of a list in place in Python along with the output.
    Question: Explain memory managed in Python?
    Question: What is the lambda function?
    Question: What are Python decorators?
    Question: Differentiate between list and tuple.
    Question: How are arguments passed in Python? By value or by reference?
    Question: What are the built-in types provided by the Python?
    Question: How a file is deleted in Python?
    Question: What are Python modules?
    Question: What is the // operator? What is its use?
    Question: What is the split function used for?
    Question: Explain the Dogpile effect.
    Question: What is a pass in Python?
    Question: Is Python a case sensitive language?
    Question: Define slicing in Python.
    Question: What are docstring?
    Question: What is [::-1} used for?
    Question: Define Python Iterators.
    Question: How are comments written in Python?
    Question: How to capitalize the first letter of string?
    Question: What is, not and in operators?
    Question: How are files deleted in Python?
    Question: How are modules imported in Python?
    Question: What is monkey patching?
    Question: Does Python supports multiple inheritances?
    Question: What does the method object() do?
    Question: What is pep 8?
    Question: What is namespace in Python?
    Question: Is indentation necessary in Python?
    Question: Define a function in Python
    Question: Define self in Python

  4. #4


    Is this useful / helpfull? Yes | No
    It depends on your level of experience and your JD

  5. #5
    Junior Member
    Join Date
    Jul 2021
    Posts
    2


    Is this useful / helpfull? Yes | No
    I like python programmation

  6. #6
    Junior Member
    Join Date
    Jul 2021
    Posts
    2


    Is this useful / helpfull? Yes | No
    very good programme

  7. #7


    Is this useful / helpfull? Yes | No
    Hi @arjunkumar Python is one of the most demanding programing language now a days, Here i listed below some of the most frequently asked questions during the Python Technical Interviews-

    1. What is Python?
    2. What is the shortest and easiest way to read a file?
    3. What are the benefits of using Python?
    4. What is a dynamically typed language?
    5. How is Memory managed in Python?
    6. What are lists and tuples? And the difference between them?
    7. What are built-in data types in Python?
    8. What are modules and packages in Python?
    9. How Python is interpreted?
    10. What are the differences between Python Arrays and Lists?

    and you May face some of the tricky question like,

    1. How do you call a C function using the Python standard library?
    2. What is an appropriate usecase for the __new__ method?
    3. What type is used to represent all Python objects in the CPython C API?
    4. How would you lazily iterate over the members of a binary tree?
    5. What keyword could be used to reduce the length of the above btree iterator by two lines?
    6. What is the relationship between coroutines and generator functions in Python? How might you use one to implement the other?
    7. How many bytecode instructions are used to execute this code? myfunc(a, b)
    8. Which two standard library modules provide task distribution pools? (yes, there is a third, but it’s a secret)
    9. What is the function of the __slots__ class variable?
    10. When using __slots__, class instances can no longer be pickled. How can this ability be restored?

    I found this Post on the internetm hope this will help you in your Interview.

+ Post New Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam