There were several very detailed coding types of questions in my favorite language.
Software Engineer Sr Interview Questions
71,625 software engineer sr interview questions shared by candidates
- Project related - Store billions of cookie data and search for uniqueId's visited in the last 24 hours
Performance optimizations questions, Memory management and inner workings of JS
in 1 drum 3 litres water other drum 5 litres how to get total 5 litres in 1 drum conidition only u can throw water any number of times.
Shop sells jackets with 40% discount. The original price was $75. How many jackets can you buy with $495?
Implement a LRU Cache. Implement a class for a deck of cards. Write a shuffling method. How do you test it?
Design LRU with O(1) insertion / deletion.
Questions related to past projects. Couple of algorithm questions.
Find overlap between two contracts given start and end time of the contract
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>.
Viewing 831 - 840 interview questions