I applied online. The process took 1 day. I interviewed at Sunbit (Binyamina) in Jan 2020
Interview
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)/
Interview questions [2]
Question 1
Q: Code the functions Set(Index, Value), Get(Index), SetAll(Value) in js.
I applied online. The process took 2 days. I interviewed at Sunbit (Tel Aviv-Yafo) in Nov 2021
Interview
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.
Interview questions [1]
Question 1
Given a string, return the number of each character appears in the string, example:
//AAsssRRggggDAA ====> A2s3R2g4D1A2
//AAAAAbbbA =====> A5b3A1
//ABA =====> A1B1A1