Tell me of a time when you faced a decision that was not admired and you stuck with it?
Software Development Engineer Interview Questions
33,184 software development engineer interview questions shared by candidates
print the number ordered by the level in a binary tree
reverse linked list, 1-2-3-4-5 to 5-4-3-2-1
Typical SDE interview
Tell me about a time your bosses asked you do something you disagreed with and you did something different.
An array of strings, and each string is connected by an edge if they differ by one character. Find if there is a path between two strings.
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
I signed an NDA for the process and cannot share particular problems. I was asked very standard types of problems, the kind of stuff Cracking the Coding Interview recommends you know. Problems were in Java or C++ so brush up on that. Also study their leadership principles because at the end they do a personality survey which I believe plays a fairly big factor in their decision.
They focus a lot on data structures, algorithms and optimal solutions.
Add two linked lists Input: First List: 5->6->3 // represents number 563 Second List: 8->4->2 // represents number 842 Output Resultant list: 1->4->0->5 // represents number 1405
Viewing 911 - 920 interview questions