Python- Basing- Advanced questions, Practice LeetCode problems.
Ingeniero Full Stack Senior Interview Questions
1,784 ingeniero full stack senior interview questions shared by candidates
Recursion Implement a ci/cd pipeline system design.
Mostly talking about previous projects. One standard question was "how'd you deal with conflit at your previous job"?
What kind of suggestions do you have for the product after playing with it?
General background and experience.
Back End: Algorithmic questions related to data cleaning. Front End: Building a simple UI with functionality related to receiving user input and rendering accordingly.
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.
We were talked about node.js, react.js, es6+, about deep understanding of how those things work under the hood, best practice, best approaches and stuff like that
Basic details about current project. A question on Node.js
What would your previous managers say about you, positive and negative?
Viewing 431 - 440 interview questions