Candidatei-me online. O processo levou 2 semanas. Fiz uma entrevista na empresa Invi Grid.
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me online. O processo levou 5 dias. Fui entrevistado pela Invi Grid (Chennai) em out. de 2023
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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
}