Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa Zepto (India).
Entrevista
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
Candidatei-me online. Fui entrevistado pela Zepto (India) (Bengaluru) em ago. de 2024
Entrevista
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
Perguntas de entrevista [1]
Pergunta 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