Asked to write an algorithm to parse a roman numeral string into it’s numerical value.
Engineer Software Interview Questions
419,816 engineer software interview questions shared by candidates
The first one is OK. Just general question. The second one is to print string into different lines while each line has a fixed width.
Which is faster, bubble sort or quick sort?
How to swap two numbers without using temporary variable?
We think you should be paid way less then you currently make, are you willing to be flexible?
Can stretch for work (12-16 hours)
Usual stuff, what's your background and what have you done?
Find the longest substring that does not contain any duplicate characters.
Use es6 to make an array of promise calls
CODE (weight: 10%) What is the output from this code (assume int is 32 bit) int f(int n) { return n * f(n-1); } print(f(100));
Viewing 3011 - 3020 interview questions