Why do you want to work here?
Software Development Engineer Interview Questions
32,964 software development engineer interview questions shared by candidates
Are you married? Do you have any kids? Where do you live?
Program in ide: Input - wwwaabbc Output - w3a2b2c1
write a function to find the n-th fibonacci number
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
It is easy, look online for questions and how to solve them
Write a function (in your preferred language C, C++, or Java) that will take the given string and return the reverse. (ie. input:"abc def ghi" output:"ihg fed cba") Optimize the above code (if possible). Now knowing that the original function you wrote in pt1 is being used by other programs and cannot be modified write another function that when called will utilize the function from pt1 to only reverse the words in the sentence. (ie. input:"abc def ghi" output:"ghi def abc") Test your code.
design an elevator(uml+implementation+threads& syncroniczation and locking)
There was nothing difficult or unexpected about the interview.
Standard coding and design questions. Some questions about my background. A tedious question was to convert a string representing a roman number to an integer. This question is not hard to solve, but tedious to code.
Viewing 741 - 750 interview questions