home assignment - I had a week to finish a few tasks on a simple full-stack application with client written in typescript and nodeJS server, with most of the tasks concerning the client. technical interview - code review and some questions about the home assignment and three algorithmic medium-hard
leetcode style questions. hr interview
Questions d'entretien [1]
Question 1
given an array of numbers and a number k, find a subset of adjacent numbers whose average is k
The first step is a phone call, a small interview over the phone asking about studies and technologies I am into, and some personality questions.
At the end of this phone call, you have to do the home assignment within 1 week's deadline.
After that technical interview and HR interview.
Questions d'entretien [1]
Question 1
Q: explain react lifecycle methods?
Q: use any language to write a data structure with 2 functions, insert and get, insert - insert the string into the data structure and get send a string and return an array of all the permutations of the string.