I applied through a staffing agency. The process took 1 week. I interviewed at EY (Mumbai) in Jun 2025
Interview
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......
Interview questions [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()
I applied through a staffing agency. The process took 2 months. I interviewed at EY (Jaipur, Rajasthan) in Nov 2024
Interview
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
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