J'ai postulé en ligne. J'ai passé un entretien chez Zepto (India) (Bengaluru) en août 2024
Entretien
I attended the first round of interview with zepto. It was a advanced js round with a bit of react native basics involved. The questions were good, I completed around 60% and struggled a bit so couldn't get through to the next round
Questions d'entretien [1]
Question 1
1. Closures and implement it
2. Output of this
let isFlag = true
setTimeout(() => isFlag = false, 10);
while (isFlag) {
console.log("hello");
}
3. Shallow copy and deep copy of objects along with a output question
4. Polyfills
5. implement a polyfill for array.reduce
6. Implement a missing closure function
7. Flatten a nested object
8. Implement a usePrevious custom hook
9. Difference between useCallback and useMemo
10. Bridges in react native
11. Difference in old and new architecture of react native
J'ai postulé via un recruteur. J'ai passé un entretien chez Zepto (India)
Entretien
Straightforward process. The interviewer asked basic questions at the start and problem-solving in js and react, redux. Asked questions related to tech stack working on and projects and other same