Full Stack Softwareentwickler Interview Questions

1,675 full stack softwareentwickler interview questions shared by candidates

You have a lighter and 2 ropes that burn at inconsistent rates but will both finish burning after 1 hour (i.e. half the rope could burn in 20 minutes while the other half could burn in 40 minutes) How do you measure exactly 45 minutes?
avatar

Intermediate Full Stack Software Engineer

Interviewed at D3 Security Management Systems

3.3
Nov 12, 2024

You have a lighter and 2 ropes that burn at inconsistent rates but will both finish burning after 1 hour (i.e. half the rope could burn in 20 minutes while the other half could burn in 40 minutes) How do you measure exactly 45 minutes?

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.
avatar

Senior Full Stack Software Engineer

Interviewed at Feedonomics

4.4
Mar 26, 2021

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.

Viewing 71 - 80 interview questions

Glassdoor has 1,675 interview questions and reports from Full stack softwareentwickler interviews. Prepare for your interview. Get hired. Love your job.