Number palindrome
Full Stack Software Developer Interview Questions
1,695 full stack software developer interview questions shared by candidates
How would you go about building a todo list app
2 problems involving strings and graphs
Describe types of HTTP requests
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.
What is Garbage Collection in Java
Describe what abstraction is in OOP.
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 a (technically) challenging scenario at work that you have solved - give details on the solution and how you managed to overcome this hurdle?
Make a frontend-only todo list app.
Viewing 1561 - 1570 interview questions