They ask some basic question and some math question
Software Engineer Entry Level Interview Questions
1,891 software engineer entry level interview questions shared by candidates
They talk about pair programming style, and working as a team.
given a set of rules order things correctly
what experience do you have of solving a problem with unorthodox solutions?
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
Viewing 841 - 850 interview questions