I applied online. The process took 4 weeks. I interviewed at Jerry in Nov 2021
Interview
The interview process wasn't really a bad experience, but it could have been better. My interviewers were actually really nice, especially the recruiter. I would have enjoyed working with them. However, the process did take a little too long. My first technical interview was rescheduled since something had come upon the interviewer's side. After rescheduling, the coding application didn't work so we had to move to google docs. Technical bugs happen, totally get it but I did think this hindered my performance. I think my biggest issue was that the interview went over time. I had an interview with AWS afterward which I missed.
Interview questions [1]
Question 1
Won't be too specific, but JavaScript Takehome. The first technical interview started with some questions on React. The second was a sorting algorithm question. The third was something that could be solved recursively, but I did it more iteratively with a variety of data structures.
I took the OA and it was moderately difficult (at least for me). It is good to prepare many LC mediums for this. Their online application was pretty simple and I heard back a couple weeks later to take this OA.
Applied online, was sent a coding challenge through email. I had 24 hours to complete it on a selected date. Challenge consisted of implementing a JavaScript program, relatively easy coding challenge.
Interview questions [1]
Question 1
We are looking for a program that manages “intensity” by segments. Segments are intervals from -infinity to infinity, we
liked you to implement functions that updates intensity by an integer amount for a given range. All intensity starts with 0.
Please implement these two functions:
● add(from, to, amount)
● set(from, to, amount)
I applied online. The process took 1 day. I interviewed at Jerry (Shanghai, Shanghai) in May 2025
Interview
The interview process was quick and the whole process was clear. Good communication with HR, who was responsive and kept me informed at every step. The interviewers were professional and asked relevant technical and behavioral questions. I appreciated the structured approach and the respectful atmosphere throughout. Overall, it was a smooth and pleasant experience.
Interview questions [1]
Question 1
They gave me a task and asked me to write the entire function in JavaScript without using AI in the process, and then send the entire function to them as an attachment in the email after writing it.