J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Invi Grid
Entretien
Met with Operations team and then the Engineering team. First had to fill up a form, then a telephonic interview followed by 1 round with HR and 1 with senior engineer.
Questions d'entretien [1]
Question 1
HR focused on why I wanted this particular role, why a startup instead of a big company. Engineering interview was focused on technical NodeJS questions.
J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Invi Grid (Chennai) en oct. 2023
Entretien
Comprehensive technical interview encompassing fundamental JavaScript and React concepts, advanced component lifecycle handling, cloud security practices, secure coding principles, API hardening techniques, OWASP compliance, and real-world application of enterprise-grade security measures in modern development workflows.
Questions d'entretien [1]
Question 1
Find the First Non-Repeating Character
// Write a function to return the first non-repeating character in a string.
function firstUniqueChar(str) {
// Your code here
}