Write a function that returns true if a string of parentheses is balanced or not, such as "(())()", which would return true.
Software Development Interview Questions
37,302 software development interview questions shared by candidates
Given an origin (assumed to be 0,0) and a set of points around the origin, return k points in ascending order of distance from the origin.
Simple ones in first two rounds. The onsite was a project given there,upon being grouped into teams of 2-3 people.
Tree Data Structure
Write a function that given 2 strings, determines if they are disjoint.
Secret santa question
Asked to write code about editing a file using a specific function. When I did, he showed some edge cases where my code would fail & suggested using a state machine approach. I got a bit confused with that but I did end up modifying my code to fit the edge cases.
Identify bugs in code.
NDA- I can't say
What are some of the things you might consider when designing a database?
Viewing 921 - 930 interview questions