1 technical question and lots of resume questions
Software Engineer Entry Level Interview Questions
3,538 software engineer entry level interview questions shared by candidates
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
What do you do when somebody more experienced tells you not to worry about a task assigned to you?
Viewing 1621 - 1630 interview questions