Problem solving # 1 : (9 marks) Input is [1,34,3,98,9,76,45,4] and the output should be 998764543431
Software Senior Interview Questions
99,551 software senior interview questions shared by candidates
Given a vector of integer elements. Remove the duplicates. Do not change the order of elements.
puzzle: there are 2 cans of size 4 liter and 7 liter. how can you get 2 litters of milk from it.
Write a function that detects the first non-repeating character in a char array, and do so with only a single pass over the array.
Write algorithm to convert number for example 16 138 832 into "sixteen million one hundred thirty eight thousand eight hundred thirty two"
Why are manhole covers round?
How many balls can u place into a box out of 25 balls.Not mentioned anthing more than this...how funny is this :)
Reverse linked list recursively.
- Find k-th element from the end of the singlylinked list in single pass?
I expected higher level questions for a senior position. I was not expecting all of the questions to be about foundational data structures and algorithms (which I was a bit rusty on).
Viewing 221 - 230 interview questions