Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Sunbit (Binyamina) em jan. de 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)/
Perguntas de entrevista [2]
Pergunta 1
Q: Code the functions Set(Index, Value), Get(Index), SetAll(Value) in js.
Candidatei-me online. O processo levou 2 dias. Fui entrevistado pela Sunbit (Tel Aviv-Yafo) em nov. de 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.
Perguntas de entrevista [1]
Pergunta 1
Given a string, return the number of each character appears in the string, example:
//AAsssRRggggDAA ====> A2s3R2g4D1A2
//AAAAAbbbA =====> A5b3A1
//ABA =====> A1B1A1