Easy High Level System Design, normal Junior level question on REST.
Senior Full Stack Engineer Interview Questions
1,780 senior full stack engineer interview questions shared by candidates
During one of the steps I was asked how I would implement an specific feature considering DDD layers.
Explain how useCallback works and create a custom hook "useCustomCallback" that implements it without using useMemo or useEffect
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.
IEnumerable vs ICollection - what's the difference ?
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,
Viewing 151 - 160 interview questions