what was your last challenge in recent projects
Python Developer Interviews
Python Developer Interview Questions
"Python developers are responsible for developing code to build products using the python programming language. In an interview context, expect to be quizzed on your technical skills through different kinds of computing problems or brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific discipline such as web development, application development, or system development."
6,383 python developer interview questions shared by candidates
To develop a python command line tool that takes the architecture (amd64, arm64, mips etc.) as an argument and downloads the compressed Contents file associated with it from a Debian mirror. The program should parse the file and output the statistics of the top 10 packages that have the most files associated with them.
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?
Implement an algorithm and make a UML diagram
The third question was again a python programming question from hacker rank.
The first question was a multiple choice question.
1. Had technical Discussion related to work. 2. Asked me about my frequent job switching.
Can you tell us about Dependency Injection and Inversion of Control.
Generic question about my career, background, tech stack.
They asked a lot about micro-services architecture and system design in their technical interviews. The take home assignment is to build a RS-reader API which is a waste of time because they review in a bad way and just make their decisions. After putting in so much work, a sensible organization should give you a chance to defend some of you decisions. Almost like they want you to fail.
Viewing 211 - 220 interview questions