Python Interview Questions | Python Mock Interview | Part 2

Sdílet
Vložit
  • čas přidán 23. 11. 2022
  • This new chapter of Turing Mock Interviews takes a look at a few more technical interview questions that appear in a Python interview. Watch the video to understand the concepts you must brush up on before sitting for a Python test and interview. Let us know in the comments below which tech stack you'd like us to cover next.
    Watch the first part of the Python Mock Interview here: bit.ly/3ibEutL
    Become a Turing software developer today.
    Take the Turing test now: turing.com/s/Qhro34
    Find remote US software jobs: turing.com/s/ezIxN2
    Hire software developers of Silicon Valley caliber: turing.com/s/hchmho
    Watch more Turing Mock Interviews: bit.ly/3tEYNTe
    To stay informed about the latest updates at Turing, follow us on:
    Instagram: / turingcom
    Facebook: / turingcom
    Twitter: / turingcom
    LinkedIn: / mycompany
    ...
    #PythonInterview #PythonDevelopers #PythonJobs #PythonDeveloperJobs #TuringJobs #RemoteJobs #TuringDeveloper
    About Turing.com:
    Turing connects exceptionally talented software developers to remote engineering jobs at Silicon Valley and US-based companies. 200+ companies, including those backed by Google Ventures, Andreessen Horowitz, Founders Fund, Kleiner Perkins, and Bloomberg, have successfully hired Turing developers.
    - For over 2M software developers across 150+ countries, Turing.com is the preferred platform for finding remote US software engineering jobs.
    - Turing offers a wide range of long-term, full-time remote jobs for Full Stack, Front-End, Back-End, Mobile, DevOps, and AI/ML developers.
    - Turing remote developers enjoy higher pay than local standards in most countries, a healthy work-life balance, a strong sense of community, and rapid career growth.
    Turing is backed by well-known investors like WestBridge Capital, Foundation Capital, Facebook’s first CTO (Adam D’Angelo), executives from Google, Facebook, Amazon, Twitter, and Founders Fund (investors in Facebook, Tesla, Asana, etc.), among others. The company is led by serial AI entrepreneurs Jonathan Siddharth and Vijay Krishnan, whose previous firm leveraged remote talent and was successfully acquired.
    The company was founded in 2018 and is headquartered in Palo Alto, California.
  • Věda a technologie

Komentáře • 30

  • @SomeshSamadder
    @SomeshSamadder Před 11 měsíci +25

    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 Před měsícem

      Thanks Man!!

  • @insideout3795
    @insideout3795 Před rokem +9

    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

    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 Před rokem

    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.

  • @behind-the-scenes420
    @behind-the-scenes420 Před 9 měsíci

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

  • @ericpeter9343
    @ericpeter9343 Před rokem

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

  • @karliekimcel6518
    @karliekimcel6518 Před 11 měsíci +1

    yeah we can use decorators infunctions especially for logging and authentication

  • @b-tech
    @b-tech Před rokem

    Very nice job Rasheed

  • @fekadulaloto-fikedev
    @fekadulaloto-fikedev Před rokem

    Vey inspiring and awesome!

  • @tobeyonuigbo4881
    @tobeyonuigbo4881 Před rokem

    Great job Rasheed.
    Nice indeed.

  • @saheedoladiipo1738
    @saheedoladiipo1738 Před rokem

    AbdulRasheed did a very great job. Keep it up.

    • @Turingcom
      @Turingcom  Před rokem

      Thanks! Glad you enjoyed the video! :)

  • @muhammadsiraj9760
    @muhammadsiraj9760 Před rokem

    An awesome performance,
    Nice one techy.

  • @codewithaziz
    @codewithaziz Před rokem

    This was very helpfull for me.

    • @Turingcom
      @Turingcom  Před rokem

      So glad you found it helpful! :)

  • @codewithaziz
    @codewithaziz Před rokem

    This is So good

  • @hernandarioborja5394
    @hernandarioborja5394 Před rokem +1

    its fantastic

  • @vivek2411
    @vivek2411 Před rokem +1

    Please upload more Python Mock interviews

    • @Turingcom
      @Turingcom  Před rokem

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

  • @vidyaaa5931
    @vidyaaa5931 Před měsícem

    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 Před měsícem

    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?

  • @nnamanilota3973
    @nnamanilota3973 Před rokem

    Nice