I applied online. I interviewed at Apricode (Tel Aviv-Yafo) in Apr 2021
Interview
The process is built of two phases. the first phase is a professional interview which is done with one of the team leaders. The first task is to write a pretty easy pseudo code task and after that are some basic JavaScript tasks which are all done on a computer (you can search on Google of you need to).
The second interview is also a professional one and is done in front of the CEO. This time the tasks are made only of JavaScript tasks which are also done on a computer (much like the first interview).
Unfortunately I didn’t pass the second interview mostly cause of stress but otherwise the tasks are also very doable and the CEO is very nice and chill (I don’t understand the other interview reviews about the CEO, also they had a nice dog which was a great stress reliever).
Interview questions [1]
Question 1
Mainly basic JavaScript tasks and one pseudo code question
I applied through an employee referral. I interviewed at Apricode (Tel Aviv-Yafo) in Nov 2020
Interview
First, a phone interview to check if you meet the job requirements.
Then, a technical interview with the team leader and more detailed explaination of the job.
Last, interview is technical with the company CEO.
Interview questions [1]
Question 1
Compute nth fibonacci number. Write the code on paper.
Then some questions using JS.
I applied online. I interviewed at Apricode (Tel Aviv-Yafo) in Oct 2020
Interview
In the first 5 minutes, the interviewer told me about the company, and then for 2 minutes I introduced myself.
the next 2:55 hours was the tecnical interview.
The technical interview included one theoretical question, and 2 javaScript axercises in a computer.
Interview questions [1]
Question 1
Theoretical: write a function in Python which calculate the nth number in Fibonacci.
in javaScript: 1. sort an array of numbers, 2. use javaScript to create squares in a web page, in different colors, then make them change there place in circularity way.