What skills should a software developer have
Full Stack Softwareentwickler Interview Questions
1,681 full stack softwareentwickler interview questions shared by candidates
algorithms and ds
I was asked to make a full-stack API.
What inspires and motivates you in your work as a Developer?
Frontend coding question was about taking user input and converting it to a bar chart based on percentages. Backend coding interview was about validParentheses question on Leetcode.
Easy-medium difficulty Leetcode questions. E.g. valid parentheses
Two leetcode questions: medium, hard
Tell me about a time a project you were working on fell short for some reason
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 1001 - 1010 interview questions