Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Aquimo Sports (Gurgaon, Haryana) em jul. de 2024
Entrevista
Two technicals, and one hr round. First technical is face to face rest virtual. Project and dsa may be asked. Generally hires recent passouts. It is in - office job. Hr round may includes behavioural questions.
Perguntas de entrevista [1]
Pergunta 1
Asked about personal projects and and implementation.
"An initial call with the engineering manager, followed by a technical interview with one of the engineers. I know they sometimes include a coding test and a code review afterward.
Perguntas de entrevista [1]
Pergunta 1
Experience working with game development-related platforms.
Candidatei-me de outra forma. O processo levou 1 dia. Fui entrevistado pela Aquimo Sports em jan. de 2025
Entrevista
I applied via LinkedIn, and my profile was shortlisted for the first technical round. It was a virtual interview and i give this wound in Jan 2025. The interviewer was very friendly and gave hints while solving the problems
Perguntas de entrevista [1]
Pergunta 1
console.log("Start");
setTimeout(() => {
console.log("Timeout");
}, 0);
Promise.resolve().then(() => {
console.log("Promise 1");
}).then(() => {
console.log("Promise 2");
});
console.log("End");
predict the output
check array elements are same or not
what is debounce
questions on pagination
question on infinte scrolling
react question given an array, filter the data based on user input in search bar and show only that name