Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Sunbit (Binyamina) nel mese di gen 2020
Colloquio
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)/
Domande di colloquio [2]
Domanda 1
Q: Code the functions Set(Index, Value), Get(Index), SetAll(Value) in js.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Sunbit (Tel Aviv) nel mese di nov 2021
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Given a string, return the number of each character appears in the string, example:
//AAsssRRggggDAA ====> A2s3R2g4D1A2
//AAAAAbbbA =====> A5b3A1
//ABA =====> A1B1A1