ML Model
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,409 python developer interview questions shared by candidates
What has been your most challenging project?
find max rectangle pyramid pattern of prime number
# 1st Round - 1:30 Hour *Operating System* 1. Deadlock in OS 2. Semaphores explain, features 3. Mutex vs Semaphore 4. Explain Kernel functions in OS 5. How many types of signals are in OS, signal Handling 6. Diff b/w process and thread *Concepts in C programming* 7. Compilation stages in C 8. Storage classes in C *OOPs concepts* 9. Explain OOPs with example(class, object, Polymorphism, Encapsulation, Inheritance Data Abstraction) 10. Explain briefly about Encapsulation and Abstraction *Python Coding Round* 11. Sum of two numbers using memorising function in python 12. Toggle nth bit of a number 13. Break a list into chunks of Nth size ===================== # 2nd Round - 1 Hour ===================== *Python Coding Round* 14. Shift last two elements to first position in list python. *Example : input = [1, 2, - 6, 8] output = [-6, 8, 1, 2]* 15. Time complexity explain 16. Remove all special characters, space, use lower / upper case and check palindrome of a given string. *Example : string = "Was it a Car or a cat I saw ?"* 17. Merge two sorted linked lists in python [DSA] # 3nd Round - 1 Hour [Technical + Managerial] 18. Explain project *Python Coding Round* 19. Read your resume file and search for a particular pattern and tell how many times, print complete lines containing. *Operating System* 20. Explain Interrupt in OS with example
Design ecommerce website. API Design DB Schema Design Workflow, etc
Questions with slicing and sorting a list.
Q: A question based on string functions. Check for the variable names in camelCase from the list of words and return true or false. Q: Write a function to count the number of smaller elements on the right of each element in an array. Given an unsorted array arr[] of distinct integers, construct another array countSmaller[] such that countSmaller[i] contains the count of smaller elements on the right side of each element arr[i] in an array.
Data Science Related queries and Programming
Basic pythons questions and agenting ai
Mostly questions were related to knowledge of Python and Linux.
Viewing 3941 - 3950 interview questions