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
J'ai postulé via une agence de recrutement. Le processus a pris 1 semaine. J'ai passé un entretien chez EY (Mumbai) en juin 2025
Entretien
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......
Questions d'entretien [1]
Question 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()
J'ai postulé via une agence de recrutement. Le processus a pris 2 mois. J'ai passé un entretien chez EY (Jaipur, Rajasthan) en nov. 2024
Entretien
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