for a 6x5 character array (like the one displayed on any TV app), given the cursor is currently at the letter a. define a function to return a certain key sequence (U, D, L, R, *) to go to a certain character (argument to the function).
Software Engineer Graduate Interview Questions
4,487 software engineer graduate interview questions shared by candidates
Count the number of letters and numbers that appear in a row and print out this information sequentially. For example: ABAACCDB would be 1A1B2A2C1D1B You were also required to be able to take 1A1B2A2C1D1B and turn it back into it's original form of ABAACCBD.
I can not share the question, but in a couple of words: It was a problem with matrices, and how to efficiently store information on it.
Programming test includes two questions, one is an easy algorithm question, and the other one is an application question.
. . . . . .
2 String related questions: one was: Repeated String Match -Medium Difficulty
Binary search tree, find the second largest element.
Q) print all paths from source to destination in a directed graph.
Basic String related algorithm
- What data structure should I use to build a class in Java that deals with money. (Answer BigDecimal) - How can a thread be starved? - When can deadlock occur?
Viewing 551 - 560 interview questions