OA: - If 2 consecutive characters are the same, shrink the string until you can't anymore. Output final result. "ABBCDDC" -> "ABBCC" -> "ABB" -> "A" "AABBAA" -> "AAAA" -> "AA" -> "" - Construct an n-ary tree given a list of parents/values and k. Find max k-length path sum of the tree. Phone Screen: Describe a recent interesting bug that you have resolved. What's the purpose of 'yield' keyword? How does hashtable works? What happens in a lookup/insert operation when hashes of 2 different keys are the same? What's the time complexity of hashtable ops (lookup/delete/insert)? When does hashtable upsize/downsize? Runtime complexity? How does computer memory work? How does OS allocate memory to each process? Virtual mem vs physical mem? What happens when virtual mem exceeds physical mem? Stack vs heap. What stores in which? How does GIL work? What's the adv vs. disadv of GIL?
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,412 python developer interview questions shared by candidates
Technical questions in the programming language, Python in the case.
Tell me about the Projects you worked on.
“Is there a limit to the primary index in a PostgreSQL database?”
What version of airflow you were using? How do you monkeypatch? What kind of data bases did you work on? How did you implement CI/CD pipelines?
Quais ferramentas de automação você costuma usar?
Tell me about your experience Hypothetical situations
Short interview with python questions like what is enumerate etc. In my opinion they ask about not important staff at all. rather see how you coding then know tiny things in python.
O que o comando dmesg faz no shell?
literally asked one words questions like: tell me about iam
Viewing 3011 - 3020 interview questions