I applied through university. I interviewed at Aquimo Sports (Gurgaon, Haryana) in Jul 2024
Interview
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.
Interview questions [1]
Question 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.
Interview questions [1]
Question 1
Experience working with game development-related platforms.
I applied through other source. The process took 1 day. I interviewed at Aquimo Sports in Jan 2025
Interview
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
Interview questions [1]
Question 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