How do you ensure code quality in a distributed team setting? Describe a time you refactored legacy code — what was the outcome?
Senior Full Stack Engineer Interview Questions
1,780 senior full stack engineer interview questions shared by candidates
To preform a code review on a pull request
How do you approach testing?
Technical questions are Average difficulty. It's the behavioral round you should be weary of.
For the backend questions were mostly related to databases, Spring and Java. For the frontend questions were related to Javascript (callback, async, events etc) and Reactjs.
Talk about React Hooks and how you have used them
Implement LRU cache with increasing logical complexity and adding new steps for such cache.
Building an app that allows friends to choose a midpoint between to reduce travel time for a specific activity. How would you support more than two friends? With one database per city, how would you scale as the app grows? How would you optimize the algorithm for suggested activities based on data provided? How would you handle private data and allowing users to customize what their friends see in the profile? Similar questions all the way through. Coding portion was implementing a function responsible for suggesting a midpoint based on a users coordinates and a number of filters. Not too bad once you understand what is being asked. Though there are a lot of assumptions that need to be made off jump to get through all 3 tasks within the time limit.
Describe inversion of control? What are promises?
Make a frontend-only todo list app.
Viewing 1641 - 1650 interview questions