Given a database of people and their properties, design a predicate logic system which can identify the people who satisfy queries of arbitrary complexity. Build a system to detect if an airplane will collide with buildings in a skyline.
Python Software Engineer Interview Questions
355 python software engineer interview questions shared by candidates
How do you grade yourself in your C development skill?
Explain the difference between shallow copy and deep copy in Python. When would you use each?
What is a list comprehension?
Previous experience + OOP + different python questions
A variant of 'here's some code that returns the integer in an array that has the most occurrences'. It has a bug and it returns correct output sometimes, other times not. We won't tell you what input will break it, but you have to fix the bug anyway. Pretty unrealistic as bug reports with no information to facilitate reproduction shouldn't be entertained.
Given an array of integers, return the number of fragments which sum to 0.
A variant of fizzbuzz with three words.
I don't feel comfortable sharing their interview questions, but prepare for the classic whiteboard questions.
Everything you did in past, your project design etc. The next set of questions were based on DS/algo 1. Find the kth largest element in a binary tree 2. Find the kth element in minimum time.
Viewing 121 - 130 interview questions