Write code to sum the values contained in two memory slots into a third memory slot, using only 3 instructions: zero <slot> increment <slot> jlt <slot1>,<slot2> <location>, where jlt=jump to <location> if <slot1>is less than <slot2>.
Senior Software Interview Questions
75,595 senior software interview questions shared by candidates
how you handle a dispute inside a team
How to close connections on exception
2. There is a GET API that responds with very large data. For example, employee records where each record contains all the fields of an employee. But the customer is not happy with such a big response which put burden on the network. What can you do to change the API to respond with less amount of data. (This time I understood the question and asked wherever I need clarity).
Mostly some string manipulation.
Build a regular expression parser in Java that matches expressions like 'aabbc' and say what is its order of growth in Big O notation.
Mvc routing
Not much of,but one was given the number 1,234 ,write program to get as "One thousand two hundred thirty four" etc..
Whiteboard how you design an online restaurant table reservation system.
Standard Array and sorting interview questions to evaluate your programming concepts.
Viewing 881 - 890 interview questions