I applied online. The process took 1 day. I interviewed at AiSensy in Jan 2024
Interview
over all, kowledge enrich interview, friendly behaviour ,
questions from js asynchronus , var , let, const , settimout function and the below code as i remember this time
async function run(data){
await console.log(data);
}
console.log(1);
run(2);
console.log(3);
Interview questions [1]
Question 1
async function run(data){
await console.log(data);
}
console.log(1);
run(2);
console.log(3);