Tell me about a project you are most proud of
Full Stack Software Engineer Interview Questions
1,392 full stack software engineer interview questions shared by candidates
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
In JavaScript solve the problem of finding a palindrome string.
- Mention and explain 2 design patterns that are not Singleton or Observer - Mention ways to handle the state of a component using React - Explain an advance topic from Java - Mention key components of a microservice arquitecture.
Last man standing problem Two inputs 1. Stream of numbers - 1,3,5,8,9,12,40 etc 2. Step number eg: 1 I have write a program that starts with first number and then steps on the 2nd and then returns 5 and steps on 8 and return 8 - program has to keep on working until only one number from the stream remains. When the step counter crosses the total numbers, it overflows to the beginning
What's your background.
It was mainly a system design interview
Graph, Array tasks for coding part
Do you know Java, do you know spring, do you know what is logging, have you worked on frontend, any angular project you worked on.
Viewing 61 - 70 interview questions