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
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso EY (Mumbai) nel mese di giu 2025
Colloquio
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......
Domande di colloquio [1]
Domanda 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()
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso EY (Jaipur, Rajasthan) nel mese di nov 2024
Colloquio
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