Merge interval Design a lottery system
Entry Level Programmer Interview Questions
3,186 entry level programmer interview questions shared by candidates
1 technical question and lots of resume questions
They asked me to estimate the algorithmic complexity of finding a value in a binary tree. This is an easy question, but only if you have ever encountered a binary tree. Doing it on the spot during the interview is probably not reccommendable.
Given a string containing parentheses only, find if it's correct
Check if two strings are anagrams
Flatten a linked list, the listnode has a down pointer and right pointer. We always flatten the down node first, then the right node.
Asked to Reverse LinkedList
Talk about a technical experience that you have recently.
Search in a rotated sorted array
Singleton Pattern
Viewing 1471 - 1480 interview questions