J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Sunbit (Binyamina) en janv. 2020
Entretien
The interview started with 2 of the team leaders in Sunbit which was nice and encompassed couple of css and js question.
Then I was able to get to the 2nd stage which then 2 of the original developers came and asked about my coding nature, thus evolving into a coding challenges (2)/
Questions d'entretien [2]
Question 1
Q: Code the functions Set(Index, Value), Get(Index), SetAll(Value) in js.
J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Sunbit (Tel Aviv-Yafo) en nov. 2021
Entretien
2 interviews:
1st one: some technical questions.
2nd interview:
2.1/ How to place a div in the center of the screen
2.2/Implement in VanillaJs some mock with given API.
They are using live sharing and code IDE, which took us 30 min to resolve all the problems there.
Questions d'entretien [1]
Question 1
Given a string, return the number of each character appears in the string, example:
//AAsssRRggggDAA ====> A2s3R2g4D1A2
//AAAAAbbbA =====> A5b3A1
//ABA =====> A1B1A1