Write a program in java that determines whether a string is a palindrome.
Engineer Software Interview Questions
419,836 engineer software interview questions shared by candidates
what is method overloading and overriding? Difference? Give examples.
how do you overcome a problem with a coworker?
Write a function that finds all the times a clocks hours and minutes hand are at 90 degrees.
implement atoi
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
Hardest question was how to sort a linked list using recursion only. I knew the iterative solution but couldn't come up with recursion. Very difficult.
Do you know Perl or have any experience with it?
You are given two buckets. One holds 3 gallons and the other holds 5 gallons. Have do you make 4 gallons of water?
Given a string of words and a maxWidth, write a method that inserts new lines where appropriate to perform a word-wrap. (Wrap on word boundaries, assume " " is fine). Now, how does your implementation handle string with multiple spaces between words ... Are those extra spaces lost or preserved?
Viewing 3411 - 3420 interview questions