J'ai postulé en ligne. J'ai passé un entretien chez Jerry en juil. 2022
Entretien
I applied for an associate SE position (1 + year experience). Generally, the interview was OK. Take-Home Coding Assessment, followed by 30 min with HR, and then technical round. HR wasn't super welcoming or anything, but wasn't rude or anything.
Questions d'entretien [1]
Question 1
1. Same with other reviews, a very simple take-home assignment that asks you to solve a simple algorithm question. They say JavaScript is recommended, not required. The focus is your JavaScript syntax, documentation, and cleanness of your code, not the algorithm itself. I solved it with Brute Force O(n) instead of the ideal O(log n), but they still proceeded me to the next stage.
2. Meeting with HR. They ask typical questions. Introduce yourself. Why do you like Jerry? Why software engineer? Do you have pending offers that you have to answer, if so they will make the interview process faster? What are the top 3 things you see when finding a job? What is your accomplishment? etc
3. Technical round where they ask algorithm questions, but I got rejected after the HR round.
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.
Questions d'entretien [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)
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Jerry (Shanghai, Shanghai) en mai 2025
Entretien
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.
Questions d'entretien [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.