Secret santa question
Software Development Engineer Interview Questions
32,842 software development engineer interview questions shared by candidates
Asked to write code about editing a file using a specific function. When I did, he showed some edge cases where my code would fail & suggested using a state machine approach. I got a bit confused with that but I did end up modifying my code to fit the edge cases.
Rotation of matrix by 90 degrees and smallest sum in Binary Tree.
NDA
Algorithm .construct a BST
NDA
1st: convert string to int. Corner cases failed. 2nd: convert given int to roman letters.
Tell me about a time when you had to deal with a difficult customer? Tell me about a time when you had a challenging situation, how did you deal with that? Tell me about a time when you made a bad decision, what was the result. Tell me about a time when you coached someone. Tell me about a project you did that made a difference.
Why do you want to join the company?
Write code to reverse a linked list from its mid point. So 1->2->3->4->5->6->7 becomes 1->2->3->7->6->5->4
Viewing 811 - 820 interview questions