Candidatei-me online. O processo levou 4 dias. Fui entrevistado pela Globant (Bombaim) em jun. de 2021
Entrevista
I had applied through Linkedin. I got an email invitation for technical evaluation. It was scheduled on Zoom. When I joined the call I got to know it was a walkin drive and even other people had joined the call. So basically they created breakout rooms on Zoom and assigned interviewers to a person. There were two rounds of technical interviews and one HR interview. All the rounds happened on same day.
First technical interview was more to test basics of Javascript and familiarity with JS Frameworks. In this round they gave me problems to solve over screen sharing which involved Closures, Hoisting, Inheritance and Classes.
I was able to answer most of the questions and was told to wait for second round.
I was told that my feedback for first round was good. Second round was GK round where they again tested for JS but some advanced concepts over it. It was also code round over screen sharing.
I was told HR would be connecting with me later and I was told to leave the Zoom meeting.
The HR representative called me in the evening. And was more of a general discussion.
(I've listed questions asked in Interview Questions Section both Technical and HR)
Perguntas de entrevista [5]
Pergunta 1
What are closures in JavaScript ?
function increment(){
var a = 1;
return a++;
}
console.log(increment())
console.log(increment())
console.log(increment())
// Prints 0,0,0
Make use of closures to print 1,2,3
What is hoisting in JavaScript ?
What is lazy loading in Angular?
What are hooks in ReactJS?
What are semantic tags in HTML and what are they used for?
How would you achieve deep cloning of objects in javascript?
var obj1 = {
name: 'John Doe',
displayName: function(){
console.log(`My name is ${this.name}`)
}
}
obj1.displayName()
var obj2 = {
name: 'Steve Smith'
}
// How would you call displayName on obj2 ?
Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Globant (Bogotá, Bogota) em out. de 2025
Entrevista
Proceso bastante rápido y amigable, además de no estar enfocado en un seniority en específico, en este caso te hacen una entrevista técnica y te asignan un seniority y luego de eso te hace una retrospectiva para dar una decisión final
Candidatei-me por meio de recrutador(a). O processo levou 1 semana. Fui entrevistado pela Globant (Buenos Aires) em ago. de 2025
Entrevista
Primero un screening, en español y en inglés. Después entrevista técnica, preguntas generales sobre el stack de JS, TS, React. Entevista técnica de fit con alguien del proyecto (similar pero en inglés).
Fiz uma entrevista na empresa Globant (Buenos Aires).
Entrevista
Las preguntas son las típicas de rrhh pero con IA. Para mí, se pierde toda la posibilidad de demostrar soft skills. No me gustó para nada. Una parte es en español, dos preguntas en inglés. Son totalmente contestables y nada difíciles, pero se perdió completamente lo humano.
Perguntas de entrevista [1]
Pergunta 1
Hablar de una experiencia que generó un desafío técnico en mi.