Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Sunbit (Binyamina) en ene 2020
Entrevista
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)/
Preguntas de entrevista [2]
Pregunta 1
Q: Code the functions Set(Index, Value), Get(Index), SetAll(Value) in js.
Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en Sunbit (Tel Aviv) en nov 2021
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Given a string, return the number of each character appears in the string, example:
//AAsssRRggggDAA ====> A2s3R2g4D1A2
//AAAAAbbbA =====> A5b3A1
//ABA =====> A1B1A1