Senior Full Stack Engineer Interview Questions

829 senior full stack engineer interview questions shared by candidates

I'd say the focus was more on past experience with more open ended questions (eg. what skills make you stand out, or how do you work with non-technical leadership), rather than test-style questions that ChatGPT can answer
avatar

Sr Full Stack Engineer

Interviewed at Mavie Next

4.4
Dec 15, 2025

I'd say the focus was more on past experience with more open ended questions (eg. what skills make you stand out, or how do you work with non-technical leadership), rather than test-style questions that ChatGPT can answer

Guys most of the question above, here I'm gonna share the question I failed, as I promised the interviewer that I'm gonna solve it, it just needs 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.
avatar

Senior Full Stack Software Engineer

Interviewed at Feedonomics

4.4
Mar 26, 2021

Guys most of the question above, here I'm gonna share the question I failed, as I promised the interviewer that I'm gonna solve it, it just needs 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.

Viewing 481 - 490 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 829 interview questions and reports from Senior full stack engineer interviews. Prepare for your interview. Get hired. Love your job.