Questions related to past projects. Couple of algorithm questions.
Senior Software Engineer Test Interview Questions
67,342 senior software engineer test interview questions shared by candidates
Find all the islands (connected components) in a graph.
Show a data structure for LRU cache.
Count amount of 1-bits in byte
Find overlap between two contracts given start and end time of the contract
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.
Mvc routing
Build a regular expression parser in Java that matches expressions like 'aabbc' and say what is its order of growth in Big O notation.
find the number of substrings which are palindrome
Viewing 791 - 800 interview questions