It was good experience as he asked very basic from javascript, data structures and also from resume . String are important and there codes.
We need to ready to explain scenarios based question
Candidatei-me por meio de uma agência de recrutamento. O processo levou 1 semana. Fui entrevistado pela EY (Bombaim) em jun. de 2025
Entrevista
The L1 virtual call for the Mumbai location is an initial screening interview on Microsoft Teams, assessing basic skills, experience, and fit for the role, typically conducted by Developer Developer Developer Developer......
Perguntas de entrevista [1]
Pergunta 1
Asked to give output of all these and explanation of all outputs
const b = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
for (let i = 0; i < 10; i++) {
setTimeout(() => console.log(b[i]), 1000);
}
for (var i = 0; i < 10; i++) {
setTimeout(() => console.log(b[i]), 1000);
}
var x = 23;
(function(){ x++;
console.log(x);
var x = 43;
(function random(){
x++;
console.log(x);
var x = 21;
})();
})();
function fun1(){
setTimeout(()=>{
console.log(x);
console.log(y);
})
var x=2;
let y=12;
}
fun1()
Candidatei-me por meio de uma agência de recrutamento. O processo levou 2 meses. Fui entrevistado pela EY (Jaipur, Rajasthan) em nov. de 2024
Entrevista
Basics angular questions
Coding question on state management
Coding questions on JS
HTML and CSS. New tags in HTML5
Diff between angular and angular js
Sharing data between different components
I18n