I applied through an employee referral. The process took 4 weeks. I interviewed at Cymulate in Nov 2025
Interview
Recently interviewed with Cymulate. HR were supportive and easy to talk to, and the technical leaders created a welcoming environment while keeping the discussions sharp and deeply technical. Appreciated the balanced process.
Interview questions [1]
Question 1
Challenges in previous jobs.
Implement a FullStack feature task.
I applied online. The process took 2 weeks. I interviewed at Cymulate (Holon) in June 2022
Interview
Overall the interview process was fast paced and efficient. Every interviewer I had met was kind and friendly, and gave off a professional vibe. They were patient and answered all of my questions.
Interview questions [1]
Question 1
2sum - write a function that gets a target number and an array of sorted numbers as arguments. The function should return the 2 array indexes that add up to the target number. For example - target: 15, arr: [1,4,10,11], the returned result would be [1,3]