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.
Full Stack Engineer Interview Questions
18,280 full stack engineer interview questions shared by candidates
How did your prior employer use Terraform?
Question regarding projects you worked on,technologies you used , front end like angular2+ /js etc..
We were asked to build a CURD application with the given data.
What is the different between ES6 and ES5?
What are the different ways to pass implementation of an interface?
As perguntas mais difíceis foram as técnicas sobre programação, daquelas que a gente só vê na universidade.
questions about experiences as listed on CV. Interviewer was very technical and there was very little small talk.
Went detail in to Linked List implementation
Last one: Write down the code for a method which takes an array and a number K as input s and returns the (Any) pair of numbers from that array whose sum is K. (I asked multiple times if he wants only one pair or all the pairs).
Viewing 1001 - 1010 interview questions