Write a program in java that determines whether a string is a palindrome.
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,836 software engineer 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