They asked about my experience handling full-stack application and how I manage end-to-end delivery in my current role.
Senior Full Stack Developer Interview Questions
1,152 senior full stack developer interview questions shared by candidates
There was a question about forming a palindrome from a string of up to 100 characters by removing characters until you have the largest possible palindrome. There was a second part to this question where the indices of the characters that were removed from the string should also form a palindrome, something to that effect.
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.
Practice with CCAT tests and logical ones
What experience do you have that is relevant?
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,
How to prevent data from being updated in wrong order when concurrent network requests are handled within `useEffect` hook in an unmounted component
Given a sorted, shifted array of integers, find the "breaking" point in O(logn) time. Implement the solution on whiteboard
General questions about my background.
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