Senior Full Stack Developer Interview Questions

1,152 senior full stack developer interview questions shared by candidates

Implement a function called 'memoize()' that takes a function as an argument and returns a memoized version of that function. A memoized function should cache the results of previous calls based on the arguments passed. If the function is called with the same arguments again, it should return the cached result instead of re-executing the function.
avatar

Senior Full Stack Developer

Interviewed at Wix

4.1
Jan 22, 2025

Implement a function called 'memoize()' that takes a function as an argument and returns a memoized version of that function. A memoized function should cache the results of previous calls based on the arguments passed. If the function is called with the same arguments again, it should return the cached result instead of re-executing the function.

Coding challenge, code both front-end and back-end: - Simple dashboard with widgets with different background-color & title. - Users should be able to add multiple widgets with a CRUD modal. - The browser shouldn’t refresh to update the layout when adding/editing/removing widgets.
avatar

Senior Full Stack Developer

Interviewed at Holded

4.5
Aug 29, 2019

Coding challenge, code both front-end and back-end: - Simple dashboard with widgets with different background-color & title. - Users should be able to add multiple widgets with a CRUD modal. - The browser shouldn’t refresh to update the layout when adding/editing/removing widgets.

Build Set class with following methods: get(key), set(key, val), clear. Each of the methods time and space complexity has to be O(1). Also Clear method is not allowed to erase the internal memory object of the Class by reassigning its value to an empty one,
avatar

Senior Full Stack Developer

Interviewed at Sayata

4.5
Jul 2, 2023

Build Set class with following methods: get(key), set(key, val), clear. Each of the methods time and space complexity has to be O(1). Also Clear method is not allowed to erase the internal memory object of the Class by reassigning its value to an empty one,

Implement a React hook & a Component to render result, which fetch 2 APIs, one for search and one for initial fetching. Needed to implement pagination, search with debounce and follow React best practices & optimization. No ChatGPT/StackOverflow allowed. No CSS needed.

Senior Full Stack Developer

Interviewed at Betamind

5
Jul 2, 2024

Implement a React hook & a Component to render result, which fetch 2 APIs, one for search and one for initial fetching. Needed to implement pagination, search with debounce and follow React best practices & optimization. No ChatGPT/StackOverflow allowed. No CSS needed.

Viewing 101 - 110 interview questions

Glassdoor has 1,152 interview questions and reports from Senior full stack developer interviews. Prepare for your interview. Get hired. Love your job.