Python Interview Questions | Python Mock Interview | Part 2

preview_player
Показать описание
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.

Become a Turing software developer today.

To stay informed about the latest updates at Turing, follow us on:
...
#PythonInterview #PythonDevelopers #PythonJobs #PythonDeveloperJobs #TuringJobs #RemoteJobs #TuringDeveloper

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.

- 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.
Рекомендации по теме
Комментарии
Автор

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
...

SomeshSamadder
Автор

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.

insideout
Автор

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.

paulonzervoulakus
Автор

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.

saheedoladiipo
Автор

yeah we can use decorators infunctions especially for logging and authentication

karliekimcel
Автор

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

ericpeter
Автор

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

behind-the-scenes
Автор

AbdulRasheed did a very great job. Keep it up.

saheedoladiipo
Автор

Please upload more Python Mock interviews

vivek
Автор

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

vidyaaa
Автор

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?

zedekiahochieng
Автор

An awesome performance,
Nice one techy.

muhammadsiraj