Coding questions were surprisingly easy. One was to write a method that outputs CSS from a weird home-grown version of LESS. IT was all pre-parsed, so all you had to do was figure out how to break out the styles into the correct child elements. Another was to write a method that can look at a collection of (MethodName, Timestamp, IsStart/IsStop ). The goal was to log the time it spends in any particular method, subtracting time spent in child methods. The final was given a set of mines on a grid, each mine having it's own blast radius, return the mine that, when detonated, would cause the most mines to go off. Finally, the architecture problem was to design auto-complete for stack overflows search bar. This is the interview I did poorly in, I think because I went too technical instead of defining the problem better, but I really don't know as the interviewer was not engaged and seemed like he had better things to do. First time in my interviewing that I've had them end it early.
Senior Software Developer Interview Questions
7,039 senior software developer interview questions shared by candidates
Coding challenge, code review, design hotel booking.
Previous technical experience on the tools I used.
interview question: coding a solution that needs tree/graph DFS or BFS online coding assessment: questions that any actual developer should be able to solve easily.
Difference between final, finally, finalize. Write a program that runs out of memory.
Expectation to write correct code syntax on the whiteboard or paper
1. Imagine you have a list of english words. Given a string, How would you see if that string exists in the list of english words. What structure or collection would you use to hold the list of english words? In turn, how would you search that collection for a given word? Algorithm? What if that collection type isn't available....describe how to implement it?
Walk me through your resume.
Explain data structures and explain arrays in depth
1. Explain Current automation framework 2. Cloud integration testing questions 3. Agile, defect retesting questions etc
Viewing 2351 - 2360 interview questions