Write an API for a phonebook service where the answer time (search name by the phone number) does not depend on the size of the phonebook.
Software Senior Interview Questions
99,679 software senior interview questions shared by candidates
Given a string of words and a maxWidth, write a method that inserts new lines where appropriate to perform a word-wrap. (Wrap on word boundaries, assume " " is fine). Now, how does your implementation handle string with multiple spaces between words ... Are those extra spaces lost or preserved?
Remove the comments from code.
Clone a linked list that has a cycle (do not fix the cycle). Is there a way to uniquely identify a node without relying on a hash code?
can you join in a week
very basic RPN calculator question
How to make a global error class for Retrofit errors?
Implement a lock-free queue/stack/... using atomic test-and-set functions.
The racehorse problem: given 25 horses and no stopwatch, and you can only race 5 horses at the same time, how few races does it take to find the fastest horse?
Sorting algorithm for a string array
Viewing 461 - 470 interview questions