Python Interview Questions | Python Mock Interview | Part 2

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 35

  • @SomeshSamadder
    @SomeshSamadder Рік тому +40

    Questions:
    How python is interpreted
    why finalize is used in python
    iterators in python
    Generators in python
    can we use 2 generators at same time?
    Difference between return and yeild function in generators
    Meta classes in python
    Can we use decorators in python
    What is monkey patching in python and its uses
    What is difference between shallow and deep copy
    Define polymorphism in python
    xrange and range in python
    What is the purpose of python non-local statement
    How to use with in python
    How does python approach multi threading.
    Is it a good idea to use multi thread to speed up python code
    ...

    • @hp2805
      @hp2805 7 місяців тому

      Thanks Man!!

  • @insideout3795
    @insideout3795 2 роки тому +11

    decorators can be used in python.
    and to the question in 14:05, you can pass in *args in python to allow the function to take in different number of variables.
    The interview is very cool.

  • @paulonzervoulakus2685
    @paulonzervoulakus2685 Рік тому

    For me the decorator is a useful as it act as the constructor for that function before it began the compilation of that function. Eg. for request post function, on every request you might want to check the CSRF of that request, the functionality for checking the validity of CSRF can be at the level within the decorator it self so from the decorator it self you can tell if the request can proceed or not.
    Another example is if there is a admin page, from request get before the function execute you can add a decorator that checks if the session is currently valid for that particular page request or not.

  • @saheedoladiipo1738
    @saheedoladiipo1738 Рік тому

    Decorator is a function that takes another function as an argument. Decorator is used in python. It is used to extend the functionality of existing function without modifying it.

  • @karliekimcel6518
    @karliekimcel6518 Рік тому +1

    yeah we can use decorators infunctions especially for logging and authentication

  • @ericpeter9343
    @ericpeter9343 Рік тому

    Yes we can use decorators in function to change the behaviour of the function without changing its behaviour.

  • @saheedoladiipo1738
    @saheedoladiipo1738 2 роки тому +1

    AbdulRasheed did a very great job. Keep it up.

    • @Turingcom
      @Turingcom  2 роки тому

      Thanks! Glad you enjoyed the video! :)

  • @harisjoseph117
    @harisjoseph117 11 днів тому

    Yes we can use decorators in python

  • @behind-the-scenes420
    @behind-the-scenes420 Рік тому

    Yes, we can use decorators as we use daily in drf

  • @jayalathak3976
    @jayalathak3976 2 місяці тому

    Yes we can use decrorators

  • @vidyaaa5931
    @vidyaaa5931 6 місяців тому

    Has anyone successfully cleared the Turing soft skills evaluation test? If so, could you please share the types of questions asked and the necessary preparations to pass the test? I am very actively looking for a job

  • @zedekiahochieng9139
    @zedekiahochieng9139 6 місяців тому

    Do you have junior position for python developer, a fresh graduate from university but have passion for python developer jobs and has completed some couple of projects by his own?

  • @tobeyonuigbo4881
    @tobeyonuigbo4881 2 роки тому

    Great job Rasheed.
    Nice indeed.

    • @Turingcom
      @Turingcom  2 роки тому

      Thanks for watching! :)

  • @harshavardhanjangiti
    @harshavardhanjangiti 3 місяці тому

    i need important coding questions for interview for python developer?

  • @vivek2411
    @vivek2411 2 роки тому +1

    Please upload more Python Mock interviews

    • @Turingcom
      @Turingcom  2 роки тому +1

      Please subscribe & stay tuned to our page!
      We'll be sure to share more helpful videos :)

  • @muhammadsiraj9760
    @muhammadsiraj9760 2 роки тому

    An awesome performance,
    Nice one techy.

  • @b-tech
    @b-tech 2 роки тому

    Very nice job Rasheed

  • @fekadulaloto-fikedev
    @fekadulaloto-fikedev 2 роки тому

    Vey inspiring and awesome!

    • @Turingcom
      @Turingcom  2 роки тому

      Thank you! :)

    • @harshavardhanjangiti
      @harshavardhanjangiti 3 місяці тому

      i have interview on sep 19 i want important coding questions please tell me ?

  • @codewithaziz
    @codewithaziz 2 роки тому

    This was very helpfull for me.

    • @Turingcom
      @Turingcom  2 роки тому

      So glad you found it helpful! :)

  • @hernandarioborja5394
    @hernandarioborja5394 Рік тому +1

    its fantastic

  • @codewithaziz
    @codewithaziz 2 роки тому

    This is So good

  • @kinuthiastevie4031
    @kinuthiastevie4031 3 місяці тому

    Rust programming mock interview

  • @nnamanilota3973
    @nnamanilota3973 2 роки тому

    Nice