Difference between session and cache
Senior Full Stack Engineer Interview Questions
813 senior full stack engineer interview questions shared by candidates
1. Describe a project 2. LeetCode questions - with linked list, lists, dictionaries (not trees or graphs)
Do you use Java today?
I needed to create an api that accepts requests from a node server, the api can be created with whatever framework you choose
Implement movie search consuming data from Movie DB
Tell me about your professional expirience.
using the game of life, follow some rules to transition board cells from alive to dead
Describe the critical rendering path
Guys most of the questions are above, here I'm gonna share the question I failed, as I promised the interviewer that I'm gonna solve it, I just needed more time. The most difficult question is the following: we have this array: $input = [ 'item/id' => 'my_id', 'item/title' => 'my_title', 'item/group1/val1' => 'my_val1', 'item/group1/val2' => 'my_val2', 'summary' => 'xyz', 'item/group1/val3' => 'my_val3', ]; We need to convert it to : Array ( [item] => Array ( [id] => my_id [title] => my_title [group1] => Array ( [val1] => my_val1 [val2] => my_val2 [val3] => my_val3 ) ) [summary] => xyz ) This is using PHP.
Merge k sorted Array lists
Viewing 31 - 40 interview questions