Differences between multithreading,multiprocessing and concurrency.
Python Backend Engineer Interview Questions
157 python backend engineer interview questions shared by candidates
First question was "Tell me about yourself".
Pattern matching (showing 9 objects and then 6 different options to find a match, in only 30 seconds).
Can you tell us about Dependency Injection and Inversion of Control.
Differences between API to event
In python asked me, L1 = [1,2,3,4] L2 = L1 L3 = L2.copy() L2[0] = [5] print(L1,L2,L3) What will be the answer?
With one nonsense task they want to evaluate all your qualification. I am pretty sure even they don't have idea that what they want.
Asked about my open source contributions.
Não fizeram pergunta alguma, simplesmente solicitaram o projeto e se vira.
Provided a TYPED python class, which uses the async library, with some functionality (one function stubbed out), extend/build that functionality in order to pass a pre-written test. Then, augment another test to pass.
Viewing 1 - 10 interview questions