Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Invi Grid
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura online. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Invi Grid (Chennai) nel mese di ott 2023
Colloquio
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.
Domande di colloquio [1]
Domanda 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
}