NDA
Software Development Engineer Interview Questions
33,184 software development engineer interview questions shared by candidates
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
Identify bugs in code.
NDA- I can't say
Write a function that returns true if a string of parentheses is balanced or not, such as "(())()", which would return true.
Given an origin (assumed to be 0,0) and a set of points around the origin, return k points in ascending order of distance from the origin.
Implement atoi()
Viewing 821 - 830 interview questions